Go Back   vb.org Archive > Community Discussions > Modification Requests/Questions (Unpaid)
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 04-02-2012, 09:42 PM
MacroPhotoPro MacroPhotoPro is offline
 
Join Date: Feb 2012
Posts: 122
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Adding Links to Navbar

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 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
Reply With Quote
  #2  
Old 04-02-2012, 11:22 PM
Iain M's Avatar
Iain M Iain M is offline
 
Join Date: Jul 2005
Location: Glasgow, Scotland
Posts: 256
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is this article what you're looking for? https://vborg.vbsupport.ru/showthrea...ghlight=navbar
Reply With Quote
  #3  
Old 04-02-2012, 11:36 PM
MacroPhotoPro MacroPhotoPro is offline
 
Join Date: Feb 2012
Posts: 122
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Iain M View Post
Is this article what you're looking for? https://vborg.vbsupport.ru/showthrea...ghlight=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
Reply With Quote
  #4  
Old 04-02-2012, 11:50 PM
Iain M's Avatar
Iain M Iain M is offline
 
Join Date: Jul 2005
Location: Glasgow, Scotland
Posts: 256
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey Jack,

For just a basic link you would have
Code:
<li><a href="http://www.example.com/">Example</a></li>
instead of
Code:
<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>
Reply With Quote
  #5  
Old 04-03-2012, 12:01 AM
MacroPhotoPro MacroPhotoPro is offline
 
Join Date: Feb 2012
Posts: 122
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Okay, thanks, I will try it!

I appreciate your time, thanks again.
Reply With Quote
  #6  
Old 04-03-2012, 12:08 AM
Pandemikk Pandemikk is offline
 
Join Date: Jul 2009
Posts: 292
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #7  
Old 04-03-2012, 12:11 AM
MacroPhotoPro MacroPhotoPro is offline
 
Join Date: Feb 2012
Posts: 122
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Adding just this didn't work, and caused all my tabs to disappear.

Code:
<li><a href="http://www.example.com/">Example</a></li>
--------------- Added [DATE]1333416084[/DATE] at [TIME]1333416084[/TIME] ---------------

Quote:
Originally Posted by Pandemikk View Post
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 to customize my Tabs/Navbar.

I have successfully done so on my page.

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

Code:
<li><a href="payments.php">Subscribe<a></li>
at the end of every navbar.

Thanks,

Jack
Reply With Quote
  #8  
Old 04-03-2012, 01:14 AM
Pandemikk Pandemikk is offline
 
Join Date: Jul 2009
Posts: 292
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?
Reply With Quote
  #9  
Old 04-03-2012, 01:45 AM
MacroPhotoPro MacroPhotoPro is offline
 
Join Date: Feb 2012
Posts: 122
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Pandemikk View Post
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.



Quote:
Originally Posted by Pandemikk View Post
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
Reply With Quote
  #10  
Old 04-03-2012, 01:59 AM
ForceHSS ForceHSS is offline
 
Join Date: Apr 2008
Posts: 6,357
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

try the one in my sig not sure if it is what you are looking for
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 05:06 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04269 seconds
  • Memory Usage 2,263KB
  • Queries Executed 13 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (4)bbcode_code
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete