The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
little help with conditionals please
I need help with a conditional to show some navbar links only in forums but not in vbadvanced CMPS.
any help would be really appreciated . Thank you in advance ! |
#2
|
|||
|
|||
bumped ..!
|
#3
|
||||
|
||||
Probably something like:
HTML Code:
<vb:if condition="THIS_SCRIPT != 'xxxx'">stuff</vb:if> |
#4
|
||||
|
||||
VBAdvanced is called: adv_index
So the condition you'd use is: Code:
<if condition="THIS_SCRIPT != 'adv_index'">stuff</if> |
#5
|
||||
|
||||
Whoops! Good catch. Thanks.
|
#6
|
|||
|
|||
Thank you so much for helping me out guys
it worked perfect. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|