Hi,
I am working on some custom php-scripts. I used to parse bbcode in some db-fields using this function:
Code:
//parse bbcode to html
$parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list());
$content = $parser->parse($post['pagetext']);
Unfortunately this does not parse any video bbcodes.
How should i make this parse all tags ?
Thanks,
Taco
--------------- Added [DATE]1278373095[/DATE] at [TIME]1278373095[/TIME] ---------------
Found out it was forum permission related....