works great for me on 222
small fix though. html wasn't working
then I also noticed that the replacement vars weren't working so images were dead. It's because of the bbcodeparse. since I will be using html instead of vbcode or smiles, I just commented out the bbcode pars line in misc.php
$entry[text] = bbcodeparse2($entry[text],$entry[dohtml],$entry[dobbcode],$entry[dosmilies],$entry[dobbcode]);
add // in front of the line
this will fix html and replacement vars but you'll lose vbcode and smilies. oh well
I'm still not able to get vars like $bbtitle to work though. odd
|