Quote:
Originally Posted by The Geek
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);
|
Awesome, that worked. I guess now i have to make sure people are more uniform in the way that they post articles since it looks like a sloppy mess right now
P.S. You're like a support ninja, I just posted this! Thanks so much