The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
Q: BBCode - No Quotations!?
I can successfully parse bbcode:
http://startrekforum.stgu.com/news/stonlinenews.shtml But if you view the source, you can see that things like links do not have their quotes after their various tags. My code is as follows: Code:
require_once('global.php'); require_once('./includes/class_bbcode.php'); $bbcode_parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list()); Code:
$topics_array[$x]['pagetext'] = $bbcode_parser->do_parse($topics_array[$x]['pagetext'], false, true, true, true); |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|