zagman76
Active member
When I was using vB, I was able to add an 'if' statement to only display certain content (ads) in specific forums. Actually, it was configured to NOT display the ads in specific forums (to comply with the AdSense rules).
Is there a similar method in XenForo? In addition, can it be combined to also not show for specific user groups?
Here is what I was using on vB:
Thanks!
Is there a similar method in XenForo? In addition, can it be combined to also not show for specific user groups?
Here is what I was using on vB:
Code:
<vb:if condition="!in_array($GLOBALS[forumid], array(23,29,32,40,49,62,76,84,99,101))">
Thanks!