vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Navigation Manager and vBadvanced (https://vborg.vbsupport.ru/showthread.php?t=299489)

Disco_Dave 06-25-2013 01:09 PM

Navigation Manager and vBadvanced
 
Hi

Having some trouble getting this to work on our home page. Does Navigation Manager work with vBcmps? I can't seem to get links and menus to work!!

Dave

Disco_Dave 06-27-2013 01:24 PM

Bump!!

Is there no way to display sub-links on vBcmps? I've spent two days with this and getting nowhere fast....lol

yotsume 12-14-2015 04:38 PM

From what I can tell. It looks link installing vBadvanced with vBulletin 4.2.2 breaks the navigation manager. You can add a tab but you can not add any sub-links under the tabs.

Anyway to fix this?

Dragonsys 12-14-2015 05:16 PM

CMPS does work with 4.2.x, but it has several issues, and is no longer officially supported. That being said, I do not have any conflicts with the CMPS and the Nav Manager on 4.2.x.

CMPS does not use the Nav Manager, but uses plugins to create tabs for its pages

yotsume 12-14-2015 05:52 PM

Quote:

Originally Posted by Dragonsys (Post 2560405)
CMPS does work with 4.2.x, but it has several issues, and is no longer officially supported. That being said, I do not have any conflicts with the CMPS and the Nav Manager on 4.2.2.

CMPS does not use the Nav Manager, but uses plugins to create tabs for its pages

So how would I make say two tabs that are linked to two different vba pages that can have their own sub-links using the Navigation Manager?

Do you have any instructions to get the navigation manger to work?

Dragonsys 12-14-2015 05:59 PM

Quote:

Originally Posted by yotsume (Post 2560411)
So how would I make say two tabs that are linked to two different vba pages that can have their own sub-links using the Navigation Manager?

Do you have any instructions to get the navigation manger to work?

You would have to append the tabid on those tabs, and use the THIS_SCRIPT of cmps. By appending the tabid, that tab will stay selected for that page.

I didn't have to do anything to get Nav Manager to work, as mine never stopped working.

yotsume 12-14-2015 06:03 PM

I created that plug-in but can only get one Tab to work and highlight. The instructions are not very clear.

Code:

if (THIS_SCRIPT == 'adv_index')
{
    $tabid = '48';
}

I put my tab id #48 in the plugin. Is that wrong?

I am not following how to get multiple tabs I make to work and highlight here.

I'm on vb4.2.3

Dragonsys 12-14-2015 06:15 PM

In Nav manager, when you create the tab, check the little box that says append tabid

yotsume 12-14-2015 06:16 PM

Quote:

Originally Posted by Dragonsys (Post 2560412)
You would have to append the tabid on those tabs, and use the THIS_SCRIPT of cmps. By appending the tabid, that tab will stay selected for that page.

I didn't have to do anything to get Nav Manager to work, as mine never stopped working.

Can you please help with some step by step instructions for using that plug-in to get multiple tabs to highlight.

I run vBulletin 4.2.3 and vBa 4.3.0

Dragonsys 12-14-2015 06:19 PM

try this for your plugin:
PHP Code:

if (THIS_SCRIPT == 'adv_index' AND $_GET['pageid'] == '{yourpage}')
{
    
$root'{tabid}'


just change {yourpage} and {tabid}

for tabid, use the Identity Name instead of the id number

--------------- Added [DATE]1450124602[/DATE] at [TIME]1450124602[/TIME] ---------------

Quote:

Originally Posted by yotsume (Post 2560421)
Can you please help with some step by step instructions for using that plug-in to get multiple tabs to highlight.

You want multiple tabs to highlight at the same time?


All times are GMT. The time now is 02:02 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.01233 seconds
  • Memory Usage 1,739KB
  • 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
  • (1)bbcode_code_printable
  • (1)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (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