View Full Version : Advertisment Condition On Pages
newmasalaboard
07-26-2008, 02:48 PM
Hello,
Actually i have inserted banner ads in the header of my forum.But i dont want to show that banner ads on the index.php page of my forum.
So please can anyone guide me any condititional statement through which i can prevent ads to be shown on the index page.
Opserty
07-26-2008, 04:36 PM
<if condition="THIS_SCRIPT != 'index'">
BANNER CODE HERE
</if>
newmasalaboard
07-27-2008, 08:11 AM
Sorry but its not working :(
Opserty
07-27-2008, 08:48 AM
What is the code you used? (By index.php you mean the forum index page, where the forums are listed, correct?)
newmasalaboard
07-27-2008, 10:19 AM
Actually i have currently one index.html page which is the main page of my forum [ www.newmasalaboard.info (http://www.newmasalaboard.info) ]
And i am creating a new index page [ www.newmasalaboard.info/index.php (http://www.newmasalaboard.info/index.php) ] in which i dont want to display ads in the header.
So i am searching for a condition through which i can limit the ads not to be shown on index page.
The code i use is :
<if condition="THIS_SCRIPT != 'index'">
Advertisment Code Here
</if>
Opserty
07-27-2008, 10:32 AM
You should have stated it was a custom page in your original post. Anyway you need to define the "THIS_SCRIPT" constant in your PHP code.
define('THIS_SCRIPT', 'customindex');
Then in the template, use the same as before except for index use customindex
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.