The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
I want when i am in blog navbar show Forum & Home .......
Hi:
I want when i am in blog navbar show Forum & Home , and when i am in homepage navbar show Forum & Blog ,and when i am in Forum navbar show Blog & Home. which code can i use? my blog use as Blog my vb use as Forum my vba use as Home evry thing instaled in default condition. my friend suggest this code: .................................................. The THIS_SCRIPT == 'blog' is the only name I am not sure about. Code: <if condition="THIS_SCRIPT == 'adv_index'"> <a href="">Forum</a> <a href="/blog.php">Blog</a> </if> <if condition="THIS_SCRIPT == 'index'"> <a href="">Home</a> <a href="/blog.php">Blog</a> </if> <if condition="THIS_SCRIPT == 'blog'"> <a href="">Home</a> <a href="">Forum</a> </if> ................................................. add the domain name into the href="" ................................................. But there Was a mistake, when i am in another page of vba & vb & blog my logo come up and my header commix. so i want in other page show link of home,blog,forum. thanks |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|