Halfhidden
05-16-2010, 02:30 PM
Can anyone help me please.
I'm trying to build a module that shows the calender on the front page.
I need the module to parse the bbcode
All I can figure out so far is that I need to call:
require_once(DIR . '/includes/class_bbcode.php');
$bbcode_parser = new vB_BbCodeParser($vbulletin, fetch_tag_list());
I'm assuming I need to call some functions in order to parse the text, images and so on... could anyone guide me on this please?
I'm trying to build a module that shows the calender on the front page.
I need the module to parse the bbcode
All I can figure out so far is that I need to call:
require_once(DIR . '/includes/class_bbcode.php');
$bbcode_parser = new vB_BbCodeParser($vbulletin, fetch_tag_list());
I'm assuming I need to call some functions in order to parse the text, images and so on... could anyone guide me on this please?