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

Reply
 
Thread Tools
vBi-Gallery for vB 3.6.X Details »»
vBi-Gallery for vB 3.6.X
Version: 1.30, by Harald_T Harald_T is offline
Developer Last Online: Jan 2012 Show Printable Version Email this Page

Category: Forum Display Enhancements - Version: 3.6.2 Rating:
Released: 10-07-2006 Last Update: Never Installs: 200
DB Changes Uses Plugins Template Edits
Code Changes  
No support by the author.

This is the 3.6.X-Version of my vBi-Gallery for vBulletin.

It's an update to this hack:

https://vborg.vbsupport.ru/showthread.php?t=92875

This gallery-system integrates completly into vB, because it's a modification of the forum itself and uses the attachment-system of vb.

Therefore, it's neccessary to be sure, that the attachment-system is working and it's possible to create thumbs. Otherwise, the gallery won't work.

Btw, I want to thank all the people here, which are using this gallery.

Show Your Support

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

Comments
  #182  
Old 12-04-2006, 07:15 PM
Harald_T Harald_T is offline
 
Join Date: Aug 2003
Location: Kleve, Germany
Posts: 531
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Just change the code in the template "gallery_latest_pictures" for this.

Instead of:

<a HREF="attachment.php?attachmentid=$gallery[attachmentid]">

it should be:

<a href="showthread.php?t=$gallery[threadid]">

That's all.
Reply With Quote
  #183  
Old 12-04-2006, 11:30 PM
mcontent10 mcontent10 is offline
 
Join Date: Mar 2005
Posts: 8
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Harald,
How do I set your script to allow ANYONE, whether registered or unregisterd to see the images or the pictures in the galleries? Right now someone browsing the board will see an 'x' and this message:

Nur für Mitglieder!

Thanks
Reply With Quote
  #184  
Old 12-05-2006, 08:03 PM
complete complete is offline
 
Join Date: Apr 2006
Location: San Clemente, CA
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Anybody have it working with 3.6.4?

The gallery page is not showing any pictures....
Reply With Quote
  #185  
Old 12-06-2006, 05:27 PM
MotMann MotMann is offline
 
Join Date: Jan 2006
Location: Germany
Posts: 333
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hallo Harald.

Ich habe die letzte Version drauf und erhalte nun, wenn ich Foren im ACP ?ndern m?chte, folgende Fehlermeldung:

Quote:
Invalid SQL:
UPDATE vb_forum SET
title_clean = 'Zur Spielhalle',
title = 'Zur Spielhalle',
description_clean = 'ARCADE Games erwarten Dich. Viel Spa?',
description = 'ARCADE Games erwarten Dich. Viel Spa?',
link = 'http://www.xxxxxx/Forum/arcade.php',
displayorder = 3,
parentid = 63,
daysprune = -1,
defaultsortfield = 'lastpost',
defaultsortorder = 'desc',
showprivate = 0,
newpostemail = '',
newthreademail = '',
### Bitfield: vb_forum.options ###
options = IF(options & 8, options - 8, options),
options = IF(options & 16, options - 16, options),
options = IF(options & 32, options - 32, options),
options = IF(options & 32768, options - 32768, options),
options = IF(options & 8192, options, options + 8192),
options = IF(options & 4, options, options + 4),
options = IF(options & 1, options, options + 1),
options = IF(options & 2, options, options + 2),
options = IF(options & 16384, options, options + 16384),
options = IF(options & 256, options - 256, options),
options = IF(options & 64, options, options + 64),
options = IF(options & 128, options, options + 128),
options = IF(options & 512, options, options + 512),
options = IF(options & 1024, options, options + 1024),
options = IF(options & 2048, options, options + 2048),
options = IF(options & 4096, options, options + 4096),
options = IF(options & 65536, options, options + 65536),
styleid = 0,
password = '',
vbseo_moderatepingbacks = 1,
vbseo_moderatetrackbacks = 1,
vbseo_moderaterefbacks = 1,
gallery = '0',
gallery_cat = '0',
gal_thumbs = 0,
gal_statusicon = ''
WHERE forumid = 151;

MySQL-Fehler : Unknown column 'gal_thumbs' in 'field list'
Fehler-Nr. : 1054
Datum : Wednesday, December 6th 2006 @ 08:20:10 PM
Skript : http://www.xxxxxxxx/Forum/admincp/forum.php?do=update
Referrer : http://www.xxxxxxxxx/Forum/admincp/f...=edit&f=151&s=
IP-Adresse : xx.xx.xx.xx
Benutzername : xxxxx
Klassenname : vB_Database
Es ist aber v?llig unerheblich, welches Forum die ?nderung betrifft. Die Meldung erscheint bei allen Foren.
Wenn ich das Plug In Deaktiviere, ist alles in Butter Das Problem war bei der vorherigen Version nicht....

EDIT: Okey, ich habe es in vorherigen Seiten gefunden. Habe die XML deinstalliert und neu importiert und schon lief die Kiste
Reply With Quote
  #186  
Old 12-06-2006, 10:20 PM
Harald_T Harald_T is offline
 
Join Date: Aug 2003
Location: Kleve, Germany
Posts: 531
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

@Motmann: Scheint, als wenn der Eintrag für die Tabelle nicht mehr korrekt ist. Lade das Plugin nochmal, möglicherweise lag beim Import der XML-Datei ein Fehler vor.
Reply With Quote
  #187  
Old 12-06-2006, 10:37 PM
MotMann MotMann is offline
 
Join Date: Jan 2006
Location: Germany
Posts: 333
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ja, danke. Das schrieb ich aber auch schon, dass ich das im vorherigen Beitrag fand.

jetzt klappts.
Reply With Quote
  #188  
Old 12-07-2006, 02:25 AM
krazycivik krazycivik is offline
 
Join Date: Nov 2005
Posts: 58
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i change the forumdisplay and my forums show errors why is this?
Reply With Quote
  #189  
Old 12-07-2006, 03:42 AM
krazycivik krazycivik is offline
 
Join Date: Nov 2005
Posts: 58
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

yah this dosent work at least for me.. i install it do everything you say (and your pics dont work) for you examples so its kinda hard to follow.. i can see a gallery thing etc but at the top it dosent show any pictures
Reply With Quote
  #190  
Old 12-07-2006, 08:58 AM
Don El Greeko Don El Greeko is offline
 
Join Date: Sep 2006
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi!

I have a short question. Its a genius plugin, but it makes the forum soooo slow. Did I forget some special settings?

Thanks 4 help.
Reply With Quote
  #191  
Old 12-08-2006, 12:11 PM
lifesourcerec's Avatar
lifesourcerec lifesourcerec is offline
 
Join Date: Jan 2002
Posts: 429
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok.. done with this hack as it crashes my server every time. From the hoster:

Quote:
Everything is working except your forums, and it's putting a large load on the server. You will need to correct this before we have to suspend the site. At this rate it will crash the server.

250 hobbyins_ localhost forum 15 Query SELECT gallery, threadid, firstpostid, thread.title, attac
235 hobbyins_ localhost forum 29 Query SELECT gallery, threadid, firstpostid, thread.title, attac
230 hobbyins_ localhost forum 35 Query SELECT gallery, threadid, firstpostid, thread.title, attac
222 hobbyins_ localhost forum 47 Query SELECT gallery, threadid, firstpostid, thread.title, attac
221 hobbyins_ localhost forum 48 Query SELECT gallery, threadid, firstpostid, thread.title, attac
205 hobbyins_ localhost forum 58 Query SELECT gallery, threadid, firstpostid, thread.title, attac
202 hobbyins_ localhost forum 62 Query SELECT gallery, threadid, firstpostid, thread.title, attac
197 hobbyins_ localhost forum 66 Query SELECT gallery, threadid, firstpostid, thread.title, attac
193 hobbyins_ localhost forum 71 Query SELECT gallery, threadid, firstpostid, thread.title, attac
166 hobbyins_ localhost forum 89 Query SELECT gallery, threadid, firstpostid, thread.title, attac
152 hobbyins_ localhost forum 93 Query SELECT gallery, threadid, firstpostid, thread.title, attac
140 hobbyins_ localhost forum 98 Query SELECT gallery, threadid, firstpostid, thread.title, attac
136 hobbyins_ localhost forum 101 Query SELECT gallery, threadid, firstpostid, thread.title, attac
125 hobbyins_ localhost forum 107 Query SELECT gallery, threadid, firstpostid, thread.title, attac
98 hobbyins_ localhost forum 121 Query SELECT gallery, threadid, firstpostid, thread.title, attac
87 hobbyins_ localhost forum 126 Query SELECT gallery, threadid, firstpostid, thread.title, attac
37 hobbyins_ localhost forum 147 Query SELECT gallery, threadid, firstpostid, thread.title, attac
30 hobbyins_ localhost forum 151 Query SELECT gallery, threadid, firstpostid, thread.title, attac
28 hobbyins_ localhost forum 152 Query SELECT gallery, threadid, firstpostid, thread.title, attac
22 hobbyins_ localhost forum 156 Query SELECT gallery, threadid, firstpostid, thread.title, attac
16 hobbyins_ localhost forum 159 Query SELECT gallery, threadid, firstpostid, thread.title, attac
17 hobbyins_ localhost forum 159 Query SELECT gallery, threadid, firstpostid, thread.title, attac
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 12:28 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.05495 seconds
  • Memory Usage 2,319KB
  • 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
  • (2)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
  • (2)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