The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
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 |
#2
|
|||
|
|||
<vb:if condition="$forum[forumid] != x">adsense code</vb:if>
x = the forum you dont want it shown in |
#3
|
||||
|
||||
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> |
#4
|
||||
|
||||
Thank you so much. I see what I was doing wrong now..
Awesome..!!! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|