The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
I have an ads that i want to show only at the index page,
how to do this? |
|
#2
|
||||
|
||||
|
Wrap the ad code with the following conditional:
Code:
<if condition="THIS_SCRIPT == 'index'"> YOUR CODE HERE </if> |
|
#3
|
|||
|
|||
|
tnx it worked
|
![]() |
|
|