View Full Version : How To Put Ads Only In Specific Forums?
MovieForumz
04-23-2010, 01:14 PM
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?
Dominic
04-28-2010, 08:12 PM
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.
<if condition="$thread[forumid] =='A' || $thread[forumid] =='B' || $thread[forumid] =='C'">
Google Adsense Code here.
</if>
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.