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 the 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 !!!) Show Your Support
|
Comments |
#72
|
|||
|
|||
Do I install the Highslide Javascript and video player in the forums folder or where?
|
#73
|
|||
|
|||
Upload the files and folders as they are.
Highslide is in: a.) clientscript/ b.) umg_gallery/images/highslide |
#74
|
|||
|
|||
|
#75
|
|||
|
|||
You can try the following:
open umg_extensions.php locate: Code:
case 'flv': $width = $ext['flv']['width']; $height = $ext['flv']['height']; $url = $vbulletin->options['bburl'] . '/' . $media_url; $src = 'umg_gallery/player/flvplayer.swf'; $mtpl = 'flashext'; $mime = 'application/x-shockwave-flash'; break; b.) if your code IS the same like this, change: Code:
$url = $vbulletin->options['bburl'] . '/' . $media_url; Code:
$url = $media_url; |
#76
|
|||
|
|||
Hi ..
thanks Coroner it was the same like that code and I make the change to Code:
$url = $media_url; can use the player like youtube view the player in the page NOT by clicke on the icone ? |
#77
|
|||
|
|||
We had this problem without: $vbulletin->options['bburl']
I've testet it in the Lite and the PRO - no problems. Sorry |
#78
|
|||
|
|||
I have installed the gallery at Flugzone.ch where can i find the link to the Galler? I see nowhere th elink sorry for this question and my english but i cant see th eLinkks ?
|
#79
|
|||
|
|||
You need to create yourself the link in the navbar
|
#80
|
|||
|
|||
hello,
i need a link to which file ? umg.php ? i can't see something by flugzone.ch/umg.php > the system say > you have no rights to see this page! But i'm the Admin of the Page ? Sorry for my English normal i speak Swiss German :-) |
#81
|
|||
|
|||
Database Error
Code:
Database error in vBulletin 3.6.10: Invalid SQL: SELECT userfield.*, usertextfield.*, user.*, UNIX_TIMESTAMP(passworddate) AS passworddate, IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid, language.phrasegroup_album AS phrasegroup_album, language.phrasegroup_user AS phrasegroup_user, language.phrasegroup_search AS phrasegroup_search, language.phrasegroup_posting AS phrasegroup_posting, language.phrasegroup_umg AS phrasegroup_umg, language.phrasegroup_showthread AS phrasegroup_showthread, language.phrasegroup_global AS phrasegroup_global, language.options AS lang_options, language.languagecode AS lang_code, language.charset AS lang_charset, language.locale AS lang_locale, language.imagesoverride AS lang_imagesoverride, language.dateoverride AS lang_dateoverride, language.timeoverride AS lang_timeoverride, language.registereddateoverride AS lang_registereddateoverride, language.calformat1override AS lang_calformat1override, language.calformat2override AS lang_calformat2override, language.logdateoverride AS lang_logdateoverride, language.decimalsep AS lang_decimalsep, language.thousandsep AS lang_thousandsep FROM user AS user LEFT JOIN userfield AS userfield ON (user.userid = userfield.userid) LEFT JOIN usertextfield AS usertextfield ON (usertextfield.userid = user.userid) LEFT JOIN language AS language ON (language.languageid = IF(user.languageid = 0, 1, user.languageid)) WHERE user.userid = 1; MySQL Error : Unknown column 'language.phrasegroup_album' in 'field list' Error Number : 1054 Date : Friday, March 20th 2009 @ 12:17:42 PM Script : http://www.XXXXXX.com/forums/umg.php Referrer : IP Address : XX.XXX.XXX.XXX Username : Classname : vB_Database What am I missing? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|