kangmlee New member Sep 30, 2014 #1 If there a way to prevent ads to be visible on 1 subforum but visible in all other forums?
P Paul B XenForo moderator Staff member Sep 30, 2014 #2 Use a conditional statement utilising the node ID. https://xenforo.com/community/resources/conditional-statements.1604/ Upvote 0 Downvote
Use a conditional statement utilising the node ID. https://xenforo.com/community/resources/conditional-statements.1604/
kangmlee New member Sep 30, 2014 #3 Thank you! Worked perfect with: Code: <xen:if is="{$forum.node_id} != 7"> Upvote 0 Downvote