The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Advertisment Condition On Pages
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. |
#2
|
|||
|
|||
Code:
<if condition="THIS_SCRIPT != 'index'"> BANNER CODE HERE </if> |
#3
|
||||
|
||||
Sorry but its not working
|
#4
|
|||
|
|||
What is the code you used? (By index.php you mean the forum index page, where the forums are listed, correct?)
|
#5
|
||||
|
||||
Actually i have currently one index.html page which is the main page of my forum [ www.newmasalaboard.info ]
And i am creating a new index page [ 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 : Code:
<if condition="THIS_SCRIPT != 'index'"> Advertisment Code Here </if> |
#6
|
|||
|
|||
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.
PHP Code:
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|