Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 06-25-2013, 01:09 PM
Disco_Dave's Avatar
Disco_Dave Disco_Dave is offline
 
Join Date: May 2011
Location: Belfast
Posts: 586
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default 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
Reply With Quote
  #2  
Old 06-27-2013, 01:24 PM
Disco_Dave's Avatar
Disco_Dave Disco_Dave is offline
 
Join Date: May 2011
Location: Belfast
Posts: 586
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Bump!!

Is there no way to display sub-links on vBcmps? I've spent two days with this and getting nowhere fast....lol
Reply With Quote
  #3  
Old 12-14-2015, 04:38 PM
yotsume's Avatar
yotsume yotsume is offline
 
Join Date: Dec 2006
Posts: 844
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?
Reply With Quote
  #4  
Old 12-14-2015, 05:16 PM
Dragonsys's Avatar
Dragonsys Dragonsys is offline
 
Join Date: Jan 2008
Location: DFW, Texas
Posts: 743
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
Благодарность от:
MarkFL
  #5  
Old 12-14-2015, 05:52 PM
yotsume's Avatar
yotsume yotsume is offline
 
Join Date: Dec 2006
Posts: 844
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dragonsys View Post
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?
Reply With Quote
  #6  
Old 12-14-2015, 05:59 PM
Dragonsys's Avatar
Dragonsys Dragonsys is offline
 
Join Date: Jan 2008
Location: DFW, Texas
Posts: 743
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by yotsume View Post
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.
Reply With Quote
  #7  
Old 12-14-2015, 06:03 PM
yotsume's Avatar
yotsume yotsume is offline
 
Join Date: Dec 2006
Posts: 844
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #8  
Old 12-14-2015, 06:15 PM
Dragonsys's Avatar
Dragonsys Dragonsys is offline
 
Join Date: Jan 2008
Location: DFW, Texas
Posts: 743
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

In Nav manager, when you create the tab, check the little box that says append tabid
Reply With Quote
  #9  
Old 12-14-2015, 06:16 PM
yotsume's Avatar
yotsume yotsume is offline
 
Join Date: Dec 2006
Posts: 844
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dragonsys View Post
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
Reply With Quote
  #10  
Old 12-14-2015, 06:19 PM
Dragonsys's Avatar
Dragonsys Dragonsys is offline
 
Join Date: Jan 2008
Location: DFW, Texas
Posts: 743
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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 View Post
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?
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 10:06 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.04382 seconds
  • Memory Usage 2,282KB
  • Queries Executed 14 (?)
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)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (1)bbcode_code
  • (1)bbcode_php
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (1)post_thanks_box_bit
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)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_postinfo_query
  • fetch_postinfo
  • 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
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • 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
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete