The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How To Put Ads Only In Specific Forums?
Hi, for instance i have forum A forum B forum C in "main section" and forum D and forum E in "off topic section". I want to put adsense ads only in forum A, B and C postbit (inside main section) and I want the ads to not apear in forum D and forum E, how to be able to do that?
|
#2
|
|||
|
|||
Put this in the postbit template where you want the ad to show, and edit the A,B,C fields to the appropriate forum id.
Code:
<if condition="$thread[forumid] =='A' || $thread[forumid] =='B' || $thread[forumid] =='C'"> Google Adsense Code here. </if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|