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
  #432  
Old 11-27-2005, 08:50 PM
lexx27's Avatar
lexx27 lexx27 is offline
 
Join Date: May 2005
Location: Athens
Posts: 166
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thank you harald
Reply With Quote
  #433  
Old 11-27-2005, 11:16 PM
lexx27's Avatar
lexx27 lexx27 is offline
 
Join Date: May 2005
Location: Athens
Posts: 166
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Everything is working fine. Only 2 problems

1. Uncached templates: threadbit_gallery (6) in forumdisply
2. Gallery forum display doesnt show anything

I upgraded from the older version - reverted all templates (latest,random,forumdisplay_gallery,threadbit_gall ery)
and deinstall - reinstall product.
Reply With Quote
  #434  
Old 11-28-2005, 01:15 AM
MortysTW MortysTW is offline
 
Join Date: Mar 2005
Location: Southern CA, USA
Posts: 272
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I think this should be edited:

ALTER TABLE `forum` ADD `gallery` TINYINT( 4 ) NOT NULL

Shouldn't it read:

ALTER TABLE `vb_forum` ADD `gallery` TINYINT( 4 ) NOT NULL

Or am I totally wrong on this?
Reply With Quote
  #435  
Old 11-28-2005, 01:49 AM
lexx27's Avatar
lexx27 lexx27 is offline
 
Join Date: May 2005
Location: Athens
Posts: 166
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by lexx27
Everything is working fine. Only 2 problems

1. Uncached templates: threadbit_gallery (6) in forumdisply
2. Gallery forum display doesnt show anything

I upgraded from the older version - reverted all templates (latest,random,forumdisplay_gallery,threadbit_gall ery)
and deinstall - reinstall product.
Ok I fixed everything!
The only thing I want to mention is that there is no phrase for information, it is inside the template!

Great work again from Harald! Everything is working perfectly!
Reply With Quote
  #436  
Old 11-28-2005, 06:08 AM
Harald_T Harald_T is offline
 
Join Date: Aug 2003
Location: Kleve, Germany
Posts: 531
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MortysTW
I think this should be edited:

ALTER TABLE `forum` ADD `gallery` TINYINT( 4 ) NOT NULL


Shouldn't it read:

ALTER TABLE `vb_forum` ADD `gallery` TINYINT( 4 ) NOT NULL

Or am I totally wrong on this?
Yes and no. It need to be changed, if you are using prefixes, that's right.
Reply With Quote
  #437  
Old 11-28-2005, 06:09 AM
Harald_T Harald_T is offline
 
Join Date: Aug 2003
Location: Kleve, Germany
Posts: 531
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by lexx27
Ok I fixed everything!
The only thing I want to mention is that there is no phrase for information, it is inside the template!

Great work again from Harald! Everything is working perfectly!
Did you know why your forumdisplay didn't show up anything?
Reply With Quote
  #438  
Old 11-28-2005, 09:42 AM
robihot robihot is offline
 
Join Date: Dec 2004
Location: Europe
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello Harald

I saw some small bugs:
-vbphrase[filesize] does not show the Phrase
-with NEXT/PREVIOUS Thread the image is shown even if not logged on
(user can scroll through all images)

Kind regards, Robert
PS: Thanks for your work! You did a great job.
Reply With Quote
  #439  
Old 11-28-2005, 11:11 AM
lexx27's Avatar
lexx27 lexx27 is offline
 
Join Date: May 2005
Location: Athens
Posts: 166
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Harald_T
Did you know why your forumdisplay didn't show up anything?
No, I dont know why. I installed Gallery. Then I uprgraded vbulleten to 351 from 350. After that I chenged forumdisplay.php as you say in the readme. And then everything was working!
Reply With Quote
  #440  
Old 11-28-2005, 12:15 PM
Harald_T Harald_T is offline
 
Join Date: Aug 2003
Location: Kleve, Germany
Posts: 531
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

@robihot:

Phrase: Check, if you have a phrase called "Filesize". In my system i have one. It's a standard-phrase of vB.

About the next thread/previous thread-thing. That's strange. I think, it could be a little bug of vB, as my gallery uses a lot of parts from vB.
Reply With Quote
  #441  
Old 11-28-2005, 03:11 PM
robihot robihot is offline
 
Join Date: Dec 2004
Location: Europe
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Harald_T
@robihot:

Phrase: Check, if you have a phrase called "Filesize". In my system i have one. It's a standard-phrase of vB.

About the next thread/previous thread-thing. That's strange. I think, it could be a little bug of vB, as my gallery uses a lot of parts from vB.
Yes, I have filesize. No clue why the gallery doesn't find the phrase! I added a phrase "gal_filesize" and changed the template accordingly. This works without any problems.

Next/previous: That's possible. I tested on your forum as well, it's definitelly not a bug of my installation. I could reproduce as well on yours.

Regards, Robert
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 08:07 PM.


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.05437 seconds
  • Memory Usage 2,312KB
  • 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
  • (3)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