Quote:
Originally Posted by OttawaGolf
Is there a way to have the iTrader ratings in postbit & postbit_legacy only show up in specific forums?
ie all classified forums, but not in the discussion forums?
There must be some kind of conditions that can be used. Help would be really appreciated.
|
For single forum:
<if condition="$thread[forumid] == xx">ITRADER CODE HERE</if>
Try this for mutiple forums:
<if condition="in_array($thread[forumid],array(xx,xx))">ITRADER CODE HERE</if>
Replace x's with your forum id's