View Full Version : Adding Links to Navbar
MacroPhotoPro
04-02-2012, 09:42 PM
I have searched this forum for a couple hours and can't seem to find where I can add a navbar link to my tabs.
I have a Paid Subscription website, and I would like to add a "Subscriptions" link to the payments.php page on my Home, Forum, and Blogs navigation tabs respectively.
I have read and the How to Create a New Nav Tab (https://vborg.vbsupport.ru/showthread.php?t=226914) thread, and have successfully applied new tabs, but I am curious as to how to add new links to the navbar under existing tabs.
Thanks for any help,
Jack
Iain M
04-02-2012, 11:22 PM
Is this article what you're looking for? https://vborg.vbsupport.ru/showthread.php?t=232579&highlight=navbar
MacroPhotoPro
04-02-2012, 11:36 PM
Is this article what you're looking for? https://vborg.vbsupport.ru/showthread.php?t=232579&highlight=navbar
Thank you very much.
It is pretty much exactly what I want; however I don't want a dropdown menu just a basic link.
Jack
Iain M
04-02-2012, 11:50 PM
Hey Jack,
For just a basic link you would have
<li><a href="http://www.example.com/">Example</a></li>
instead of
<li class="popupmenu">
<a href="javascript://" class="popupctrl">Menu test</a>
<ul class="popupbody popuphover">
<li><a href="http://www.vbulletin-ressources.com/forum">test 1</a></li>
<li><a href="http://www.vbulletin-ressources.com/forum">test 2</a></li>
<li><a href="http://www.vbulletin-ressources.com/forum">test 3</a></li>
</ul>
</li>
MacroPhotoPro
04-03-2012, 12:01 AM
Okay, thanks, I will try it!
I appreciate your time, thanks again.
Pandemikk
04-03-2012, 12:08 AM
I also highly recommend this mod: https://vborg.vbsupport.ru/showthread.php?t=274972
It will allow you to adds tabs, links under tabs, and even another row of tabs all with permissions easy management.
MacroPhotoPro
04-03-2012, 12:11 AM
Adding just this didn't work, and caused all my tabs to disappear.
<li><a href="http://www.example.com/">Example</a></li>
--------------- Added 1333416084 at 1333416084 ---------------
I also highly recommend this mod: https://vborg.vbsupport.ru/showthread.php?t=274972
It will allow you to adds tabs, links under tabs, and even another row of tabs all with permissions easy management.
Thank you very much.
Here is the MOD I followed (https://vborg.vbsupport.ru/showthread.php?t=226914) to customize my Tabs/Navbar.
I have successfully done so on my page (http://www.macrophotopro.com).
However, I am not trying to add a new tab, what I am trying to do is add another link the the existing tabs of Home, Forum, Blog to where I can have the link
<li><a href="payments.php">Subscribe<a></li>
at the end of every navbar.
Thanks,
Jack
Pandemikk
04-03-2012, 01:14 AM
Articles and mods are different. An article will teach you how to do it yourself, a mod will do it for you.
I'm not quite sure what you're asking, either. Doesn't Lynne's article shows you how to add items to the navbar?
MacroPhotoPro
04-03-2012, 01:45 AM
Articles and mods are different. An article will teach you how to do it yourself, a mod will do it for you.
Thanks for the clarification.
I'm not quite sure what you're asking, either. Doesn't Lynne's article shows you how to add items to the navbar?
Sorry if I wasn't clear.
I am looking for an article on how to add an extra link (not dropdown menu) to the Navbar's existing Tabs. Lynne's article was how to add a new tab and associated new set of navbar values, but mentions nothing about adding further links to existing tabs/navbars. In fact, on paragraph 2 here were her own words:
This article is NOT to be used just to add another link to a submenu. It is for creating the Nav Link tab along with all the submenus. Again, if all you want is to add submenus to an existing tab, then this article is NOT for you!!!
So I have created the custom tab/navbars I wanted through Lynne's article, but what I am trying to do is, on my existing Home/Forum/Blogs tabs to edit their associated navbars with links of my choosing, not dropdown menus. The way I understand it, each tab generates a different navbar, so you have to tinker with each tab/navbar configuration.
I know how to do this with the new plugin tabs I have created, but the pre-existing Home/Forum/Blogs tabs don't seem to work the same way. This is what I am trying to tinker with and Iain was kind enough to respond with a suggestion, but I couldn't get it to work that way.
Hope this was clearer and thanks for responding,
Jack
ForceHSS
04-03-2012, 01:59 AM
try the one in my sig not sure if it is what you are looking for
MacroPhotoPro
04-03-2012, 02:05 AM
try the one in my sig not sure if it is what you are looking for
I sure appreciate it, but I've got the new tabs/navbar links I need.
What I can't seem to be able to do is alter the default Home/Forum/Blogs tabs & navbar links :(
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.