The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
FORUMHOME conditional
I would like to add a code to the navbar but the only place i do not want it to show is on the forumhome page. Could't really find anywhere a conditional that would let the code display everywhere except forumhome, can anyone please help
Thank You |
#2
|
|||
|
|||
I'm sure there is a way to do this... Something like this
IF vbtemplate != FORUMHOME THEN do stuff End if I know that visual basic looking, but the idea is right. |
#3
|
|||
|
|||
Did some searches but dont really see any conditionals that start with Vbtemplate, I always though it had to start with something like <if condition=.....
|
#4
|
||||
|
||||
Probably something like:
HTML Code:
<if condition="THIS_SCRIPT != 'index'"> Do stuff only if not on vbulletins index.php page </if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|