Have a difficult time parsing List's using the vB_BbCodeParser function
PHP Code:
$parser = new vB_BbCodeParser($vbulletin, fetch_tag_list());
$customPreText= '[LIST][*]Testing[*]Testing List 2[*][COLOR=#ff0000][B][U]Testing Color[/U][/B][/COLOR] [/LIST] [CENTER][B][COLOR=#333399]How to Join[/COLOR][/B][/CENTER]';
$customText = $parser->parse($customPreText);
//...Register variables and place in template ...
The problem is, is that everything works (bold, underline, center etc) except the List.