Quote:
Originally Posted by sweede
Also, im updating the plugin . xml file to include the above plugin and an option to enable/disable the specific hook if you do not use VbAdvanced CMPS
|
My plugin didnt work as intended. there was to many issues elsewhere to make it work using the hooks supplied by vbadvanced CMPS.
You instead can enable this for HTML Included pages only by adding
Code:
require_once(DIR . '/includes/class_bbcode.php');
$tmp_parser =& new vB_BbCodeParser($vbulletin);
$home[$modid]['content'] = $tmp_parser->do_parse($home[$modid]['content'], 1,0,1,1,0,0);
at line 321 of the /includes/vba_cmps_include_top.php file.
You still will have issues with any javascript included in the HTML file though.