The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How do I know which page the forum is loading
Hi,
Is there a way to know which page the forum is loading? By that, I mean is there a variable that I can read that would tell me that I am currently loading the forum home page. I want to modify the navbar to only display some specific data when it is included in the forum home page. Thanks |
#2
|
|||
|
|||
In the template:
Code:
<if condition="THIS_SCRIPT == 'index'"> <!-- Custom code here --> </if> |
#3
|
|||
|
|||
Thanks. It worked like a charm.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|