The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
additional links in nav bar
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. |
#2
|
|||
|
|||
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.
|
#3
|
|||
|
|||
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? |
#4
|
||||
|
||||
Navigation / Breadcrumb Templates >navbar
Find: Code:
<td class="vbmenu_control"><a href="calendar.php?$session[sessionurl]">$vbphrase[calendar]</a></td> Code:
<td class="vbmenu_control"><a href="xxx.php?$session[sessionurl]">xxx</a></td> Replace the "xxx" with your own linking. And your done. |
#5
|
|||
|
|||
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 |
#6
|
||||
|
||||
Quote:
|
#7
|
||||
|
||||
l'm lost.. :ermm: -------->
Quote:
*Mr. Brian's Confused* |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|