Quote:
Originally posted by Boofo
But there's no way to be able to do it in the announcement itself? That would make it easier if you want to change the size of text on the fly.
|
Not tested but I guess you can apply bbcodeparse2 to the hack code. Like this:
Replace: (2 instances!)
PHP Code:
$matches14[2]=bbcodeparse(trim($matches14[2]));
with
PHP Code:
$matches14[2]=bbcodeparse2(trim($matches14[2]),1,1,1,1)