The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
No adsence on Hidden Forums?
Hello guys, I will like to add google adsence to the whole forum except the hidden forums I have for un-register users. How can I make those hidden forums to be completely HIDDEN for spiders and to NOT show any advertisement?
Adsence are a bit pain in the a$$ since they dont allow few stuff according to their rules. So I want to totally disable ads on those forums I choose and also making those forums hidden 100% to spiders ect..... any ideas? |
#2
|
|||
|
|||
:Bump:
Anyone? |
#3
|
|||
|
|||
I don't know a lot about spiders, but I would think if your hidden forums aren't available to guests then they are hidden from spiders.
As far as ads, the only thing I can think of is to find the template(s) with the ad code and enclose them in a conditional that checks the forum ids, like Code:
<vb:if condition="!in_array($foruminfo['forumid'], 1, 2, 3)> // code hidden from forums 1, 2, and 3 </vb:if> |
#4
|
|||
|
|||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|