I have
vB 4.2.0 BETA 1 running in my test system.
PP vBgallery will need the following changes...
1. Remove old style navigation navbar hooks/templates etc
2. Create a new <navigation> section in the product file
(You can create the navigation in the navigation manager, linked to a product then export the product file)
3. Set any conditionals in a hook or in your main code
Eg. $show['apmgtug'] = true; is set for one of the menu items
My example relies on $show['member'] = true; as well.
Leave the <show> tag empty for 'public' tabs/links
4. If you have multiple scripts, leave <scripts> blank and set $root at the new hooks
set_navigation_tab_fallback or
set_navigation_tab_vbview Code:
Content visible to verified customers only.
I hope that helps you get a quick leg up for this change.
I would probably have a new vB4.2 code base because of the differences, you could have the same code base with some sort of version check.
In the end the new navigation integration is better and easier.
Here are sample <navigation> from one of my own plugins...
Code:
Content visible to verified customers only.
Sample phrases the give the text of the navigation items.
Code:
Content visible to verified customers only.