Quote:
Originally posted by Banana
[B]Incidentally, I don't get the symptoms as described in that post. The CONDITIONALS appear to work fine. It's the vbCode that don't (e.g. "").
|
weird.. I installed a test 228 board from the ground and applied the hack to test the bug you mentioned, but hack works fine in the 228 board as you can see in the screenshot.
Only thing I can think of is the existance of another hack in your board which clashes with this one in the function.php. To test it, try this:
In hack code find,
PHP Code:
$matches14[2]=bbcodeparse($matches14[2]);
And replace as:
PHP Code:
$matches14[2]=bbcodeparse2($matches14[2],1,1,1,1);
and find:
PHP Code:
$matches14[2]=bbcodeparse(trim($matches14[2]));
Replace as
PHP Code:
$matches14[2]=bbcodeparse2(trim($matches14[2]),1,1,1,1);