Version: 1.1.1, by TheAdminMarket
Developer Last Online: Jul 2017
Category: Major Additions -
Version: 4.2.2
Rating:
Released: 07-11-2015
Last Update: 07-27-2015
Installs: 48
DB Changes Uses Plugins Auto-Templates
Additional Files Translations Is in Beta Stage
No support by the author.
Since 2006 I was serving community members with my Free Mods
But as this site will starts operating by the company,
I'm no willing to support them
** File Removed **
Media Gallery Photos, Audio, YouTUBE
Compatible with vB4.2.3
Quote:
I'm offering my hard work for free, without even a single copyright line in footer, expecting that some of you will appreciate the time that I spent for coding it and they will donate something.
Media Gallery it's a simple Gallery mod supporting Photo and Audio uploads and YouTUBE videos. I was looking for a simple Gallery mod for my own use and as I didn't found something meeting my requirements, I coded this mod. By saying "simple" mostly goes to the easy of use, otherwise it has some great features that you can't even find in big Galleries. It's social share ready especially for Facebook using OpenGraph Meta.
Explore it. You'll love it.
2.- Installation
Download the zip file, and unzip it
Upload the content of upload/ folder to your forum directory
CMOD 777 the directories:
mediagallery/audio
mediagallery/photos
mediagallery/photos/thumbs
From your Admincp import product-mediagallery.xml
If you're using htaccess file for SEO Urls copy the content of htaccess.txt to your .htaccess file
Check and Set Usergroup Permissions
Check and Set General Settings
Add Categories
Moderation is available from ModCP.
PS: For YouTUBE videos the code with tries to fetch the video thumb. Sometimes this action stucks. In this case you can upload your own thumb.
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
how about adding PREV and NEXT buttons to the viewmedia-page?
Finally it's not so easy. Not from the coding side as I already added the code as you can see below. The problem is: Usability. Let me explain. The view media page opens from different sections. eg from browsing category xxxx, from browsing search results etc.
By adding Prev - Next, should ignores are these and it will shows just the previous and next id without any criteria something that will confuse the users. To solve this I must add queries and/or section flags to view media page, something not so easy.
But as I said, I already wrore the code, so you can use the attached media.php. Then in mediagalley_view_media template add anywhere you want to show the links:
If you plan to use it, and as the common listing-> View page is the category listing I can modify a bit the code to work like "Prev - Next" on the same category.
I sent NTG the template changes I did. I am sure they might need some cleaning up as they were hurriedly thrown together lol.
Thank you for sharing. By the way I want to ask you something. In a previous post you wrore that 0.jpg is the most common filename to get video thumb, but in your PM you wrote that you're using hddefault.jpg. Finally which filename is the one that works in most cases? I plan to update my code.
If you plan to use it, and as the common listing-> View page is the category listing I can modify a bit the code to work like "Prev - Next" on the same category.
for me it's good as it is now, but if that isn't too much work for you, it even would be better
the idea was to skip the latest uploaded pictures one after another without going back to the main site after viewing an image every time. pictures in a single category are not so important.