[BBCode] New OT BBCode
Posted: 15 Jul 2012, 20:21
Title: New OT BBCode
Autor: Lucky
Description: A new view for write in "Off-Topic" in the post
Requirements: phpBB | PortalXl 5.0 Premod & Plain
Installing BBCode in ACP / Contents / BBCode / Add New BBCode
BBCode usage:
HTML replacement:
Help line:
Demo link
Autor: Lucky
Description: A new view for write in "Off-Topic" in the post
Requirements: phpBB | PortalXl 5.0 Premod & Plain
Installing BBCode in ACP / Contents / BBCode / Add New BBCode
BBCode usage:
Code: Select all
[ot]{INTTEXT}[/ot]
Code: Select all
<table style='margin:0;width:450px;min-height:100px;border:1px dashed #740000;'>
<tr>
<td align='middle' bgcolor='#3333FF' valign='center' width='1%'><br />
<FONT color='#ffffff' size='+7'><b>OT </b></font><br /></td>
<td valign='top' cellpadding="5" style='background:#FFFFFF' ><div id="{INTTEXT}">{INTTEXT}
</div></td>
</tr>
</table>
Code: Select all
[ot]your text[/ot]
Demo link