I'm having troubles getting vbcode to parse, well just img tags actually.
So what are the bare requirements for getting it to parse correctly, here is what I have (I think I got all of it).
PHP Code:
// ...
require_once(DIR . './includes/class_bbcode.php');
// ...
$bbcode_parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list());
// ...
$blog['pagetext'] = $bbcode_parser->parse(unhtmlspecialchars($blog['pagetext']));
// ...
The strange thing is on my other board it works (maybe system environment? (linux vs windows), also it runs 3.5.0 RC2, and I tried this with RC1 and RC3 (thought maybe it was a version issue).
Many thanks.