![]() |
Blocking adsense on specific forum
Hello,
Would anyone be nice enough to please tell me how to block adsense from displaying in a specific forum? I have been trying to use conditionals but I just cannot figure this out. Thanks much, Rich |
<vb:if condition="$forum[forumid] != x">adsense code</vb:if>
x = the forum you dont want it shown in |
above code only works for 1 forum , but if you want to disable ads for several forums you need to use arrays :
Code:
<vb:if condition="!in_array($forum['forumid'], array(1,2,3))">Show this to all forums except 1, 2 and 3</vb:if> |
Thank you so much. I see what I was doing wrong now..
Awesome..!!! |
All times are GMT. The time now is 12:59 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|