Hmm...I tried this:
Code:
<?php
require_once('./global.php');
require_once(DIR . '/includes/class_bbcode.php');
$bbcode_parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list());
$text = "[color=red]some text with tags[/color]";
$html = $bbcode_parser->parse($text);
echo $html;
?>
In a .php file in the forum directory, but it only works when I'm logged in and the cookies have already been set.
Maybe someone else can tell us what's going on...
(stuff deleted because none of it made sense...)