View Full Version : additional links in nav bar
Tessa
09-25-2004, 03:25 PM
How can I add an additional link in the navigation bar (where user cp, faq, memberlist..ect is) in my forum and vbadvanced homepage?
P.S. Complete simple and laments terms please I am still pretty new to this.
Romeos Tune
09-25-2004, 04:55 PM
Go to your admin control panel, click on styles and templates. Choose which style you want to edit and then edit the template "navbar". Look for your other links and add your new link where you want it to appear.
Tessa
09-25-2004, 05:28 PM
I knew it would be simple to find. Thank you!
Please excuse my extensive newbieness, but how do I input the url into the code, a simple www.website.com does not work and I know not to use http://www.website.com because it would read the / as end something.
The code being (using the FAQ as example)
<td class="vbmenu_control"><a href="faq.php?$session[sessionurl]" accesskey="5">$vbphrase[faq]</a></td>
I`m guessing that "faq.php?$ is where I enter the url of the website I want it to link to. and [faq] is where I enter the name of the link. Right?
Mr. Brian
09-26-2004, 05:02 PM
Navigation / Breadcrumb Templates >navbar
Find:
<td class="vbmenu_control"><a href="calendar.php?$session[sessionurl]">$vbphrase[calendar]</a></td>
After that add:
<td class="vbmenu_control"><a href="xxx.php?$session[sessionurl]">xxx</a></td>
Replace the "xxx" with your own linking. And your done.:)
Tessa
09-27-2004, 06:19 PM
Thanks for that. It was not totally the right answer but you lead me in the right direction.
Because it was not a link preset in the vb database, I had to set it to:
<td class="vbmenu_control"><a href="xxx">yyy</a></td>
where xxx was the full URL and yyy was the name of the link to be displayed.
and removed the .php?$session[sessionurl]
Thanks again, have it exacly as I wanted it :)
Mr. Brian
09-28-2004, 11:20 PM
Thanks for that. It was not totally the right answer but you lead me in the right direction.
Because it was not a link preset in the vb database, I had to set it to:
<td class="vbmenu_control"><a href="xxx">yyy</a></td>
where xxx was the full URL and yyy was the name of the link to be displayed.
and removed the .php?$session[sessionurl]
Thanks again, have it exacly as I wanted it :)
No problem Tessa. Ur welcome. :)
Mr. Brian
09-28-2004, 11:47 PM
l'm lost.. :ermm: --------> It was not totally the right answer but you lead me in the right direction.
Because it was not a link preset in the vb database, I had to set it to:
<td class="vbmenu_control"><a href="xxx">yyy</a></td>
where xxx was the full URL and yyy was the name of the link to be displayed.
and removed the .php?$session[sessionurl]
:)
*Mr. Brian's Confused*
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.