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 |
#42
|
|||
|
|||
Quote:
The Link: When you inside a medium/image you don't need those information (take a look at the navbar). You will see the category-link - or missunderstand it ? |
#43
|
|||
|
|||
Quote:
Example: If uploaded an image with a width / height of 4096 ich can resize it to 1024 but ... what happend with the filesize ? Du you really think it's 200 Kb ? |
#44
|
|||
|
|||
Quote:
(example) <input type="text" class="bginput" name="uploadtitle" id="tb_uploadtitle" value="enter your title" size="50" maxlength="50" /> The text in orange color ist that you need to change 2.) A global change for what ? Categories, Members Galerie .... ? |
#45
|
|||
|
|||
Quote:
Quote:
|
#46
|
|||
|
|||
Quote:
If not, then is it possible to make all files to be uploaded on the external server ? Thank you. |
#47
|
|||
|
|||
Users can't create a category in a public gallery. So, only the Mod, sMod or Admin (with permission) can create it.
|
#48
|
|||
|
|||
You can't upload it on an external server. All files were upload in "umg_gallery/images/$gallery/...."
|
#49
|
|||
|
|||
Okay, but as admin, how can I set it so that a category in a public gallery displays images in a certain way (in this case, lastest first) as default?
|
#50
|
|||
|
|||
There is NO option for a sortorder inside a category.
you can try this: in umg_global.php search for: Code:
if ($vbulletin->GPC['sort'] == 'name' OR $vbulletin->GPC['sort'] == 'date') { if ($vbulletin->GPC['sort'] == 'name') $sort_by = ' ORDER BY media.title ' . $vbulletin->GPC['sortwho'] . ' '; if ($vbulletin->GPC['sort'] == 'date') $sort_by = ' ORDER BY media.dateline ' . $vbulletin->GPC['sortwho'] . ' '; } Code:
if ($vbulletin->GPC['sort'] == 'name' OR $vbulletin->GPC['sort'] == 'date') { if ($vbulletin->GPC['sort'] == 'name') $sort_by = ' ORDER BY media.title ' . $vbulletin->GPC['sortwho'] . ' '; if ($vbulletin->GPC['sort'] == 'date') $sort_by = ' ORDER BY media.dateline ' . $vbulletin->GPC['sortwho'] . ' '; } else { $sort_by = ' ORDER BY media.dateline ASC'; } |
#51
|
||||
|
||||
Quote:
Not much People use the Navbar too well, so that Link is important for them to Browse back to the Category and look for other Medias. (That Link appears Ok in other Tables like in the UMG Home under "Newest Images / Medias" under each New Media, you see Information like the Title (with Link to Media Ok), Category (with Link to Category where the Media Uploaded, this is the Link that is missing in the Media Page), Uploader (Link to Forumer Ok), Filesize, Hits and Rating. My Best Regards, I'll be waiting for the Next Release of the Media Gallery. :up: |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|