The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Adding a link to the navigation
I'm trying to add a gallery link to the exisiting navigation on the VB. I purchased the Photopost pro and want to add a gallery link up on top. HOw would you recommend doing this? thank you.
|
#2
|
|||
|
|||
Assuming a default vB navbar template, find and add the part in bold:
Code:
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td> <td class="vbmenu_control"><a href="/gallery/index.php$session[sessionurl_q]">Gallery</a></td> |
#3
|
|||
|
|||
Thanks for your response. Been trying to find that template in the back end. I found in the default (yes i'm using the default vb template) template the page navigation templates and under that i see pagenav. I click on that and i don't see the exact text you gave me, the first line that is. Am i totally looking in the wrong place?
|
#4
|
|||
|
|||
Go to the vB ACP -> Styles & Templates -> Search in Templates
Code:
Search for Text: navbar Search Titles Only: yes Type calendar in 'Search in Template' and click the Find button. |
#5
|
|||
|
|||
Ah ha. I did it. right on!! Ok the only thing is the link should go to http://www.domainname.com/photopost and i think due to the code you gave me it looks for a gallery on the site which isn't there. HOw would i go about it pointing to the url above
|
#6
|
|||
|
|||
Just change the A HREF link: from /gallery/ to /photopost/
|
#7
|
|||
|
|||
You rock! Thanks I got it.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|