Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 08-17-2005, 03:20 PM
GrendelKhan{TSU's Avatar
GrendelKhan{TSU GrendelKhan{TSU is offline
 
Join Date: Jun 2005
Location: Boston | Seoul, S. Korea
Posts: 1,311
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default way too many items in the navbar...

ok so I've gone mod crazy....and loving...
only problem is...now I have way too many items in the navbar and my cup overfloweth. :nervous:

any suggestions/tips on how to break up the navbar or separate out some the links?

right now I have (left to right):
===============================================
User CP | FAQ | Members List | Calendar | Arcade | Gallery | vbRadio | Downloads | Quiz | New Posts | Search | Quick Links | Log Out
===============================================


and that obvious runs way to long, especially if I wanna fix the forum width.
how would you guys go about breakin that down/separating it out? (or what is the way most ppl do it?)
Reply With Quote
  #2  
Old 08-17-2005, 03:21 PM
Cyricx Cyricx is offline
 
Join Date: Aug 2002
Location: Missouri
Posts: 1,144
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Best suggestion is either duplicate the navbar links section so you have two of them.

Or do what I did and use one of Amyhkars hacks for the column on the left or right side.
Reply With Quote
  #3  
Old 08-17-2005, 05:29 PM
Azhrialilu's Avatar
Azhrialilu Azhrialilu is offline
 
Join Date: Aug 2003
Location: Stretton, Derbyshire
Posts: 445
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

There's a template mod.. in template mods funny enough ... to have two navbars that's what I used.
Reply With Quote
  #4  
Old 08-18-2005, 05:15 PM
Oblivion Knight's Avatar
Oblivion Knight Oblivion Knight is offline
 
Join Date: May 2002
Location: Sheffield, UK
Posts: 1,757
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Alternatively, if you don't want two navbars - create a new menu called "Interactive" or something similar and place your additional links there..
Reply With Quote
  #5  
Old 08-18-2005, 06:49 PM
peterska2 peterska2 is offline
 
Join Date: Oct 2003
Location: Manchester, UK
Posts: 6,504
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I had a menu called 'Main Menu' or something like that on my 3.0.x The only things outside of that were the userCP, search, members, log out and quick links.
Reply With Quote
  #6  
Old 08-18-2005, 07:20 PM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have a drop down menu called Members and that's where I put ths stuff that only members have access to (Member's list, etc.) It cleans up some space.
Reply With Quote
  #7  
Old 08-19-2005, 08:51 AM
GrendelKhan{TSU's Avatar
GrendelKhan{TSU GrendelKhan{TSU is offline
 
Join Date: Jun 2005
Location: Boston | Seoul, S. Korea
Posts: 1,311
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

cool all very good ideas....thanks!

now all I gotta do is figure out HOW some of you did those things. lol

<<< *sigh* working my way step-by-step outta the n00bpool hehe.
Reply With Quote
  #8  
Old 08-19-2005, 10:19 AM
Oblivion Knight's Avatar
Oblivion Knight Oblivion Knight is offline
 
Join Date: May 2002
Location: Sheffield, UK
Posts: 1,757
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

For my suggestion, open up your navbar template, find:
HTML Code:
		<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
Below it, add:
HTML Code:
		<td id="interactive" class="vbmenu_control"><a href="#interactive">Interactive</a> <script type="text/javascript"> vbmenu_register("interactive"); </script></td>
At this point, remove the additional links from the navbar - they should be located around the same area.


Still in your navbar template, find:
HTML Code:
<if condition="$show['popups']">
<!-- NAVBAR POPUP MENUS -->
Below it, add:
HTML Code:
	<!-- interactive links -->
	<div class="vbmenu_popup" id="interactive_menu" style="display:none">
		<table cellpadding="4" cellspacing="1" border="0">
			<tr><td class="thead">Interactive Features</td></tr>
			<tr><td class="vbmenu_option"><a href="#">Feature #1</a></td></tr>
			<tr><td class="vbmenu_option"><a href="#">Feature #2</a></td></tr>
			<tr><td class="vbmenu_option"><a href="#">Feature #3</a></td></tr>
			<tr><td class="vbmenu_option"><a href="#">Feature #4</a></td></tr>
		</table>
	</div>
	<!-- / interactive links -->
Now replace those Feature links with the additional links that you want..
Reply With Quote
  #9  
Old 08-19-2005, 02:34 PM
Cyricx Cyricx is offline
 
Join Date: Aug 2002
Location: Missouri
Posts: 1,144
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

For what your talking about Grendel I think Oblivions idea is best for ya.

As you expand or if you get a ton of links you can move to Azhrialilu's idea which takes a lil more familiarity with the code.

Using Amykhar's mods for a sidebar menu is a bit trickier but both my suggestion and Azhrialilu's would likely give you more space then you need right now
Reply With Quote
  #10  
Old 08-21-2005, 02:15 PM
GrendelKhan{TSU's Avatar
GrendelKhan{TSU GrendelKhan{TSU is offline
 
Join Date: Jun 2005
Location: Boston | Seoul, S. Korea
Posts: 1,311
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks!!

I'm gunna go with Oblivions idea first. (quick and dirty, but effective). I'll look into the Azhrial and your suggestion as I expand later as you suggest.

Great suggestions all!!! ^^
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 01:01 AM.


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.04417 seconds
  • Memory Usage 2,264KB
  • 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_html
  • (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