View Full Version : NavBar
Hel_Sir
10-03-2006, 05:13 AM
I am useing the ambience_x theme for vbulletin 3.6.1. How can I chane whats on the nav bar? I would like to remove User CP and add Downloads which would point to /forum/downloads.php. Found some tips on google, but never got what file to edit, and when I found something similar to the example code found on google, it never fit with what I have.
Ntfu2
10-03-2006, 06:35 AM
you dont need to edit any file
You need to login to admincp -> Style manager -> Edit nav bar template
Thats the rough break down, but it should get you there
Hel_Sir
10-03-2006, 08:22 AM
Ok, thanks for the info there, cleared up a lot (where to find MEMBERINFO and such).
Anyway, in default I find Navbar under Navigation /Breadcump Templates.
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
now I tried to change $vbphrase[cndar] just to see if there was a change at all, but it wasnt for some reason. Am I at the wrong place? Added downloads line also:
<td class="vbmenu_control"><a href="downloads.php?$session[sessionurl]">$vbphrase[ecdownloads_downloads]</a></td>
But that either is nowhere to be seen.. Any thaughts of where I am going wrong?
<td class="vbmenu_control"><a href="downloads.php?$session[sessionurl]">$vbphrase[ecdownloads_downloads]</a></td>
I think "$vbphrase[ecdownloads_downloads]" doesn?t exist. Just write "Downloads", or so.
For example:
<td class="vbmenu_control"><a href="downloads.php?$session[sessionurl]">Downloads</a></td>
Hel_Sir
10-03-2006, 12:48 PM
Hmm ok, I see now where I am going wrong. The changes are reflected on /forum/ part, not the portal where I actually want the link. Do I need to check vbportal forums, or are navbar in vbportal also controlled from within the same place?
Also, is there any external upload/download modules that can be fully integrated with vbportal/vbulletin? Like have last uploads on the portal, top downloads on the portal + (and most important) moderation, as in send e-mail to an specified address when a user uploads a file so admins know a new file is ready for approval.
These 2 things fixed, and everything is wonderfull :D
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.