The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How can i make google ads not appear on a specific forum that contains RSS feeds?
I incorporated google ads on my website. Its not public yet but it can be seen here http://forum.SouthFloridaFusion.com
On this site i have a news section which i have setup to automatically post RSS feeds. And everything is working great! (Love vBulletin!) But, there is one problem. Nearly all RSS feed sites, especially news companies, dont allow posting their RSS feeds on the same page as advertisements. So i would like to enable a "child forum" that doesnt display any google ads and would display these RSS feeds. Simply, how do i make it so my google ads appear on all my forum directories except for this designated news directory? I have google ads incorporated into the navbar and forumdisplay sections. Any help greatly appreciated. |
#2
|
||||
|
||||
Just wrap your Google AdSense code within a template condition:
Code:
<if condition="$forum[forumid] != ##"> ... adsense code ... </if> So this means "only show adsense code when the forum ID isn't ##". |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|