The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
What would the conditional be to show something on the index page only?
I have tried: <if condition="(THIS_SCRIPT != 'index')">****<else />****</if> However it does not work, I have VB 3.6.0 Any help is appreciated. |
|
#2
|
||||
|
||||
|
Code:
<if condition="THIS_SCRIPT == 'index'">THIS ONLY SHOWS ON FORUMHOME</if> |
![]() |
|
|