Hi everyone,
I love how vbulletin.org dispaying quote and php code. I think it should be bbcode problem. But I having problem customizing bbcode since replacement is limited to varchar(200). Since I have to put <table>...... </table>. Am I doing wrong?
My bbcode is like here:
PHP Code:
<table border="0" align="center" width="90%" cellpadding="3" cellspacing="1">
<tr>
<td>
<font face="verdana" size="1"><b>quote:</b></font>
</td>
</tr>
<tr>
<td style="BORDER: #000000 1px solid; FONT-SIZE: 11px; COLOR: #EEEEFF; FONT-FAMILY: Verdana,Arial; BACKGROUND-COLOR: #1D6AA0;">
{param}
</td>
</tr>
</table>
And how to change PHP code too? Is it automatically? Or both of them I have to use hack? Thank you in advanced.