The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
if tag question ?
hey,
i wanted my ads to only appear in certain places, and can some one give me the code for that i would be very appriciative, i want it to appear in index, arcade and chat i think it would be possible in a if tag, but i dont know how to add multiple pages thanks in advanced ! ash |
#2
|
||||
|
||||
Make sure the script is defined in arcade.php and chat.php. It should have a line of code that looks like this near the top:
Code:
define('THIS_SCRIPT', 'chat'); Code:
<if condition="THIS_SCRIPT=='chat' or THIS_SCRIPT=='arcade' or THIS_SCRIPT=='index'"> ####Code for your ad goes here#### </if> |
#3
|
|||
|
|||
cheers buddy !
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|