The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Ultimate Media Gallery LITE Details »» | |||||||||||||||||||||||||||
What is it ?
It's a gallery - what do you think ? Why another Gallery ? There is no gallery, it can do all the things you need. Categories and Images, every gallery can do, but ... ... does anotherone have passwords for categories or let a category visible at a certain time ? Which gallery supports Medias ? JPG, GIF and PNG are standard - but what happend with APE, ASF, ASX, DIVX, AVI, MIDI, MP3, MPG, SWF, FLV ... ? or what happends with Links (Videos) ? No Problem for the Ultimate Media Gallery ! approx. 20 Medias + approx. 20 URLs are supported. The best to it, all in the forums - no external player. My thanks goes to @nix (Goldbrick) for his permission to use some parts of his Mod. Categories, Media, Comments and also the Searchfunction works for permission. Which may not be seen, e.g. with the search one does not found. The gallery is not integrated in the forum like many different - from performance reasons. The number of Queries per side is on the average with approx. 10-12. Features:
The Documentation and Instructions can found into the folder "documentation" (there're also the images of the AdminCP). Please, read the Documentation before asking Questions All Extensions, Changes ... will only be done in the PRO Version (the PRO already uses HOOKs). Ultimate Media Gallery uses the following third party Products: Highslide Javascript (http://www.highslide.com) (Highslide is free for non-comercial Websites. If you don't know, if you have a comercial website, take a look at the licence http://highslide.com/#licence) The media player and mp3 player are from http://www.jeroenwijering.com/ FAQ: Question: Will it work under vBulletin 3.8 ? Answer: Yes, it will. Question: Is there a Converter for Photopost or Photoblog ? Answer: Yes, there is. Question: I have Photopost or/and Photopog runinng. Must I deinstall both or one of them ? Answer: Definately NO. You can run all three MODs (in UMG you can get a Javascript-Error if Photopost running) - but that's all. Question: Are there modules for vBadvanced. Answer: Yes, there are. And also the same modules for vBCMS. Question: In a Gallery it shows me 0 Hits or no Thumbnail ... Answer: The Hits, Thumbnails, eg. will shown the Category itself. You have some Child-Categories inside your Category. Live DEMO (Pro) can be found here: http://www.php-unlimited.com/umg.php (you don't need to register yourself for viewing) More Questions ? Pls, RTFM first. [edit: 25.1.2009] Change the Imagecheck. Example: If you change an PNG into JPG, it will now saved as an JPG. new PRO-AddOn: Forum Attachments can now a Categorie in a private Gallery. new PRO-AddOn: Forum Albums can now a Category in a private Gallery. Also this AddOn allows you to copy Images of the Gallery into you Album (based on Users Album Permissions) [edit: 26.1.2009] Fix a bug in Installation. You need to uninstall, then reinstall with this new product, only if you haven't any Mediatypes or UMG Permissions (see in you AdminCP -> UMG) Added: vBgallery2umg.php (a converter for vBgallery) - it's not 100% testing, so it's in Beta Stage. [edit: 28.1.2009] added vBgallery2.0 to UMG converter. Fixed the complete Editor and changed the Categorydisplay. Files to upgrade: All php files, the folder clientscript and overwrite the product. [edit: 1.2.2009] Fix the sigpic BBCode. Add Forum Integration for PRO Version (see this Post). [edit: 12.2.2009] fixed somed bugs 'bout the catid. Added a new converter: photoplogLITE_2_umg.php Pls, change the PHP's. [edit: 2.3.2009] changed the converter: photopost_2_umg.php You can now have 2 different databases [edit: 4.3.2009] fixed a lot of minor bugs (upgrade all files !!!) [edit: 22.7.2009] fixed some phrases and added "class_umgmedia_alternate" For Images take a look at the vB 3.7 Version: https://vborg.vbsupport.ru/showthread.php?t=201533 You need a Demo for vBulletin4 ? You will find some of my ported Mods here. Download Now
Show Your Support
|
Comments |
#342
|
|||
|
|||
I installed this and it was working fine. But I moved server last week, and now I'm having problems uploading pictures via the user cp 'upload' option.
When I try to do it, I'm getting this message: Fatal error: Call to undefined function imagetypes() in /home/ukcf/public_html/forum/umg_gallery/umg_functions.php on line 584 I've googled this, and also read through this thread and the thread for the 3.7 version, but couldn't find a solution. Can anyone help? |
#343
|
|||
|
|||
imagetypes is a function of the GDLib. You sure, that GDLib is installed on your new server ?
|
#344
|
|||
|
|||
Hi coroner, ive read through the thread, and not found an answer to my Q's.
1. does this mod make it possible to take attachments from the normal forum attach system and add them to the gallery, if so would they be copied or just refferenced, as i would like to use the gallery as a sort of archive for current attachments that may later get pruned from the forums. 2. does anyone know how to get the video thumbnails generated, this would only be nessasary for the gallery, not the forum, i have a very very big forum on a very very big dedicated server, that i have full control of. we have over 700gb of attachments and i cant risk a mod messing up our forum, i understand its on seperate db tables and if i can get answers to my 2 Q's and you think your gallery would handle the kind of attachment weight we have i think it would be ideal. we currently have average attachments of 20mb, and i dont think we need public level uploading, that would be purely for mods and admins. Whats your thoughts. Dalai |
#345
|
|||
|
|||
1.) Not the LITE ! In PRO the attachments are refferenced. You can see it, at my Forum.
2.) I do not know it. |
#346
|
|||
|
|||
Nice hack. Installed.
But I got a problem. When opening a mpg video (or whatever extension) the player is so small! It has a dimension of 90x113! How come? In the hack options, everything is setup correctly for the media sizes. Like, for mpeg, I have putted 640x480. So, why is my player small like that? See picture. |
#347
|
|||
|
|||
Quote:
it would be the pro version. i have sent you a pm Dalai |
#348
|
|||
|
|||
You can choose a higher size in your AdminCP (UMG - Media Sizes)
|
#349
|
|||
|
|||
But, like I said in my previous post, I did! Like, for mpeg and mpg, I have putted 640x480 and my player is still small. (and the file played is a mpg file).
|
#350
|
|||
|
|||
I've checked this out - and it works. See image !
Another way you can do, is: open umg_extensions.php and search the following part: Code:
case 'mpg': $width = $ext['mpg']['width']; $height = $ext['mpg']['height']; $url = $media_url; $mtpl = 'media'; $mime = 'video/x-mpeg'; break; Code:
case 'mpg': $width = 640; $height = 480; $url = $media_url; $mtpl = 'media'; $mime = 'video/x-mpeg'; break; |
#351
|
|||
|
|||
This way it works. Thanks.
But, how come it does not take the Media sizes we defined in the the Gallery options? I find strange that it works for you or/and others but not for me? Would you see a reason why? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|