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

Reply
 
Thread Tools
Navigation Manager Enhancements Details »»
Navigation Manager Enhancements
Version: 1.0.0b4, by Andreas Andreas is offline
Developer Last Online: Jan 2023 Show Printable Version Email this Page

Category: Administrative and Maintenance Tools - Version: 4.2.0 Rating:
Released: 05-17-2012 Last Update: 05-29-2012 Installs: 362
DB Changes Uses Plugins
Is in Beta Stage  
No support by the author.

This Add-on enhances the functionality of the Navigation Manager (vBulletin 4.2.0 Alpha 1 or higher) in various ways.

Planned Features
These features are planned for a later release
  • Code Cleanup & Refactoring
  • Documentation (!)
  • Dynamic content items
  • Inputs to directly change translations when editing an item

Download Now

File Type: xml product-navmanager_enhancements.xml (17.8 KB, 1356 views)
File Type: zip navmanager_enhancements-1_0_0-Beta_3.zip (8.1 KB, 276 views)
File Type: zip navmanager_enhancements_1-0-0_Beta_4.zip (11.5 KB, 1860 views)

Show Your Support

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

Comments
  #22  
Old 05-23-2012, 09:02 PM
Andreas's Avatar
Andreas Andreas is offline
 
Join Date: Jan 2004
Location: Germany
Posts: 6,863
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Boofo View Post
How do you add a Heading in the menu with this?
Select Add Heading from the Controls Menu:
Attachment 138606

Quote:
So with this mod how do I make a drop down menu?
I'm not seeing it...
Edit the tab and select one of its menus as Tab Menu:
Attachment 138607
Reply With Quote
  #23  
Old 05-23-2012, 09:15 PM
Papa Bear's Avatar
Papa Bear Papa Bear is offline
 
Join Date: Apr 2011
Posts: 67
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

There is no selection for ADD HEADING for some of us even with the update you did.
Reply With Quote
  #24  
Old 05-23-2012, 09:17 PM
tbworld tbworld is offline
 
Join Date: Oct 2008
Posts: 2,126
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Andreas, weirdness here (or it's me). When you select more then one includegroups it negates its inclusion. In the database it shows the proper included and excluded groups but the results being applied are incorrect. If you just apply a single usergroup it works as designed.

-- I am looking into the code now and will report back. Either I will fix it or I will find out that I am doing something incorrectly. Current tests were performed on a clean vb4.2 and no mods.

Hopefully, I am not wasting your time here .
Reply With Quote
  #25  
Old 05-23-2012, 09:20 PM
Andreas's Avatar
Andreas Andreas is offline
 
Join Date: Jan 2004
Location: Germany
Posts: 6,863
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Papa Bear View Post
There is no selection for ADD HEADING for some of us even with the update you did.
Then your PHP installation does have problems with output buffering - fix that and it should work.
Reply With Quote
  #26  
Old 05-23-2012, 09:26 PM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Andreas View Post
Select Add Heading from the Controls Menu:
Attachment 138606
I'm not seeing that in my options at all.
Attached Images
File Type: jpg Snap4.jpg (10.2 KB, 0 views)
Reply With Quote
  #27  
Old 05-23-2012, 09:27 PM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Andreas View Post
Then your PHP installation does have problems with output buffering - fix that and it should work.
How do we fix that?
Reply With Quote
  #28  
Old 05-23-2012, 09:55 PM
Papa Bear's Avatar
Papa Bear Papa Bear is offline
 
Join Date: Apr 2011
Posts: 67
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Boofo View Post
I'm not seeing that in my options at all.
me either..it does not even give me the choice to select it..cause its not there..all the other functions work fine..
Reply With Quote
  #29  
Old 05-23-2012, 09:56 PM
Hippy's Avatar
Hippy Hippy is offline
 
Join Date: Dec 2001
Location: USA, New Jersey
Posts: 2,392
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

when you click a tab you made should be there
but mine is missing something
see sceenshot

Attached Images
File Type: jpg blank.jpg (22.7 KB, 0 views)
Reply With Quote
  #30  
Old 05-23-2012, 10:16 PM
tbworld tbworld is offline
 
Join Date: Oct 2008
Posts: 2,126
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hippy, You have not selected a parent action. Do that in the main dropdown when you add a tab.
Reply With Quote
Благодарность от:
Hippy
  #31  
Old 05-24-2012, 01:58 AM
kapii kapii is offline
 
Join Date: Apr 2008
Posts: 95
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by tbworld View Post
Andreas, weirdness here (or it's me). When you select more then one includegroups it negates its inclusion. In the database it shows the proper included and excluded groups but the results being applied are incorrect. If you just apply a single usergroup it works as designed.

-- I am looking into the code now and will report back. Either I will fix it or I will find out that I am doing something incorrectly. Current tests were performed on a clean vb4.2 and no mods.

Hopefully, I am not wasting your time here .
Confirmed, something is just not right with the permissions, if you choose more than 1 group for User is a member of ... the tab don't show for any groups selected. Same applies to the User is not a member of ... if you choose more than one group the tab shows for all groups.
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 03:43 PM.


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.05186 seconds
  • Memory Usage 2,369KB
  • Queries Executed 26 (?)
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
  • (7)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (24)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (2)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (5)postbit_attachment
  • (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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete