The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
hey there nee some help
i want something to show on all pages EXCEPT vbadvanced. i have the required info i wish to show in my header template but this makes it show on all pages including my vbadvanced portal page. could i wrap the info in an <if conditional> which makes it appear on all pages except the portal page, if so could someone show me what conditional i would need? thanks in advance
|
|
#2
|
|||
|
|||
|
Code:
<if condition="THIS_SCRIPT != 'XXXX'> </if> |
|
#3
|
||||
|
||||
|
sorry dont follow.
just to reitterate i'd like an if condtion that does: if condition= adv_index(vbadvanced page) then display page normally <else> display this code </if> |
|
#4
|
||||
|
||||
|
In your header template:
Code:
<if condition="THIS_SCRIPT != 'adv_index'"> This is visible on all pages except for the vBAdvanced Portal </if> |
|
#5
|
||||
|
||||
|
thanks kirk y + opserty
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|