vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Administrative and Maintenance Tools - Navigation Manager Enhancements (https://vborg.vbsupport.ru/showthread.php?t=283123)

Andreas 05-24-2012 03:37 PM

Quote:

Originally Posted by Hippy (Post 2332117)
when you click a tab you made should be there
but mine is missing something
see sceenshot

Seems link there ar no menus available in this tab?
You must first create a menu before you can select it as a tab menu.

The current build does no longer show this option if no menus are available.

Quote:

Originally Posted by kapii (Post 2332179)
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.

Congratulations you've found a bug :)

This should be fixed in the current build.

A new build of Beta 3 has been uploaded that should fix those two issues.

Boofo 05-24-2012 04:23 PM

Thanks for the update. The ADD Heading and Add HTML are showing up in the menu for me now, also.

Boofo 05-24-2012 04:27 PM

I spoke too soon. I get this db error when trying to add a heading:

Code:

Database error in vBulletin 4.2.0:

Invalid SQL:

                REPLACE INTO navigation
                (name, productid, navtype, exttype, html, state, displayorder, parent,
                scripts, showperm, url, version, username, dateline , includegroups, excludegroups, sections, parents)
                VALUES ('heading_nzg4_407','boofo_user_links','link','heading','',0 | 0,40,'menu_nzg0_544','','','','4.2.0','Boofo',1337880296,
        '',
        '',
        '',
        ''
);

MySQL Error  : Unknown column 'exttype' in 'field list'
Error Number  : 1054
Request Date  : Thursday, May 24th 2012 @ 01:24:56 PM
Error Date    : Thursday, May 24th 2012 @ 01:24:57 PM
Script        : http://www.iamgrumpy.com/forums/admincp/navigation.php?do=doaddcustom
Referrer      : http://www.iamgrumpy.com/forums/admincp/navigation.php?do=addcustom&type=heading&navid=78
IP Address    : 173.21.27.150
Username      : Boofo
Classname    : vB_Database
MySQL Version : 5.5.22-cll

Stack Trace:

#0 vB_Database->halt() called in [path]/includes/class_core.php on line 426
#1 vB_Database->execute_query() called in [path]/includes/class_core.php on line 444
#2 vB_Database->query_write() called in [path]/admincp/navigation.php(85) : eval()'d code on line 203
#3 eval() called in [path]/admincp/navigation.php on line 85


Andreas 05-24-2012 04:54 PM

Hmm ... you learn smth. new every day ... my Installcode Generator doesn't work properly with ENUM fields :D

[sql]
ALTER TABLE navigation ADD exttype ENUM ('heading', 'html') NULL
[/sql]

should take care of that.

Boofo 05-24-2012 05:05 PM

You are never too old to learn, buddy. ;)

Code:

Affected Rows: 82 (0.4281s)

Boofo 05-24-2012 05:06 PM

What is the format for the html? Like an example, I mean.

Andreas 05-24-2012 05:34 PM

Anything you want ...

HTML Code:

<img src="http://www.vbulletin.org/custompics/forum/avatars/avatar9948_4.gif" title="My Avatar at vBulletin.org" />

Boofo 05-24-2012 05:52 PM

But no way to do span styles or classes then? For like changing the link color of the menu or links titles?

tbworld 05-24-2012 07:01 PM

Bug: You cannot re-edit the html dialog box. Initial edit works fine.

(At least on my test system :))

PS: Looking good, thanks for the html selection!

tagman 05-24-2012 07:02 PM

Will this mod allow the dropdown menu tabs to open on hover? If not, is there a way to do this?My current tab manager does this and it's pretty slick.

Glad I found this mod. I've been afraid to upgrade to 4.2 and not have the tabs function the way have them set up currently.


All times are GMT. The time now is 05:09 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.01344 seconds
  • Memory Usage 1,741KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)bbcode_html_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete