PDA

View Full Version : Parse bbcode


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?

cellarius
05-16-2010, 02:36 PM
See: https://vborg.vbsupport.ru/showthread.php?t=82693&highlight=bbcode

Halfhidden
05-16-2010, 02:43 PM
WOW cellarius, thank-you so much this is exactly what I was looking for.
Sorry I should have mentioned that this was for VB4.

:D:D

cellarius
05-16-2010, 02:53 PM
Version should not matter - should still be the same.