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.
Cannot seem to get the showing on the Category Page - VIEW
I have the path set properly and after I add a video a new image appears in /photos/thumbs but it is the same generic thumb image on all. If I click on the thumb then it does play the correct video or Photo - photo thumbs work fine!
I am pretty sure the code for grabbing the youtube thumbnails has broken somewhat in the newer updates. I just tried adding about 15 youtube videos to test this and not one fetched the thumbnail.
Thumbs work just fine for uploading regular images and such. It's only for the Youtube stuff. You also said you can add your own youtube thumbnail but I don't see that option anywhere when I click edit on a youtube addition to the gallery.
I am pretty sure the code for grabbing the youtube thumbnails has broken somewhat in the newer updates. I just tried adding about 15 youtube videos to test this and not one fetched the thumbnail.
Thumbs work just fine for uploading regular images and such. It's only for the Youtube stuff. You also said you can add your own youtube thumbnail but I don't see that option anywhere when I click edit on a youtube addition to the gallery.
Assuming that you've correct the follow 2 values:
YouTUBE id and NOT the full URL in the video that you post
The server path to .../mediagallery/photos
it's easy to find if its the mod's error or YouTUBE error. In details:
Im seeing this in error log not sure how to resolve it
Code:
File does not exist: /site1/mediagallery/jquery/images, referer: http://mysite/media.php
File does not exist: /site1/skins, referer: http://mysite/media.php?do=viewmedia&id=13
File does not exist: /site1/clientscript/vbulletin_css/style00040l/container.css, referer: http://mysite/media_usercp.php?do=mymedia
File does not exist: /site1/clientscript/vbulletin_css/style00040l/container.css, referer: http://mysite/media_usercp.php?do=addedit
File does not exist: /site1/mediagallery/jquery/images, referer: http://mysite/mediagallery/jquery/jquery-ui.min.css
Do you have the other media library installed? I'm thinking there is a conflict.
I thing i found, while posting ,at the entering the "keywords" if you try to put 2 words,will not let you !
It only works if i copy and paste "my city" then comma and the next keyword.
The normal for Tags and Keywords is: One word. Anyway try something that most probably will works. Edit Templates:
- mediagallery_search_block
- mediagallery_addedit (2 Times)
Now , regarding the watermark works fine! What will be the code for Bottom Center? BC? or...
If possible later to add pictures in bulk? highlight 10-20 and upload?! possible?
Thanks
1.- There is no BC. There is only BL or BR but setting the distance from left border you can do it. I'm not designer but I think that you can set: 50%
2.- No. Because it does not supports Albums. Only in Albums you can add bulk images. Here you must upload one by one and enter a description for each one.
Yeah, these are the rewrite rules for one of the other libraries and this is my issue. I love your mod Nick but do not want to lose the media already posted with the other library and apparently I cannot use both.
PHP Code:
## Expires <ifModule mod_expires.c> ExpiresActive On ExpiresDefault "access plus 1 seconds" ExpiresByType text/html "access plus 1 seconds" ExpiresByType image/gif "access plus 3456000 seconds" ExpiresByType image/jpeg "access plus 3456000 seconds" ExpiresByType image/png "access plus 3456000 seconds" ExpiresByType text/css "access plus 3456000 seconds" ExpiresByType text/javascript "access plus 3456000 seconds" ExpiresByType application/javascript "access plus 3456000 seconds" ExpiresByType application/x-javascript "access plus 3456000 seconds" </ifModule>