The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Gallery for vBulletin 3.5.X Details »» | |||||||||||||||||||||||||
Gallery-Hack:
This hack is a gallery-system for your forum. Updated 05/25/06 New in this version 1.23: - Alternative layout - english phrases - Addition for the memberprofile - multiple picture-upload - Featured threads What's still to come? - Possibility for users, to choose the different layout. - Possibility for file-upload, not only pictures. - Language-Pack for german users Have fun with the hack. For a live-demo look here: http://www.sf-galerie.de Show Your Support
|
Comments |
#802
|
|||
|
|||
In your attachment-settings.
|
#803
|
|||
|
|||
wat about deletion. theres no field to delete images. just the normal delete selected fields that appear in forums. but images dont have the selection boxes.
|
#804
|
|||
|
|||
You can edit the post and use the normal attachment-managment, to delete pictures.
|
#805
|
|||
|
|||
It's no problem. Just go to the Attachment-Manager of your vB and tell him to save the files on the server. There is a function for this.
|
#806
|
|||
|
|||
Ach Du kommst ja aus Köln, sehe ich gerade.
Im Attachment-Manager hast Du eine Option "Speicherart". Diese anwählen und dem vBulletin dann den Speicherort mitteilen. Achte aber darauf, das das ausgewählte Verzeichnis beschreibbar ist. |
#807
|
|||
|
|||
@Mike-D: Also, es sollte eigentlich funktionieren. Du musst nur aufpassen, das Du auch den kompletten Pfad angibst (also nicht nur z. B. images/uploads oder so etwas). Den kompletten Pfad kannst Du aus der PHP-Info entnehmen. Falls es Probleme gibt, dann sag Bescheid, ich schau es mir gerne mal an.
Es freut mich natürlich, wenn es Dir gefällt. Aber ganz fertig ist es noch nicht, ein paar Sachen möchte ich schon noch realisieren (z. B. die Abmaße des Bildes, usw.). |
#808
|
|||
|
|||
Normalerweise sollte nur das TEMP-Verzeichnis direkt von Belang sein. Hast Du die Daten schon mal so eingefügt, wie Scott es genannt hat?
Ansonsten PM mich mal an, wenn Du magst, schau ich mir Dein ACP mal an. |
#809
|
|||
|
|||
A couple of things I have noticed:
Bugs, More than one image can be uploaded. The second image is shown, but it takes the same width as the previous image. If the second image is larger than the first one uploaded, it will be stretched and pixelated as a result. Still some german phrases left that are not translated (you are not registered, for one). Feature requests, Either limit upload in a gallery to one attachment for the first post, or allow more images but with correct thumbnail sizes calculated per image. Featured images. Admin can appoint specific images to be displayed on the forum home. Thanks for this great hack btw. Well done |
#810
|
|||
|
|||
@Bernd: I will think over the last feature. Could be interesting.
|
#811
|
|||
|
|||
I've currently created a different featured images addition for this gallery.
You can choose a forum that will be used to pull the featured images from. Forum id of the featured image forum can be changed in the admincp panel as well as the option to either choose to display featured images on forumhome or not. An admin or mod simply move the images from the general to the featured forum, and they will be automatically posted in the featured forumhome template addition. Only thing left is that i want to pull down the last uploaded thumbnail of the first post, instead of the first thumbnail. Is there an easy way to do this? Currently using Code:
$featured_thumbs = $db->query_read("SELECT featured, threadid, firstpostid, ". TABLE_PREFIX . "thread.title, attachmentid, ". TABLE_PREFIX . "attachment.dateline FROM ". TABLE_PREFIX . "attachment, ". TABLE_PREFIX . "thread, ". TABLE_PREFIX . "forum WHERE featured='1' AND ". TABLE_PREFIX . "thread.forumid=". TABLE_PREFIX . "forum.forumid AND ". TABLE_PREFIX . "thread.firstpostid = ". TABLE_PREFIX . "attachment.postid AND ". TABLE_PREFIX . "attachment.dateline < " . TIME() ." GROUP BY ".TABLE_PREFIX ."thread.threadid ORDER BY ". TABLE_PREFIX . "attachment.dateline DESC LIMIT $gal_num_rows"); while ($gallery = $db->fetch_array($featured_thumbs)) { eval('$featuredgallery .= "' . fetch_template('gallery_featuredpictures') . '";'); } |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|