Quote:
Originally Posted by hubie
Put this code:
Code:
<if condition="$post[postcount] == 1 AND in_array($GLOBALS[forumid], array(X,Y,Z))">Your Code</if>
Where in X,Y,Z you have to put the forum IDs you want the button appear, and in the forum ID not especified the button won?t appear.
|
Just wanted to add, that I modified this IF a little, to make it so you only need to enter the forums you want to exclude
PHP Code:
<if condition="$post[postcount] == 1 AND !in_array($GLOBALS[forumid], array(c, j))">
Just enter the forums you want excluded, and these forums won't show the button and the rest will.