The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Hey Guys and Gals,
Just needing some help with the if template statments. Is it possible to make a <if condition!="$indexpage"> not on index page </if> I know can i do it like this. <if condition!="$indexpage"> </ else> not on index page </if> But i was just wondering if you can use =! (not equal), as it does not seem to be working. Thanks /Steve |
|
#2
|
|||
|
|||
|
You can but not the way you are trying to do it,
Try this: HTML Code:
<if condition="!$indexpage">stuff</if> HTML Code:
<if condition="$indexpage != something">stuff
|
|
#3
|
|||
|
|||
|
<if condition="!$indexpage">stuff</if>
worked thanks
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|