![]() |
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 |
Bump!!
Is there no way to display sub-links on vBcmps? I've spent two days with this and getting nowhere fast....lol |
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? |
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 |
Quote:
Do you have any instructions to get the navigation manger to work? |
Quote:
I didn't have to do anything to get Nav Manager to work, as mine never stopped working. |
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') I am not following how to get multiple tabs I make to work and highlight here. I'm on vb4.2.3 |
In Nav manager, when you create the tab, check the little box that says append tabid
|
Quote:
I run vBulletin 4.2.3 and vBa 4.3.0 |
try this for your plugin:
PHP Code:
for tabid, use the Identity Name instead of the id number --------------- Added [DATE]1450124602[/DATE] at [TIME]1450124602[/TIME] --------------- Quote:
|
Quote:
My Tab settings: Tab 1: Home (id: 48) Tab Script(s) adv_index Append 'tabid' to URL set to NO Tab 2: HUB (id: 47) Tab Script(s) adv_index Append 'tabid' to URL set to YES The plugin I made is with this code: Code:
if (THIS_SCRIPT == 'adv_index') So clearly I'm missing some steps here to get more then one tab to be able to highlight. My HOME tab highlights when im on my HUB page. The HUB tab will not highlight. |
send me the below, and I will help you with the code for the plugin:
Screenshot of the edit tabs page (Nav Manager) CMPS Page Identifier for each page |
Quote:
For instance my HUB page is: http://www.mydomain.net/index.php?pageid=hub&tabid=47 What I just use hub for like this: {hub}? |
ok, for your hub page try this
PHP Code:
|
Quote:
|
use that same plugin, just repeat the code for each page, like below:
PHP Code:
|
For my home tab I made a plugin like this:
Code:
if (THIS_SCRIPT == 'adv_index' AND $_GET['pageid'] == 'home') I made a second plug-in for my HUB page like this: (doesn't work either) Code:
if (THIS_SCRIPT == 'adv_index' AND $_GET['pageid'] == 'hub') --------------- Added [DATE]1450126013[/DATE] at [TIME]1450126013[/TIME] --------------- OKAY! I have my plugin code set this way now: Code:
if (THIS_SCRIPT == 'adv_index' AND $_GET['pageid'] == 'home') --------------- Added [DATE]1450126136[/DATE] at [TIME]1450126136[/TIME] --------------- WOW this sucks! I've tried everything here and can't get this to work! :( |
1 Attachment(s)
Here are screenshots of my plug-in settings on my HOME tab settings.
I feel I am so close but must be missing something!??? |
So the missing part to the instructions that I overlooked is that you do NOT create a plug-in you use the NAV TAB plugin that already is there and replace the code in that plug-in!!!
Not one time did anyone say: edit the standard vba plug-in titled "NAV TAB". THAT WAS MY MISSING LINK! UGGGGG |
Quote:
|
Thanks for the help though. The thread about this over on the vBa board is pitiful! VERY POOR INSTRUCTIONS over there. It's a shame vBa is no longer supported. There are too many missing clean coded modules for core features missing.
|
All times are GMT. The time now is 04:33 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|