The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
[Scandal's] vBGallery Details »» | |||||||||||||||||||||||||||||||||||||||||||||
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">
HTML Code:
<vb:if condition="$vboptions['sc_gallery_onoff']"> {vb:raw formdata.catid} </vb:if> 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
Screenshots
Show Your Support
|
18 благодарности(ей) от: | ||
Alfa1, andro140, carmine3838, Gemma, Hasann, Hippy, iiioroh, Insta-Gator, isatky, Kolektor, lazytown, Leica.Robbiani, micza, pokusek, Sarab, sodasusu, tommythejoat, victorvu |
Comments |
#123
|
|||
|
|||
Scandal, can you be so kind to add 3.8 also?
|
#124
|
|||
|
|||
Quote:
Quote:
Thanks! |
#125
|
|||
|
|||
I did everything and tried to import the xml and it gave me a warning message and it said it couldnt upload. And now my whole admin.cp looks completly different and i cant click on anything within it.
What happened?!?!?! |
#126
|
|||
|
|||
nvm i fixed it. i had to reupload my admincp file. somehow it got messed up
|
#127
|
|||
|
|||
Hi there,
Quote:
Open gallery.php and find: PHP Code:
PHP Code:
Best regards L.R. |
#128
|
|||
|
|||
Quote:
|
#129
|
|||
|
|||
This is a fantastic mod! I have one problem and one suggestion.
Major Problem: With a lot of attachments, the page load time and cpu/mysql usage, even for a single viewer, is way too long. This will destroy my server with lots of users if I make it live. It's obviously doing some serious mysql table scans of some kind. I have over 32,000 attachment images on this forum, which isn't THAT many. When I turn off attachments as a gallery, the page loads almost instant (6000+ pictures in member albums is no problem for it). It is MUCH slower on the gallery home page than it is on the individual attachment pages, even on the attachment pages with lots of pages are faster (going page by page -- they're slow, but not nearly as slow as the main page). So What can be done to speed the query up? Are there some columns/tables I can index that are being scanned? Is there something in the code that can be changed? Perhaps at least for the homepage, it should cache every so often instead of scanning each time or the query can be limited to the past XX days. The gallery stats could at least be cached every hour/day since no pictures are displayed on the gallery home, it shouldn't take so long. In fact I could do without the stats if that helped, but it didn't (tried turning them off). Feature Request: Obviously the software already is smart enough to show members attachments per forum section with the filter option.. What I'd really love to see is on the category pages (main gallery page), the option to have each forum section listed as a subsection of 'attachments.'' So it would look almost like the main forum page, but only be pictures. This is possible since you already created a filter, but it's not implemented. This would really be great and if we could limit it to only show certain forum sections it would be so amazing!! (for example, if I have a car forum, people could click on the corvette or porche subforum for only those attachment pictures... And the help/off-topic forums with attachments would not be shown at all). Thank you! |
#130
|
|||
|
|||
There's a bug in the 'latest pictures' code.. When you change the number in the adminCP, it still shows 2 pages no matter how large or how many pictures.
I also noticed when I went to view "my albums," it showed me an album of another memebr (along with one of mine). |
#131
|
|||
|
|||
3.8 version please
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|