Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons
FAQ Community Calendar Today's Posts Search

 
 
Thread Tools
Menu Control Details »»
Menu Control
Version: 1.3, by Marky Marky is offline
Developer Last Online: May 2012 Show Printable Version Email this Page

Version: 3.5.3 Rating:
Released: 01-06-2006 Last Update: 02-04-2006 Installs: 277
Uses Plugins Template Edits
 
No support by the author.

Hey all,

What is Menu Control?
This modification, installs a second navagation bar below the original one, and best of all, it's admin controllable! Menu Control is a very easy to use modification, and it takes less than a minute to install!

What can I do using Menu Control?
The features of Menu Control include:
* Forum Directory - Ability to change your forum directory
* Nine Customizable Menu Links - Gives the ability to add, modify or remove nine customizeable
Menu Links!
* HTML Ready - Gives the ability to use HTML in the menu links! Add colour or style to your
links!
** On / Off Capability - The ability to turn your menu online and off.
*** Format Techniques - The ability to change the colour of your menu links.
*** External Links - The ability to link to external links from the links in your menu.
**** Window Features - The ability to change how your links open.
**** Colour Switch - The ability to turn the colour of your links on and off.
**** Menu Images - The ability to put an image next to each of your menu items.
**** Menu Image Switch - The ability to turn all images off and on.


* = Features in 1.0
** = Features in 1.1
*** = Features in 1.2
**** = Features in 1.3 Final

How long will it take me to install Menu Control?
Menu Control is a very easy modification to install. It should take no more than 1 minute to install! It comes with a product file, so all you have to do is import the included product file, edit one template and the modification is installed!

Support
For support on this mod, you can go to either:
MgArcade.com

Or

Post in this topic!

Suggestions
Got a suggestion? Post it here, PM me, or email me, I will try my best to include it in a future version.

Credits
Menu Control was Created By: Marky

Other
You must not allow this file for download anywhere but vbulletin.org without the consent of Mark Spiers (Marky)

If you install this modification, please click 'Install' to show your support!

Would you like to donate to me? I'd be extremely grateful, no matter the amount!


Current Version: 1.3

Features in Version 1.3
**** Window Features - The ability to change how your links open.
**** Colour Switch - The ability to turn the colour of your links on and off.
**** Menu Images - The ability to put an image next to each of your menu items.
**** Menu Image Switch - The ability to turn all images off and on.

Features in Version 1.2
*** Format Techniques - The ability to change the colour of your menu links.
*** External Links - The ability to link to external links from the links in your menu.

Features in Version 1.1
** On / Off Capability - The ability to turn your menu on and off.

Thanks,

Marky

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #332  
Old 08-17-2006, 05:19 AM
mr_wizard's Avatar
mr_wizard mr_wizard is offline
 
Join Date: Aug 2006
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Very cool. Excellent job very easy to install
Reply With Quote
  #333  
Old 08-18-2006, 03:22 AM
Mysticales's Avatar
Mysticales Mysticales is offline
 
Join Date: Oct 2005
Posts: 168
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Had a thought, If you use this method from the template edit. (Speaking in 3.5x edits.)
2. Go to 'Style Manager' and in the 'Navbar' template:
Find:
<!-- / nav buttons bar -->
Then if you use THIS instead of whats there now...
Add Below:
Code:
<if condition="is_member_of($bbuserinfo, X)">
<else />
$menucontrol
</if>
Replace "X" with your usergroup ID you want to show it, that may work too, Thoughts? I mean it should be good for users who want just 1 usergroup like a "Premium" paid susbscription or a special usergroup to gain access to it. Which on THAT navbar, maybe use it for your special groups content. In theory it should work, Im gonna try later.
Reply With Quote
  #334  
Old 08-18-2006, 04:22 AM
Neo_obs Neo_obs is offline
 
Join Date: Mar 2006
Location: Disneyland, CA
Posts: 363
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

almost positive its a different phrase for membergroups. Might want to look it up before you test it.

for moderators its !can(moderate) I blieve
Reply With Quote
  #335  
Old 08-18-2006, 04:31 AM
Mysticales's Avatar
Mysticales Mysticales is offline
 
Join Date: Oct 2005
Posts: 168
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Neo_obs
almost positive its a different phrase for membergroups. Might want to look it up before you test it.

for moderators its !can(moderate) I blieve
UGH, I forgot something important... darn it! The code I gave would mean its checking to see if a user is in group "x" meaning unless you use a "Primary" usergroup system to have users be assigned to either regular usergroup or premium. It wont work. Cause you see, if you make "X" be your regular usergroup, it would mean anyone who is not in that group, would see the 2nd nav bar.

However.. if your like my setup right now... Secondary usergroups would fail on this code... since Registered AND Premium would be flagged... making them fall into the wrong group.

But for those using primary system only.. guess this would work.

As for the can moderate thing. That would mean the variable is only aimed toward a user with a moderate ability, has nothing to do what usergroup they are in.
Reply With Quote
  #336  
Old 08-18-2006, 04:50 AM
Neo_obs Neo_obs is offline
 
Join Date: Mar 2006
Location: Disneyland, CA
Posts: 363
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

true I knew that I was thinking on the lines of if you wanted a special navbar for your moderators and staff.
Reply With Quote
  #337  
Old 08-18-2006, 10:50 AM
Marky's Avatar
Marky Marky is offline
 
Join Date: Aug 2004
Location: UK
Posts: 321
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Mysticales
Any news?

Only thing I would love is usergroup settings, to choose which usergroups could see the 2nd nav bar. Thanks. If you have that, I will use on our large community. =)
It's in the pipeline

Quote:
Originally Posted by blind-eddie
Support given on vBDiscussion.com

Trust me, Go there for quick response on inquires.
Thanks blind-eddie, much apprectiated

----

Since I now have to work further on Saturday (at work) than expected, I'll have to try and finish the next version on Sunday. You might get an update then.

Don't forget to nominate Menu Control for an award
Reply With Quote
  #338  
Old 08-19-2006, 09:13 AM
bashy bashy is offline
 
Join Date: Nov 2005
Posts: 2,544
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Wonder if you can help please?

I have had this installed for quite sometime now and the top line is not there its below, If that makes any sense...

Please see image the solid top red line is where the line should be
the dotted bottom line is where the line is and the moment...

I think you will see what i mean, if not take a look at my site...

any advice on this please?
Reply With Quote
  #339  
Old 08-19-2006, 11:04 AM
Puntoboy Puntoboy is offline
 
Join Date: Sep 2005
Location: Northampton UK
Posts: 196
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i don't need 9 links at the moment, how can i remove the unwated links?
Reply With Quote
  #340  
Old 08-19-2006, 11:16 AM
Puntoboy Puntoboy is offline
 
Join Date: Sep 2005
Location: Northampton UK
Posts: 196
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

also,

i want to add the bar above the banner at the top of my forum, but it appears below?

how can i move it?

http://www.puntosports.co.uk/forums/index.php?
Reply With Quote
  #341  
Old 08-19-2006, 11:34 AM
Puntoboy Puntoboy is offline
 
Join Date: Sep 2005
Location: Northampton UK
Posts: 196
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

why is it the menu doesn't display on this page?

http://www.puntosports.co.uk/forums/....php?do=getnew
Reply With Quote
 


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 02:45 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04800 seconds
  • Memory Usage 2,310KB
  • Queries Executed 25 (?)
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)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)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_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