Quote:
Originally Posted by Magnumutz
Try using this guys:
PHP Code:
<if condition="$thread['prefix_rich']"><a href="forumdisplay.php?$session[sessionurl]f=$thread[forumid]?prefixid=$thread[prefixid]">$thread[prefix_rich]</a></if>
|
Quote:
Originally Posted by R-D
Here's the fix you need:
Code:
<if condition="$thread['prefix_rich']"><a href="forumdisplay.php?$session[sessionurl]f=$thread[forumid]&prefixid=$thread[prefixid]">$thread[prefix_rich]</a></if>
It's & rather than &;amp 
|
Thanks you 2, works perfectly now ... big help cheers