The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
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); |
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|