tscargo
07-05-2010, 09:46 PM
Hi,
I am working on some custom php-scripts. I used to parse bbcode in some db-fields using this function:
//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 1278373095 at 1278373095 ---------------
Found out it was forum permission related....
I am working on some custom php-scripts. I used to parse bbcode in some db-fields using this function:
//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 1278373095 at 1278373095 ---------------
Found out it was forum permission related....