
04-01-2005, 08:31 PM
|
 |
|
|
Join Date: Apr 2004
Location: Colorado
Posts: 120
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
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);
|
Just a note to let you know that when I tried this, my forum display went whacko... so I am going back to the dummy method: removing the html in the existing articles forum in favor of straight vb code...
THANKS again for sorting out all my other issues, Geek.
|