View Full Version : Adsense in Header only on Forumhome
temsamane
03-04-2012, 07:37 PM
How can i make this possible? i want to show an adsense banner in the header, but only showing on forumhome (frontpage). Because on other pages, i have other adsense banners.
temsamane
03-06-2012, 09:10 PM
no answers here?
qqebiz
03-16-2012, 12:49 PM
Try
<vb:if condition="'REQUEST_URI'=='index.php'">
Ad code here.
</vb:if>
Where it says index.php you must put the full file path to the root of your forum, etc if my forum was http://lololol.com/iamaforum/lolol.php
It would be
<vb:if condition="'REQUEST_URI'=='lolol.php'">
Ad code here.
</vb:if>
I'm pretty good with vbulletin, need anymore help goto mortalcoders.com and pm me there.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.