PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   vBGallery Suggestions (http://www.photopost.com/forum/vbgallery-suggestions/)
-   -   Uprades New releases ? (http://www.photopost.com/forum/vbgallery-suggestions/122337-uprades-new-releases.html)

sensimilla January 18th, 2006 06:30 AM

Uprades New releases ?
 
Will vBGallery get updated one day ? Anyone is working on new releases ?
If not, is there any offert for vBGallery users that want to switch to photopost ?
bollocks..

Zachariah January 18th, 2006 06:46 AM

Still working on 3.0x
- http://www.photopost.com/forum/vbgallery-bug-reports/

3.5 is 95% done w/ current bugs listed.

Locked = it has been taken care of.
Sticky = it sill needs some help
Open = not added yet to the build.

0ptima January 18th, 2006 06:05 PM

Is it going to be turned into a plugin for VB3?

0ptima January 18th, 2006 06:11 PM

I had to add a variable to all the gallery files for the nav bar to change when viewing the the gallery.

Code:

Content visible to verified customers only.
I then would use a VB conditional statement to see when the variable was set.


Could you add such a variable so I dont have to do it each time I upgrade. Or is there another better way to do it? Thanks

Zachariah January 18th, 2006 07:23 PM

Quote:

Originally Posted by 0ptima
Is it going to be turned into a plugin for VB3?

Yes there is plans for a product w/ plugins, but not on the next update.
- I have templates and database tables in a product so far, but not a lot else.

The main thing I have been working on is killing bug collected from vbadvanced.com.

KW802 January 18th, 2006 08:13 PM

Optima,

I'm sure eventually vBG will a vB product but for the time being the current version does not require any file edits.

For the template conditional, there is no need to add an additional variable to each script. This conditional will work in your navbar (or any other template)...
Code:

Content visible to verified customers only.

0ptima January 18th, 2006 09:27 PM

Kevin, is that 3.5 specific? Im still using the 3.0x version

KW802 January 18th, 2006 09:41 PM

Quote:

Originally Posted by 0ptima
Kevin, is that 3.5 specific? Im still using the 3.0x version

That conditional should work with either vB 3.0.x or vB 3.5.x. (you'll find the definition of that variable in /gallery/gallery_global.php which is used through all of vB Gallery).

0ptima January 18th, 2006 09:49 PM

Thanks Kevin.


Look what I found above my variable.... :o


Code:

Content visible to verified customers only.


All times are GMT -5. The time now is 04:54 AM.

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


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97