Sorry, but this is not working for me AT ALL.
Just installed 2.2.4, all my Admin templates are factory.
I go into admin/functions.php and comment out (even tried removing) the line:
$bbcode=str_replace <
http://www.php.net/str_replace>("{", "{", $bbcode); // stop people posting replacements in their posts
and reupload it.
then I go into Custom vBCodes >Modify and try either of these:
<blockquote><font face="verdana,arial,helvetica" size="1" >quote:</font><hr><br><table cellpadding="4"cellspacing="0" border=1 bordercolor="#0A293E" bgcolor="#0E3652"
width="90%" align="center"><tr><td><font size="2">{param}</font></tr></td></table><br><hr></blockquote>
<blockquote><font face="verdana,arial,helvetica" size="1" >quote:</font><hr><br><table cellpadding="4" cellspacing="0" border=1 bordercolor="#5F9EA0" bgcolor="#1C5780" width="90%" align="center"><tr><td><font size="2">{param}</font></tr></td></table><br><hr></blockquote>
it goes absolutely apes*** with shredded table pieces all over the place.
and if I do:
<table cellpadding="4"cellspacing="0" border=1 bordercolor="#0A293E" bgcolor="#0E3652"
width="90%" align="center"><tr><td><font size="2">{param}</font></tr></td></table>
I get a green box.
The only thing that works is this:
<table cellpadding="4" cellspacing="0" border=1 bordercolor="#5F9EA0" bgcolor="#1C5780" width="90%" align="center"><tr><td><font size="2" color=FFFFFF>{param}</font></tr></td></table>
It's like there's a limit on how much HTML I can put in.