![]() |
Any way to block ads from being shown in perticular forums or pages ?
Is there any way to stop from being shown ads in perticular forums of site ?
This is will be good help for those who have adult sites and want to use google adsense revenue sharing :) |
Wrap your Ad code in the following conditional ..
Code:
<if condition="$forumid != X"> where X is your forum ID where you do not want to display Ad |
but where ? in which template. please give me example using any google adsense modification :)
|
For vB 3.7, you now have Ad Location Templates, paste the Google Adsense code in any of the desired templates like ad_header_logo.
And simply wrap that code in the conditional i.e. Code:
<if condition="$forumid != X"> where X is the forum ID where you do NOT want to show the Ad. Hope this helpsss |
I tried this but while adding i am having this error
Quote:
|
Post your complete code.. that you applied to the template !!
|
<if condition="$forumid != 12,235,236,267">
my adsense code </if> I used this bcoz i dont want show these ads more above these 4 forums |
Code:
<if condition="$forumid != 12,235,236,267"> the conditional I provided works for just 1 forum like this Code:
<if condition="$forumid != X"> |
But i want to bock this in 4 forums like i tried :(
Please provide me codes for that :) |
okk... try this for multiple forums.. not sure if it works !!
Code:
<if condition="out_array($forum['forumid'], array(12,235,236,267))"> |
All times are GMT. The time now is 02:08 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:
|