The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Parsing BBCode
From this thread:
https://vborg.vbsupport.ru/showthread.php?t=82693 Quote:
I'm doing that, however, I can't parse all the BBCode. For example, it doesn't parse the color code. I have set these variables: Code:
$do_html = True; $do_smilies = True; $do_imgcode = True; $do_nl2br = True; What should I do? |
#2
|
|||
|
|||
Try changing the second line to this:
Code:
$parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list('', true)); |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|