I am trying to add the itrader post count () on top of a few forums like I had with my older trader rating and read a reply by another poster but having some issues.
He says to add this code to the postbit
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
My question is what code so I enter for ">ITRADER CODE HERE</
Please Help
|