I have this working just fine, and even done some modding after reading ALL the posts in this thread, and some twice.
I have also attempted to parse the smiles to no avail.
Is there anyone who might offer suggestions as to how to do this?
I know this doesn't work
Code:
require_once(DIR . '/includes/class_bbcode.php');
$parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list());
$parsed_text = $parser->do_parse($text, $do_html, $do_smilies, $do_bbcode, $do_imgcode, $do_nl2br, $cachable);
What am I missing... and no I'm no coder.