Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Gallery for vBulletin 3.5.X Details »»
Gallery for vBulletin 3.5.X
Version: 1.23, by Harald_T Harald_T is offline
Developer Last Online: Jan 2012 Show Printable Version Email this Page

Version: 3.5.4 Rating:
Released: 07-24-2005 Last Update: 05-24-2006 Installs: 346
DB Changes Uses Plugins Template Edits
Code Changes  
No support by the author.

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

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #1172  
Old 07-11-2006, 04:53 PM
Draygonia Draygonia is offline
 
Join Date: Jun 2006
Posts: 185
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

A few questions if you could please answer!

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.
Reply With Quote
  #1173  
Old 07-11-2006, 04:54 PM
imported_magjr imported_magjr is offline
 
Join Date: Nov 2004
Posts: 45
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Harald_T
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
Reply With Quote
  #1174  
Old 07-11-2006, 07:22 PM
mustangcanada mustangcanada is offline
 
Join Date: Jul 2006
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hello, was wondering why i'm seeing both the German and the English versions under my navbar for recent gallery images?

I just want the english one there.
Reply With Quote
  #1175  
Old 07-11-2006, 08:17 PM
mustangcanada mustangcanada is offline
 
Join Date: Jul 2006
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

never mind, just had to remove that bit of code out of forumhome
Reply With Quote
  #1176  
Old 07-11-2006, 09:36 PM
Harald_T Harald_T is offline
 
Join Date: Aug 2003
Location: Kleve, Germany
Posts: 531
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by imported_magjr
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?
Reply With Quote
  #1177  
Old 07-12-2006, 05:36 AM
ltaylor's Avatar
ltaylor ltaylor is offline
 
Join Date: Apr 2006
Location: Canada
Posts: 68
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi Harold, First I'm enjoying your hack.

My question is: Am I able to post the display (last # pictures) inbetween my choice of the forums as apposed to just under the navbar?

Thnx for your reply
Reply With Quote
  #1178  
Old 07-12-2006, 02:54 PM
EthanHunt EthanHunt is offline
 
Join Date: Jan 2005
Location: Germany
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Harald_T
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.
THX for your quick answer !!!

Edited and everything will run perfect.

Nice Tool.......run for click.
Reply With Quote
  #1179  
Old 07-12-2006, 08:54 PM
imported_magjr imported_magjr is offline
 
Join Date: Nov 2004
Posts: 45
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Harald_T
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?
Not sure if i'm using prefixes in my database. It's just the standard database.

I got that error message when I tried installing the .xml file you have. It's step #1 from your write up.
Reply With Quote
  #1180  
Old 07-12-2006, 09:22 PM
Harald_T Harald_T is offline
 
Join Date: Aug 2003
Location: Kleve, Germany
Posts: 531
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #1181  
Old 07-12-2006, 09:51 PM
imported_magjr imported_magjr is offline
 
Join Date: Nov 2004
Posts: 45
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Harald_T
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.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 01:24 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.06004 seconds
  • Memory Usage 2,314KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete