The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Parse Custom BBcode on External Pages
I suspect there maybe a solution somewhere for this but after a day of searching and failed attempts I felt it was time to ask.
This is the code I'm using at the moment: Code:
if (!is_object($bbcode_parser)) { require_once(DIR . '/includes/class_bbcode.php'); $bbcode_parser =& new vB_BbCodeParser($GLOBALS['vbulletin'], fetch_tag_list(),true); } $taskdesc = strip_tags($taskdesc); $taskdesc = $bbcode_parser->parse($taskdesc,0,true); If someone could point out where I'm going wrong I'd really appreciate it as this is doing my head in! Cheers |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|