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.
at first really great addon, exactly what i was looking for (i want to use it for an imageboard like pr0gramm or 4++++r)
i only have a little problem with the ajax functionality, there seems to be a conflict with another addon or the theme i use (for example the top media box and the like button doesn`t work). can you give me a hint where this is included?
i also have another little question. i can edit my own files via media_usercp.php?do=mymedia, but how about editing uploads from others users? in the modcp it seems i can only approve media files.
best regards
oliver
Hello Oliver,
I need the real URL to check if there is a conflist with jquery. Most probably should be many jquery versions on the same page something that can conflist the system.
If I remember well when approving a post (ModCP) except the radio buttons Approve / Reject there is also a link "Edit". Am I wrong? Other than this you can't Edit a post after approval. The only that you can do after approval is to "Delete" the post.
sry, i opened it for guests, not logged in users, but you are an admin now
I can confirm that Like button does not works in your installation. I seen that there is another refference to jquery 1.7.2 and 1.7.1 used by Slider and Shoutbox even if I can't see anything of them in the page. Most probably they are global at headinclude template.
First try from my template: mediagallery_view_media to remove the line:
editing the mediagallery templates dind't help, so i checked the other addons and when i deactivate the slider, it seems to work fine
a little strange, because it is only active in one of the two styles and there only on the forumindex
thank you for the great and quick support :up:
You can add the code that you removed to forumhome template so the slider should be available at forum home page. Now it was on headinclude which is global for everything.
Can Instagram and pinterest be add it to the share block?
Also, i am not sure if is me or... when try to click on a picture/video if you don't click in the center will not go to the next, i would like the users to be able to click any where on that picture and they can be directed to the full picture page and video too.
Can Instagram and pinterest be add it to the share block?
Also, i am not sure if is me or... when try to click on a picture/video if you don't click in the center will not go to the next, i would like the users to be able to click any where on that picture and they can be directed to the full picture page and video too.
Thanks,
1.- For Pinterest you must modify the template: mediagallery_view_media
Search for:
Code:
<div class="plusone" title="Share link on Google+">Google+</div>
and below add:
Code:
<div class="pinterest" title="Share image on Pinterest" data-media="mediagallery/photos/{vb:raw logo}">Pinterest</div>