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
  #152  
Old 06-27-2012, 10:36 AM
draver draver is offline
 
Join Date: Oct 2007
Posts: 48
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

After installing, the datastore has a base64 code . The plugin check for Hack reports the alarm.
In the datastore then the code is:
+ $ name. = '_'. strtolower (substr (vb_base64_encode (TimeNow), 4,4));

Can you avoid it?
Reply With Quote
  #153  
Old 06-27-2012, 09:02 PM
Gerry5039 Gerry5039 is offline
 
Join Date: Jun 2012
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi like a lot of mods on here this has no instructions for newbies, how do you get this to work, its beaten me.
Reply With Quote
  #154  
Old 06-27-2012, 09:46 PM
AusPhotography's Avatar
AusPhotography AusPhotography is offline
 
Join Date: Nov 2007
Location: Hobart & Adelaide .au
Posts: 521
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Gerry5039 View Post
Hi like a lot of mods on here this has no instructions for newbies, how do you get this to work, its beaten me.
It's beta, its got bugs, and Andreas is away on holidays.
I know he will sort it once he gets back.

You do need a good understanding of the 4.2 Navigation Manager before using this mod, it is very powerful and you need the basic NM understanding first.
Once you have a handle on the NM this mod is very obvious in its use.

I would suggest putting this mod into your test system and playing before production.

vB4.2.1 is not far away and fixes a couple of NM issues anyway.
See: http://tracker.vbulletin.com/secure/...equestId=11035

Kym
Reply With Quote
  #155  
Old 06-27-2012, 10:29 PM
Gerry5039 Gerry5039 is offline
 
Join Date: Jun 2012
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you for your kind information Kym much appreciated
Reply With Quote
  #156  
Old 06-28-2012, 12:39 AM
kether1 kether1 is offline
 
Join Date: Jun 2006
Posts: 232
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've been having some issues with usergroup permissions. If I select more than one usergroup to show a link to, then the link doesn't appear. If I select only one, then the link appears fine. I read through the posts here and found others with this issue. It was stated that if one re-uploads all the files and re-installs the product allowing overwrite (yes) then it should correct the issue. I haven't been able to get more than one usergroup at a time using the tick boxes. My work around is to create the sub links two times (one for each user group I want to see the link), but this seems like a bug of some kind. Thanks for any suggestions.

Kether
Reply With Quote
  #157  
Old 06-28-2012, 12:53 AM
dmm2020 dmm2020 is offline
 
Join Date: Apr 2010
Posts: 129
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by kether1 View Post
I've been having some issues with usergroup permissions. If I select more than one usergroup to show a link to, then the link doesn't appear. If I select only one, then the link appears fine. I read through the posts here and found others with this issue. It was stated that if one re-uploads all the files and re-installs the product allowing overwrite (yes) then it should correct the issue. I haven't been able to get more than one usergroup at a time using the tick boxes. My work around is to create the sub links two times (one for each user group I want to see the link), but this seems like a bug of some kind. Thanks for any suggestions.

Kether
This all works fine for me. I have multiple user groups checked on the menus at my website. You might check your permissions for the app area you are concerned with and see if there are any conflicts. Only issue I am having with this is trying to keep the right links in the lower navbar, but I think that's a problem in the vanilla navigation manager that vb folks hopefully will answer. Also check that the user (you) is not in one of the groups you checked that you do NOT want them to see. I think this being a beta may have some conflicts between what you set in the extended navigation manager as compared to the user group permissions set in the vb admin panel.
Reply With Quote
  #158  
Old 06-28-2012, 03:29 AM
tbworld tbworld is offline
 
Join Date: Oct 2008
Posts: 2,126
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

There was a bug in beta3 that prevented the usergroup options to work right. Andreas fixed it in beta4...

There are a couple of small problems, but the largest bug is due to vbulletins code. There is no cleanup on deleted entries. In some cases it can even cause database errors upon deleting entries. This problem enumerates onto Andreas's code. Several of us have already posted the bug over on vbulletin.com. In my opinion they really have to fix their code before Andreas can do much on his end. I have to say I was a little surprised vb released the navigator without some sort of cleanup routines. Too much pressure on the programmers over at vb to turn out code.
Reply With Quote
  #159  
Old 06-28-2012, 03:57 AM
AusPhotography's Avatar
AusPhotography AusPhotography is offline
 
Join Date: Nov 2007
Location: Hobart & Adelaide .au
Posts: 521
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The delete issue is fixed in vB4.2.1

There is an issue in Andreas' code when using menus/links with secondary parents.
The target, HTML, and heading don't work on the secondary tab.
I sent Andreas a PM describing why vB breaks that feature.

4.2.1 will also allow target (new page) and Tab menu pull downs if the Jira tracker is correct. (no promises as vB could pull those from 4.2.1 [unlikely])

Kym
Reply With Quote
  #160  
Old 06-28-2012, 02:17 PM
AlpineZone AlpineZone is offline
 
Join Date: Feb 2006
Posts: 45
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there a dif between the XML in the zip package and the standalone XML in the OP?
Reply With Quote
  #161  
Old 06-28-2012, 04:42 PM
tbworld tbworld is offline
 
Join Date: Oct 2008
Posts: 2,126
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks Ricktas for the update. I had found the same minor problems, yep -- beta is beta, but I sure like where he is going with this. I sure appreciated Andreas's code, helped me understand vb's code (another 4 hours saved . This menu addon will help a ton of people out there, including my daughter who runs her own board, who doesn't have the sophistication it requires to patch in a menu. Thanks again Andreas!
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 12:02 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.05128 seconds
  • Memory Usage 2,363KB
  • 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
  • (2)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
  • (2)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (23)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (3)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