Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
[Scandal's] vBGallery Details »»
[Scandal's] vBGallery
Version: 2.1, by Scandal Scandal is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: Social Group and Album Enhancements - Version: 4.2.x Rating:
Released: 06-08-2012 Last Update: 06-26-2012 Installs: 134
DB Changes Uses Plugins Template Edits
Additional Files  
No support by the author.

Description
Turn your vBulletin Album system to an organized Gallery. Watch presentation!

The basic idea of Scandal's vBGallery is to organize vBulletin Albums AND forum attachments (pictures) to a section with lots of functions (categories, search, latest objects, statistics, menus etc).
Designed for vBulletin 4.2.0 (otherwise you must add the navbar links manually).



Features:
- Categories system for Albums (like Forums for threads)
- Five (5) levels of subcategories allowed
- Album, picture and comment search
- Who browsing Gallery (= Gallery Home, Albums, Pictures)
- Gallery statistics
- Forum attachments gallery (with ability to act it as category)
- Pages: latest pictures - latest albums - latest comments (with feature to turn them to "All")
- "My Comments" feature (display all user comments)
- My Pictures/Albums in "this" category
- Ability to set custom statusicons to categories
- Notifications to users with "uncategorized" albums to move them
- Ability to hide empty categories (= with 0 albums)
- Admincp environment
- No annoying copyright info

Language Packs:
- Deutsch (Sie) - Deutsch (Du)


Installation:

1. Upload all files of folder "upload" to your forum root.
2. Import *xml product.
3. (Important) Open template album_edit and find:
HTML Code:
<fieldset class="blockrow">
add below:
HTML Code:
<vb:if condition="$vboptions['sc_gallery_onoff']">
{vb:raw formdata.catid}
</vb:if>
Done!

Upgrade:

1. FIRST OF ALL: Upload and replace all files of folder "upload" to your forum root.
2. THEN: Import XML product with "Allow Overwrite" to YES.

Who can view vBGallery;
Access to vBGallery has all members who belongs to usergroups with "Can View Albums" to YES.

What if I decide to turn off or uninstall vBGallery;
You are back to Albums without data lose (except the category of each Album - function of this hack).

How could I change the size of Gallery's thumbnails?

vBGallery use the thumbnail size you have set via admincp. To change it go to:
Admincp > Options > Message Attachment Options
... and set your value to "Thumbnail Size"
... afterwards you must rebuild attachment thumbnails at: Maintenance > General Update Tools > Rebuild Attachment Thumbnails

How to install navbar links (for vBulletin 4.0.X - 4.1.X)
Read this post

*Links (for vBulletin 4.0.X - 4.1.X)
::Screenshot::::..
GALLERY:
->/gallery.php

My Stuff:
(My Albums)-> /album.php
(Add Album)-> /album.php?do=addalbum
(My Comments)->/gallery.php?do=mycomments
(Pending Albums)->/gallery.php?do=pending

(Latest Pictures)->/gallery.php?do=latestpictures
(Latest Albums)->/gallery.php?do=latestalbums
(Latest Comments)->/gallery.php?do=latestcomments
(Search)->/gallery.php?do=search


Changelog:
v1.0 first release (beta)
v1.2 second release
- New layout choice for galleridisplay: Grid layout with feature to change the width of albumbits via admincp
- Integration of vBulletin's sidebar with Gallery Home (admin can enable or disable it on admincp)
- New feature: flood check and character limit check for the search engine
- Improved breadcrumb (add category name to navbit) ("Gallery > {category name} > Member List > {username} > Albums > {album name}" )
- "Inverse pyramid like" statistics for categories [a main category "has" the albums of its subcategories - like forum statistics (threads/posts) works for subforums]
- New feature: admin can enable/disable the view of empty categories (= categories with 0 Albums)
- New feature: admin can enable/disable the use of search engine by guests
- Building of Gallery Statistics by cronjob (= refresh every one hour). Very important for server performance.
- 1 bug fixed
v1.5 third release
- Classic layout abolished
- New: Notification feature = users with Albums in category "Uncategorized" auto-notified by the system to move them to a subject category (pending albums)
- New feature: admin can set if he want him users to display Albums or Pictures when open the categories.
- New: menus "Browse Albums" & "Browse Pictures" on Gallery Display (user can navigate the albums/pictures in the category)
- New: My albums/pictures in "this" category feature
- Admincp environment improved (List Albums)
- 3 bugs fixed
v1.6 fourth release
- Galleryhome: fixed the view of description for header categories
- New feature: ability to add custom statusicons to categories (screenshot)
- 1 phrase undefined variable fix
- pending albums: 1 bug fixed
v2.0 fifth release
- New feature: forum pictures attachment gallery (with ability to turn it as gallery category)
- search feature for attachment gallery
- 1 phrase issue fixed
- 1 bug fixed
v2.1
- better attachments gallery popup

Developer's notice: I give support only for code errors, not for style problems.

Tested on vBulletin 4.2.0

Download Now

File Type: zip sc_vbgallery_v2.1.zip (929.1 KB, 927 views)

Screenshots

File Type: png add album.png (56.3 KB, 0 views)
File Type: png galleryhome.png (46.5 KB, 0 views)
File Type: jpg latest pictures.jpg (86.1 KB, 0 views)
File Type: jpg my comments.jpg (71.4 KB, 0 views)
File Type: jpg search.JPG (47.6 KB, 0 views)
File Type: jpg admincp options.jpg (80.7 KB, 0 views)
File Type: jpg pending page.jpg (69.2 KB, 0 views)
File Type: jpg gallerydisplay.jpg (65.9 KB, 0 views)
File Type: png statusicons.png (57.7 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #92  
Old 07-02-2012, 01:47 PM
trackpads's Avatar
trackpads trackpads is offline
 
Join Date: Aug 2003
Location: Armyville
Posts: 1,074
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I think this requires Imagemagick?

I got this while uploading, my VB is definitely set to GD though:

Code:
    gv062912dAPR20120629054512.jpg - Imageinfo Failed:

    sh: /usr/bin/identify: No such file or directory

    holb_c10058120120629120100.jpg - Imageinfo Failed:

    sh: /usr/bin/identify: No such file or directory
I went ahead and installed imagemagick just for this and the error went away.

Thanks again for the great work, much appreciated,

-Jason
Reply With Quote
  #93  
Old 07-02-2012, 05:06 PM
Hippy's Avatar
Hippy Hippy is offline
 
Join Date: Dec 2001
Location: USA, New Jersey
Posts: 2,392
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Scandal!!
I just seen this now ..
You out done yourself again. < insert 2 thumbsup
I been looking to find a replacement for PP ( a importer would be great) as people have suggested
I think this will be the replacement for Photopost from what I have read so far! The support alone sold me
The next time I have a sec I will grab this and be testing it

thanks for the release
I will be sure to help with ideas..
as soon as I play around with it
Regards
Hippy
Reply With Quote
  #94  
Old 07-03-2012, 05:26 AM
Scandal's Avatar
Scandal Scandal is offline
 
Join Date: Dec 2005
Location: Athens / Greece
Posts: 409
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by trackpads View Post
I think this requires Imagemagick?

I got this while uploading, my VB is definitely set to GD though:

Code:
    gv062912dAPR20120629054512.jpg - Imageinfo Failed:

    sh: /usr/bin/identify: No such file or directory

    holb_c10058120120629120100.jpg - Imageinfo Failed:

    sh: /usr/bin/identify: No such file or directory
I went ahead and installed imagemagick just for this and the error went away.

Thanks again for the great work, much appreciated,

-Jason
hmm, what you tried to do and show this message?
Quote:
Originally Posted by Hippy View Post
Scandal!!
I just seen this now ..
You out done yourself again. < insert 2 thumbsup
I been looking to find a replacement for PP ( a importer would be great) as people have suggested
I think this will be the replacement for Photopost from what I have read so far! The support alone sold me
The next time I have a sec I will grab this and be testing it

thanks for the release
I will be sure to help with ideas..
as soon as I play around with it
Regards
Hippy
Wow Hippy, thank you very much

At any rate [Scandal's] vBGallery uses vBAlbums and Forum Attachments (= default vBulletin's features) and this is one of its benefits. I'll try to keep [Scandal's] vBGallery up to date with new features and compatible with next version of vBulletin.

Maybe develope importers (Photopost/Photolog to Scandal's vBGallery and vB Albums), but currently I can't promise something.
Reply With Quote
  #95  
Old 07-03-2012, 02:39 PM
trackpads's Avatar
trackpads trackpads is offline
 
Join Date: Aug 2003
Location: Armyville
Posts: 1,074
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

That was during an upload, but like I said, I have a dedicated server so it was no trouble to install imagemagick.

Thanks again,

-Jason
Reply With Quote
  #96  
Old 07-03-2012, 03:00 PM
trackpads's Avatar
trackpads trackpads is offline
 
Join Date: Aug 2003
Location: Armyville
Posts: 1,074
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Hippy View Post
Scandal!!
I just seen this now ..
You out done yourself again. < insert 2 thumbsup
I been looking to find a replacement for PP ( a importer would be great) as people have suggested
I think this will be the replacement for Photopost from what I have read so far! The support alone sold me
The next time I have a sec I will grab this and be testing it

thanks for the release
I will be sure to help with ideas..
as soon as I play around with it
Regards
Hippy
the one thing you should consider is that this isn't a 'pure gallery' solution because it uses VBs built in gallery functions as its basis. I doubt VB will ever create an importer, I don't think they have created importers for any galleries as of yet.

There are also things a pure gallery will give you that this wont, for example mass imports, advanced user functions, format controls such as end user displays etc.

Now to be sure this is a good mod and its premise is sound. What Scandal has done is to create and package all the things VB should have done to VB's gallery functions. You will still have VBs limits, regardless of the packaging however.

I own licenses for Photopost and PP Vbgallery and use them both. In my setup I think the best solution is to install Scandals Vb Gallery mod in addition to a PP Gallery. Here is my personal rational:

1. Vb mobile apps and the VB itself use the built in gallery and replacing it is just not an option with other packages. None offer any deep integration that would do it. Example: Social Group galleries etc. Also, the only image functions on the mobile apps is currently the built in VB gallery function. So you need VBs galleries adn the ebst way to do that is with this mod, Scandals work.

2. My PP and PP VbGallery are for the big galleries on my site that users usually dont upload images into. I am reworking my entire site and galleries but together there are more than 1,000,000 images that will be re-included. There is no way to sanely get that amount of photos or images into VBs built in gallery function.

3. Pure galleries will offer you more ways to display your images. For example I have thousands of 5000px or larger photos and to include them in VB, if it was possible, would mean I would need to change those file limits for the board, not just the gallery.

4. On large, and I mean large, galleries PP is more efficient. It was built for photos and nothing else. So there will always be a larger set of options for gallery owners.

I think there is a place for both in a final forum setup. Scandals gallery is definitely a must have for any VB owner. Like I said, it fixes VB and does a better job of using built in vb gallery functions than VB has ever done. Personally I think they should just hire Scandal and let him work on it from here on out

So my site will have a 'Members Gallery' which consists of Scandals mod, a 'Photo Gallery' based on PP Vbgallery to show off the sites larger and more numerous images and finally a separate PP gallery for the purchasing and downloading of larger HQ photos.

Scandal has done a lot of work and I am personally grateful there are programmers like him that do excellent mods like this one. Otherwise awe would all have VB clones with little personalization

Thanks again Scandal,

-Jason
Reply With Quote
4 благодарности(ей) от:
Brew, Leica.Robbiani, Scandal, victorvu
  #97  
Old 07-03-2012, 05:33 PM
Hippy's Avatar
Hippy Hippy is offline
 
Join Date: Dec 2001
Location: USA, New Jersey
Posts: 2,392
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Your 100% correct..
I've had a PP licenses since 2001 / 2002 give or take a month
Scandal should go over there and recode PP
and integrate it to vb
I'm so tired of the robot answers there.
and recoding it to work correctly without errors filling up my logs
anyway
not the place or time..
Reply With Quote
  #98  
Old 07-04-2012, 04:37 AM
BlogTwits BlogTwits is offline
 
Join Date: May 2012
Posts: 23
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is a superb mod! I installed it yesterday and it works a treat, maybe with one exception, or maybe it is just me

When I create an album, it automatically goes to the default "uncategorized" category. There is no option to choose a category. In admin CP, I can see the albums, but when I click on an album to edit, there is still no option to change the category.

I'm sure I've probably just missed a simple tweak. Any ideas please?
Reply With Quote
  #99  
Old 07-04-2012, 07:13 AM
Scandal's Avatar
Scandal Scandal is offline
 
Join Date: Dec 2005
Location: Athens / Greece
Posts: 409
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by BlogTwits View Post
This is a superb mod! I installed it yesterday and it works a treat, maybe with one exception, or maybe it is just me

When I create an album, it automatically goes to the default "uncategorized" category. There is no option to choose a category. In admin CP, I can see the albums, but when I click on an album to edit, there is still no option to change the category.

I'm sure I've probably just missed a simple tweak. Any ideas please?
Read the installation instructions at first post. Are you sure you have done the part three:
Quote:
3. (Important) Open template album_edit and find:
HTML Code:
<fieldset class="blockrow">
add below:
HTML Code:
<vb:if condition="$vboptions['sc_gallery_onoff']">
{vb:raw formdata.catid}
</vb:if>
?
Reply With Quote
  #100  
Old 07-04-2012, 08:34 AM
BlogTwits BlogTwits is offline
 
Join Date: May 2012
Posts: 23
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Scandal View Post
Read the installation instructions at first post. Are you sure you have done the part three:


?

Ah, my apologies! That was the missing link.

Thanks for an excellent mod and support
Reply With Quote
  #101  
Old 07-04-2012, 12:46 PM
clubvr4's Avatar
clubvr4 clubvr4 is offline
 
Join Date: Jul 2010
Posts: 116
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Would it be possible to add permissions allowing us admins to specify which usergroups can add to album? - i.e. people can make their own, as normal but admins can create a album of an event (for exampel) and everyone who went to that event can upload their images to that album..

Thanks
Reply With Quote
Reply


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

Forum Jump


All times are GMT. The time now is 09:26 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05039 seconds
  • Memory Usage 2,403KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (4)bbcode_html
  • (6)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (22)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (2)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete