The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
how to make somethng on navbar to appear only on forum home ? ...
hello all ,
i really need your help ! i add'ed something on navbar template , all work good (the displaying on navbar) but the probleme is that it appear on all forum pages , i want it only on forum home . someone can help me ? is it a code to add and make it display only on forum home ? i really dont want it to appear on all pages thanks alot |
#2
|
|||
|
|||
This shoudl work:
Code:
<vb:if condition="THIS_SCRIPT == 'index'"> // this shows only on forumhome </vb:if> |
#3
|
|||
|
|||
will try , i must add it on additional.css ?
thank you --------------- Added [DATE]1352734957[/DATE] at [TIME]1352734957[/TIME] --------------- OH SAD !! doesn't work , look at my screen : http://image.noelshack.com/fichiers/...sans-titre.png the Shoutbox appear in all pages , i want it only on forum home ! |
#4
|
|||
|
|||
No, you wrap the vb:if code around the code you added to the navbar template.
|
#5
|
|||
|
|||
SAD , i juste tried , i added it on the navbar template , the shout box still apear on all pages
this is the code of the shoutbox who i added it on the navbar template (at the bottom) {vb:raw show.vbshout_instance1} someone have an idea please ? |
#6
|
|||
|
|||
So you should have tried this:
Code:
<vb:if condition="THIS_SCRIPT == 'index'"> {vb:raw show.vbshout_instance1} </vb:if> That really shouldn't show up on any page other than forumhome. |
#7
|
|||
|
|||
ohh , thank you alot and alot !!! , it work !!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|