The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hi All,
I'm going to have Home, Forums, Gallery and Chat links in my navbar what codes should I add to show these links: Forums, Gallery, Chat----while in Home Home, Gallery, Chat---while in Forums Home, Forums, Chat---while in Gallery Home, Forums, Gallery---while in Chat thanks a bunch |
#2
|
||||
|
||||
![]()
You will want to use a condition to only show some links on some pages. Something like:
HTML Code:
<if condition="THIS_SCRIPT != 'index'"> show Home link </if> <if condition="THIS_SCRIPT != 'forumdisplay'"> show Forums link </if> etc. |
#3
|
|||
|
|||
![]()
Thanks Lynne, I'll try and see if I can figure out mine
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|