1) I have the gallery, but how do I upload pictures so they display in the gallery? I tried to create a new thread and upload an attachment and have it display like that, but it doesnt display the image at all.
2) How do I mass upload pictures? Like upload them to a folder on the website and the file name would = the picture name and they would automatically display in the forum.
Strange, i don't any pm between January and Juni... That's really weired.
What was the problem with the hack?
When I install it, it completely hoses my server. I.e. I have to restart my server. I follow the directions step by step. I've since upgraded my board to 3.6 rc1 and just tried to install it, this is the error message the plugin gave me:
Database error in vBulletin 3.6.0 Release Candidate 1:
Invalid SQL:
SELECT gallery, threadid, firstpostid, thread.title, attachmentid, attachment.dateline FROM attachment, thread, forum
WHERE gallery='1'AND thread.featured!='1' AND thread.forumid=forum.forumid AND thread.firstpostid = attachment.postid AND attachment.dateline < 1152640178 ORDER BY RAND() LIMIT 5;
MySQL Error : Unknown column 'gallery' in 'field list'
Error Number : 1054
Date : Tuesday, July 11th 2006 @ 11:49:47 AM
Script : http://forum.mysite.com/
Referrer :
IP Address : xx.xxx.xxx.xxx.
Username : me
Classname : vb_database
When I install it, it completely hoses my server. I.e. I have to restart my server. I follow the directions step by step. I've since upgraded my board to 3.6 rc1 and just tried to install it, this is the error message the plugin gave me:
Database error in vBulletin 3.6.0 Release Candidate 1:
Invalid SQL:
SELECT gallery, threadid, firstpostid, thread.title, attachmentid, attachment.dateline FROM attachment, thread, forum
WHERE gallery='1'AND thread.featured!='1' AND thread.forumid=forum.forumid AND thread.firstpostid = attachment.postid AND attachment.dateline < 1152640178 ORDER BY RAND() LIMIT 5;
MySQL Error : Unknown column 'gallery' in 'field list'
Error Number : 1054
Date : Tuesday, July 11th 2006 @ 11:49:47 AM
Script : http://forum.mysite.com/
Referrer :
IP Address : xx.xxx.xxx.xxx.
Username : me
Classname : vb_database
Are you using prefixes in your SQL-Database?
Otherwise it looks like the gallery has not be installed. Are you using the latest version of it now?
Ich beantworte es mal eben in Deutsch, geht schneller:
1. Das alle Thumbs die gleiche Gr??e haben, definierst Du normalerweise durch die Attachment-Einstellungen in den vB-Optionen. Du k?nntest jedoch im Template "gallery_latestpictures" ein width- und height-Tag mit Angabe der Wunschgr??e angeben, dann wird das Thumb entsprechend verg??ert/verkleinert.
2. Im gleichen Template musst Du die beiden class-Angaben "tborder" und "thead" entfernen, dann hast Du den Rand nicht mehr.
Just look inside your phpadmin: In the table "forum", there should not be a row namend "Gallery", if the gallery isn't installed. Otherwise, if so, delete this row.
Just look inside your phpadmin: In the table "forum", there should not be a row namend "Gallery", if the gallery isn't installed. Otherwise, if so, delete this row.
Afterwards, import the XML-File again.
Got a "gallery_rows" colum but other then that, nothing.