Version: 1.09, by HCGB
Developer Last Online: Oct 2012
Category: Add-On Releases -
Version: 4.1.0
Rating:
Released: 03-09-2010
Last Update: 01-11-2011
Installs: 1361
Uses Plugins Auto-Templates
Re-useable Code Additional Files Translations
No support by the author.
Picture and Album Gallery for vB4
This is a simple mod written out of frustration with the lack of such a basic feature in vb4 (and vb3, etc....)
Features: Adds a Gallery drop-down menu to the nav bar OR to the navtab which allows browsing AND searching of all pictures and albums on your site.
The search function searches the album title, album description, picture caption AND username.
Note: If guest permission AdminCP->Usergroups->UserGroup Manager->Unregistered/Not Logged In->Can View Albums is "yes" then they will be able to browse album and picture thumbnails - they may NOT be able to view the full-size pictures. To hide the gallery menu from guest see Settings below.
The gallery and menu is phrased.
Tested with Vbulletin 4.0.2/3 (note: earlier versions have not been tested and are not supported) AND vBadvanced 4 beta1.
Settings: None are needed - it does what it says on the tin .
AdminCP->Options->User Profile:Album Options"Pictures Per Page" and "Albums Per Page" control the number of thumbnails displayed per page in each gallery type.
If you get images overlapping the borders then you have inconsistent thumbnail sizes - you need to: AdminCP->Maintenance->Update Counters->Rebuild Attachment Thumbnails
If you want to hide the Gallery menu from guests then edit the Gallery navbar (or navtab) popup menu plugin and change $allowguests = from true to false
Installation
Unzip the download package and copy the contents of the UPLOAD folder into your forum folder.
Go to the VB AdminCP->Plugins & Products click "Manage Products". The click "Add/ImportProduct" at the bottom of the page.
Click "Browse" button and point to the product-gallery-(etc).XML file included in this ZIP package.
Click "Import"
Once the gallery import is complete, click "Add/Import Product" again and select EITHER product_gallery_navtab-xxx.xml OR product_gallery_navbar-xxx.xml depending on where you want the gallery menu to appear (navbar or navtab).
... all done
Updates
To update from an older version you MUST uninstall the product (admincp->manage products: delete Picture and Album Gallery). Then re-install as above.
v1.08 tested on vb4.0.3 v1.07 Fixed navtab menu - picture and album URLS swapped
Converted navtab/bar into products to make installation easier. v1.06 Due to popular demand added navtab drop down menu (with help from TimberFloorAu )
Cleaned up code and templates v1.05 Phrased menu items - upgrade is not required unless you use other languages. v1.04b fixed database connection issue
deleted unused template from product xml v1.03b Changed permissions to allow guests to view thumbnail galleries
Added phrasing for main gallery code.
Removed navbar template - replaced by plug-in code
Changed album display template from albumbit to album_latestbit (it works better!)
Various template mods to clean up display v1.02b Wasn't remembering search query between pages.
This is my first "proper" product so comment/criticism/etc is welcome
Yep- the links in the navtab are backward - the navbar is OK though. I'll upload a new version later
The navTab popup uses the same style as the navBar popup. There are no navTab popumenu stylevars so I've used the popupmenu popuphover class with navbar_tab_linkhover_color and navbar_tab_font to keep it consistent with the other menus. Unless anyone has any better ideas?
Groovy, thanks.
I meant to say, (lack of coffee) what class or stylevar is used for the picture and album mouse over highlight background, not the navigation.
As I'm not fond of a drop down in Nav Tabs, I wrote a new plugin and added a new template so that the Gallery Nav Tab works like the other Tabs. I also did a check so that a user in Albums will still highlight my Gallery Tab instead of the Forums Tab.
That's perfect - would you be willing to share the code you used?
I'll post the steps in this thread if the owner of the Mod doesn't mind. He can freely include the code and update it to if he chooses.
I defaulted the tab to use picall.php as that is the one that makes most sense for me to use.
The options (links) that are displayed below the tab, regardless if you are viewing albums or pictures are:
Picture Gallery Album Gallery Latest Albums My Albums (drop down -> View My Albums, Add Album). I didn't phrase the word View as I was only planning to use it on my site and seen no need.
As I'm not fond of a drop down in Nav Tabs, I wrote a new plugin and added a new template so that the Gallery Nav Tab works like the other Tabs. I also did a check so that a user in Albums will still highlight my Gallery Tab instead of the Forums Tab.
(new forum, no members yet, with a test album for ummm testing ). The My Albums I converted into a drop-down with View My Albums, and Add New Albums. Guests can not view that in the navbar.
Can you provide the code for this?
--------------
Or author, please change Tabs to work like this.
Gallery tab should not have a drop down arrow. Gallery sub-menu items should be presented on the line below, like how all the other tabs operate.
Also, as it is today, the Gallery tab formats too wide in IE 8, formats ok in Chrome.
Can you provide the code for this?
Or author, please change Tabs to work like this.
Gallery tab should not have a drop down arrow. Gallery sub-menu items should be presented on the line below, like how all the other tabs operate.
Also, as it is today, the Gallery tab formats too wide in IE 8, formats ok in Chrome.
The gallery is a drop down because it doesn't point to a single page - you need to make a selection. It's impossible to provide plugin code for every type, style and position of menu layout - if you don't like either of the options provided then write your own OR look around this site for the menu mods (there are quite a few).
The Tab plugin supplied with the mod works fine with IE8