hmmm.
looks like I need to add a check to see if HTML is enabled. In the meantime - for those of you who have html enabled and have this problem, edit your forumdisplay.php file and search for:
PHP Code:
$thread['synopsis']=parse_bbcode2($thread['synopsis'], 0, 1, 1, 1);
and change to
PHP Code:
$thread['synopsis']=parse_bbcode2($thread['synopsis'], $foruminfo['allowhtml'], 1, 1, 1);