The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#3
|
||||
|
||||
![]()
Thanks but no change, both work for default BBcode but not for custom.
--------------- Added [DATE]1291729000[/DATE] at [TIME]1291729000[/TIME] --------------- Solved: Here is an explanation for anyone else hunting for this in the future - it really is simple once you know ![]() Code:
if (!is_object($bbcode_parser)) { require_once(DIR . '/includes/class_bbcode.php'); $bbcode_parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list(),true); $taskdesc = strip_tags($taskdesc); $taskdesc = $bbcode_parser->parse($taskdesc,0,true); } |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|