Quote:
Originally Posted by yoyoyoyo
When I allow html in a forum the html is visible in the synopsis. Is this normal or did I fudge up the GAS when trying to modify it? If it is normal- is there any way to allow html in the forumdisplay synopsis?
|
hmmm... yoyo... off the top of my head you want to change this in forumdisplay:
$thread['synopsis']=parse_bbcode2($thread['synopsis'], 0, 1, 1, 1);
to this
$thread['synopsis']=parse_bbcode2($thread['synopsis'], 1, 1, 1, 1);
But Im only speaking off the top of my head

(I know its one of those flags!)