Hi. When I try parse bb-codes I get this error (I use vB 3.6.0)
Code:
Fatal error: Class 'vBulletinHook' not found in /home/web/www/board/includes/class_bbcode.php on line 2339
What I do:
PHP Code:
$parser = & new vB_BbCodeParser($vbulletin, fetch_tag_list());
...
$thread_text = $parser->do_parse($lastx_thread['pagetext'], 0, true, true, true, true, 0);
How to fix it?