![]() |
In your attachment-settings.
|
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.
|
You can edit the post and use the normal attachment-managment, to delete pictures.
|
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.
|
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. |
@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.). |
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. |
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 ;) |
@Bernd: I will think over the last feature. Could be interesting.
|
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 |
Did you try to use :
Code:
ORDER BY ". |
erm errors.
after a few weeks? of this being installed it stopped working. when you click upload it goes to newthread.php?do=newthread&f=13 but that is BLANK. ideas? |
To be honest: No. Did you install anything new on your board? Did you an update or something? Or was anything changed on your server
I run the gallery for over a year already, and hadn't had any problems like this one. |
okay i read earlier in this thread that i get the following error for not running the query...then the updated one runs it in the xml....so...what have i done wrong?
Database error in vBulletin 3.5.4: Invalid SQL: INSERT INTO forum (title_clean, title, description_clean, description, link, displayorder, daysprune, parentid, newpostemail, newthreademail, options, styleid, password, page, showfirstpost, vbbux_perview, vbbux_perthread, vbbux_perreply, vbpforumoptions, vbp_cangetaccesscost, vbp_cangiveaccesscost, vbp_candenyaccesscost, vbp_cangetpasswordcost, accessf_nb, accesst_nb, create_nb, reply_nb, allowupdate, increase_money, gallery) VALUES ('New Gallery', 'New Gallery', '', '', '', 1, -1, -1, '', '', 229059, 50, '', 0, '0', 1, 15, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'yes', '1'); MySQL Error : Unknown column 'allowupdate' in 'field list' Error Number : 1054 |
maybe if you tell me how to drop the query table and then i reupload the xml with overwrite?
okay so my exact problem is....i can specify a forum to add the gallery...but i can not create a new one.... i need to drop the previous version's table....how would i do that? this was the query ran.... ALTER TABLE `forum` ADD `gallery` TINYINT( 4 ) NOT NULL |
I havent done anything but add new posts to the forums.. and if THAT errors the mod.. then it needs some serious debugging...
|
AWESOME!! "clicks install"
what a great job you have done with this :D i've been looking for something like this for AGES... now if only i can display a random photo in my vbadvanced all would be complete :) |
Harald, here are the promised images. Still haven't figured out the correct query needed to pull the last uploaded image of the first posts. It's explained in the images too.
|
Quote:
|
@Tyegurl: Normally, if you deinstall the product, the database-changes will be removed. So, just try to deinstall an reinstall.
But i'm the same meaning as Larrysw: The displayed error isn't called up through my gallery-hack. |
yes i found that out yesterday.....the allowupdate is developer's send an update pm/email mod... he had 2 products so i installed the other one and woohoo the gallery is working. thanks guys for the help ;)
|
@Bernd: Got it so far to display the LAST attachment of the first post. I'm now coding the rest, maybe i can update the hack tonight, if i get so far.
|
Thanks for helping me out.
Mind posting the query you used? I'll be able to proceed if I have it. The rest of modifications shown in the images already work. |
If you don't mind i'll integrate this into the gallery, cause it's a good idea.
|
Go right ahead, not that you need my permission ;)
|
I can't see the picture. http://www.zikihideout.com/forums/sh...=2523#post2523
|
Disable the code that enables that puts that for the postbit.
|
Ermm....didn't quite get you
|
In plugin manager disable the plugin under the hook location of Showthread_something it should be easy to find.
|
The problem is, that the graphics-settings on your board are wrong. Please check, if you have thumbnails enabled for attachment (you can find it in your vbulletin-options). Also read the little FAQ in the install-instruction.
|
When I click upload...
It just takes me to a regular looking post new thread page. Is it supposed to do something different? |
Quote:
|
is it possible to post an upload an attachment that isn't connected to thread, so that it shows up in the members gallery but not in any post
|
Quote:
|
Not yet.
Still waiting for it, or the sql query i requested so I can finish it. |
I'm busy on it atm.
|
@Bernd: It's working now. I'm working on the templates at the moment.
|
Quote:
Thumbnails are enabled. |
I installed this but it slowed my board down to a crawl, to the point to where my server admin had to go in and reset the httpd.
It got so bad I had to upgrade the software and now it doesnt work at all. What is the query uninstall code I can run in the myphp area? my board is totally hosed for the time being. |
I never really recognized a slowdown of the board, to be honest. And which software you did have to upgrade?
The uninstall-query is integrated in the XML-File. Just uninstall the product and remove the file-edit on forumdisplay.php, that's all. |
All times are GMT. The time now is 05:19 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|