The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
I'm a newbie to vBulletin, so bear with me.
How do I change where the "Home" button on the main navigation bar goes? I would like to link it to the homepage of my website, and NOT have it link to anything in vBulletin. Thanks in advance, Jessica |
|
#2
|
||||
|
||||
|
Change your navbar template. The code you'll be looking for should look something like:
HTML Code:
<td class="vbmenu_control"><a href="index.php$session[sessionurl_q]">Home</a></td> HTML Code:
index.php$session[sessionurl_q] |
|
#3
|
|||
|
|||
|
Okay, I tried this, and it didn't work so well.
I started by going into the Style Manager, and I selected "Edit Templates". Then I drilled down to the navbar template. I found this code, which was the only piece of code that had index.php anywhere in it: Code:
<ul class="floatcontainer">
<li class="navbithome"><a href="index.php{vb:raw session.sessionurl_q}" accesskey="1"><img src="{vb:stylevar imgdir_misc}/navbit-home.png" alt="{vb:rawphrase home}" /></a></li>
{vb:raw navbits.breadcrumb}
{vb:raw navbits.lastelement}
</ul>
What am I missing? |
|
#4
|
||||
|
||||
|
You need to change:
HTML Code:
index.php{vb:raw session.sessionurl_q}
HTML Code:
www.yournewlink.com |
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|