PhotoPost Photo Gallery Sales PhotoPost Sales Toll Free Phone Number
Mon-Fri 9am-4pm EST
  PhotoPost Photo Sharing Photo Gallery    Visualize community tm
| | | | | | | | |
Old May 8th, 2012, 01:20 AM   #1 (permalink)
Member
Verified Customer
 
Join Date: Nov 2010
Location: Hobart, Australia
Posts: 41
vBulletin 4.2

Just a heads up...
There is a new Navbar Manager in vB4.2
See: Login Required - vBulletin JIRA

I'm guessing it may cause some issues in that any Navbar integrations might need to change, so watch out for the public beta.
ausphotography is offline   Reply With Quote
Old May 8th, 2012, 07:08 AM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,650
Are they even going to have a public beta

I mean the public beta was like 4 weeks for vb4. I will check it out but easy enough if there is an issue with a beta you simply disable the navbar plugin till something can be written. Only as of PP8 did we even include supportable vb plugins.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old May 18th, 2012, 11:16 AM   #3 (permalink)
Member
 
Join Date: Mar 2006
Posts: 279
Public betas for vb4.1.x releases have been very short. Or even moving from alpha to beta to release in a week. You can see it live on various sites, like https://www.vaultwiki.org/activity.php

I really hope that PP will add activity stream support. This would be a massive added value for me, as it would bring Photopost out of the shadows into the daily activity stream of my members. People would start using my gallery again.

The activity stream is pluggable.
Alfa1 is offline   Reply With Quote
Old May 18th, 2012, 01:08 PM   #4 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,650
Well any support on new vb features as far as plugins would take some time as once we get a site setup using the new code we would need to look at what changes there are. Right now I am working with 2 betas so any plugin time I get would be in my free time. Support and Development take up a far share of my day.

We would eventually support any new vb feature we could but I can definately say if 4.2 is gold in a week or two any new navbar tab we would most likely not have support for yet. If it is a ways off it may be doable.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old May 18th, 2012, 01:55 PM   #5 (permalink)
Member
 
Join Date: Mar 2006
Posts: 279
The alpha is quite stable in case you want to check it out. It seems that a gold release will be done in 2 weeks.
Alfa1 is offline   Reply With Quote
Old May 18th, 2012, 04:15 PM   #6 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,650
If I get some time I will.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old May 18th, 2012, 06:23 PM   #7 (permalink)
Member
 
Join Date: Mar 2006
Posts: 279
Its moved to Beta status now and will be live on vbulletin.com in an hour.
Alfa1 is offline   Reply With Quote
Old May 18th, 2012, 08:19 PM   #8 (permalink)
Member
Verified Customer
 
Join Date: Nov 2010
Location: Hobart, Australia
Posts: 41
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.

Last edited by ausphotography; May 25th, 2012 at 07:08 AM.
ausphotography is offline   Reply With Quote
Old May 18th, 2012, 10:26 PM   #9 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,650
thanks that gives a basis to work with.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old May 20th, 2012, 02:21 AM   #10 (permalink)
Member
Verified Customer
 
Join Date: Nov 2010
Location: Hobart, Australia
Posts: 41
No worries!

I've started a Navigation Manager how to discussion on vb.org
vBulletin.org Forum - View Single Post - vB4.2 Navigation Manager - how to discussion

Some of the vb.com staff are contributing
ausphotography is offline   Reply With Quote
Old May 20th, 2012, 08:02 AM   #11 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,650
Yes that is always how you begin

The problem I need to figure out is how to determine which plugins to load and configure in Photopost. You can not use if clauses in an xml plugin persay so what I need to do once I write up a new plugin that supports the new navtab format I need to reconfigure how to generate the vb plugins to load the proper one.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old May 20th, 2012, 11:35 AM   #12 (permalink)
Member
 
Join Date: Mar 2006
Posts: 279
4.2 gold will be released in a few days.
Alfa1 is offline   Reply With Quote
Old May 20th, 2012, 12:49 PM   #13 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,650
Well I have downloaded the beta but can not say when we would officially support 4.2's navigation system.

Anyone who opts to upgrade to 4.2 can disable our navbar hook in the PhotoPost Pro plugin and then create whatever link they wish in 4.2 format until such time as I have had time to look into how to support the new system and be compatible with all releases of vbulletin as we are with PhotoPost Pro.

Remember any PhotoPost Pro less than 8 the user has always been on there own to mod or place a navbar link. I only included supported plugins 4 months ago.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old May 20th, 2012, 05:38 PM   #14 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,650
I wrote up a tab for 4.2

A community photo gallery - ReefTalk Gallery

Basicall to support the new vb 4.2 navigation tab you would upload the xml file attached here to your documentations folder.

You would edit your adm-plugin.php file find this line

Code:
Content visible to verified customers only.
replace it with

Code:
Content visible to verified customers only.
You would then in your photopost admin run the generate vb4 xml option and once it is saved go into your vb product manager reimport the new plugin select the option to overwrite and once done your new navtab in vb 4.2 format should work fine.
Attached Files
File Type: xml source-vb42.xml (55.8 KB, 69 views)
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.

Last edited by Chuck S; May 24th, 2012 at 08:33 AM.
Chuck S is offline   Reply With Quote
Old May 20th, 2012, 09:25 PM   #15 (permalink)
Member
Verified Customer
 
Join Date: Nov 2010
Location: Hobart, Australia
Posts: 41
Thanks!
I've been playing in our test system and as you say I could disable your menu and do it all manually using the Navigation Manager in the short term.

Your fix is for PP Gallery not vBgallery ?

Last edited by ausphotography; May 20th, 2012 at 09:35 PM.
ausphotography is offline   Reply With Quote
Old May 20th, 2012, 10:41 PM   #16 (permalink)
Member
 
Join Date: Mar 2006
Posts: 279
The main thing I am hoping to see is new PP images & comments in the activity stream.
Alfa1 is offline   Reply With Quote
Old May 21st, 2012, 07:29 AM   #17 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,650
Yes my fix is for PhotoPost Pro. vbGallery is way much more complex as far as things go meaning we would have to actually release a brand new code branch to support 4.2 which will definately take time. You can do the same suggestion I made above disabling any vbgallery navtab and create your own in vb nav manager.

As far as Activity Stream Alfa1 it is something I will probally look at like I have said a few times now. There is actually no documentation on the activity stream and how to add stuff to it yet. Most likely no docs on that will be available on the vbulletin.org site until such time as it goes gold and some time after.

Remember the activity stream is a brand new feature. I merely posted the above thing for Pro because it was an easy fix.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old May 21st, 2012, 08:13 AM   #18 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,650
The new navigation is not documented yet as I would need to know how to define variables to pass through to the tabs to really make the menubar usable.

I know the vb variable array can be used like this

{userinfo.userid}

I would need to pass and define or use our own arrays. That is where the documentation is lacking.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.

Last edited by Chuck S; May 21st, 2012 at 08:19 AM.
Chuck S is offline   Reply With Quote
Old May 22nd, 2012, 01:18 AM   #19 (permalink)
Member
Verified Customer
 
Join Date: Nov 2010
Location: Hobart, Australia
Posts: 41
Quote:
Originally Posted by Chuck S View Post
The new navigation is not documented yet as I would need to know how to define variables to pass through to the tabs to really make the menubar usable.
<snip>
At this stage your best bet is this thread on vb.org vBulletin.org Forum - View Single Post - vB4.2 Navigation Manager - how to discussion

vB staff have contributed.

In the mean time I'll hack vBGallery myself using $show variables set at appropriate places.
ausphotography is offline   Reply With Quote
Old May 22nd, 2012, 07:40 AM   #20 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,650
I have read that thread it does not specifically go over what I asked.

vbGallery will take that much I know because there are specific variables that have to be passed and that is not working in the new navigation.

Documentation on the new features will have to be written and vbulletin has already said thats not going to happen until after a final gold is released so it really just the way vb chooses to do business nowadays.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

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
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 12:38 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0