The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
I'm trying to make an "active" navbar, i.e. depending on what page you're on, the navbar italicizes. So, somewhere in the "Header" style manager, I need to do something like this:
<if condition="$show['member']"> AND if current page = controlpanel <i>You Are Viewing Your Control Panel Thanks. |
|
#2
|
||||
|
||||
|
Code:
<if condition="$show['member'] AND THIS_SCRIPT == 'usercp'">You are in the User CP</if> |
|
#3
|
|||
|
|||
|
Thank you very much.
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|