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
  #172  
Old 11-27-2006, 11:06 AM
buurman's Avatar
buurman buurman is offline
 
Join Date: Apr 2002
Location: Amsterdam
Posts: 140
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by yesfans View Post
Can anyone make this clearer for me?
Just "add new Forum" and set the setting to "Act as forum" to NO.

You can als set the setting "Forum is active" to NO

Hope this helps.
Reply With Quote
  #173  
Old 11-27-2006, 12:33 PM
peacestgt peacestgt is offline
 
Join Date: Jan 2006
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ive installed this produkt and now i get this error..
whats wrong?

Code:
Datenbankfehler in vBulletin 3.6.3:

Invalid SQL:
SELECT thread.featured, threadid, firstpostid, thread.title, MAX(attachment.attachmentid)AS attachmentid, attachment.dateline FROM attachment, thread, forum
WHERE thread.featured='1' AND thread.forumid=forum.forumid AND thread.firstpostid = attachment.postid AND attachment.dateline < 1164637904
GROUP BY thread.threadid
ORDER BY attachment.attachmentid DESC LIMIT;

MySQL-Fehler : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 4
Fehler-Nr.   : 1064
Datum        : Monday, November 27th 2006 @ 03:31:44 PM
Skript       : http://..../vb/index.php
Referrer     : http://.../vb/forumdisplay.php?f=
IP-Adresse   : ...
Benutzername : 
Klassenname  : vb_database
Regards

Mike
Reply With Quote
  #174  
Old 11-27-2006, 12:47 PM
bonzer bonzer is offline
 
Join Date: Jan 2006
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I Installed as directed and cannot get to work ?? Help would be kindly taken
Thanks
Reply With Quote
  #175  
Old 11-27-2006, 03:49 PM
Harald_T Harald_T is offline
 
Join Date: Aug 2003
Location: Kleve, Germany
Posts: 531
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by peacestgt View Post
ive installed this produkt and now i get this error..
whats wrong?

Code:
Datenbankfehler in vBulletin 3.6.3:

Invalid SQL:
SELECT thread.featured, threadid, firstpostid, thread.title, MAX(attachment.attachmentid)AS attachmentid, attachment.dateline FROM attachment, thread, forum
WHERE thread.featured='1' AND thread.forumid=forum.forumid AND thread.firstpostid = attachment.postid AND attachment.dateline < 1164637904
GROUP BY thread.threadid
ORDER BY attachment.attachmentid DESC LIMIT;

MySQL-Fehler : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 4
Fehler-Nr.   : 1064
Datum        : Monday, November 27th 2006 @ 03:31:44 PM
Skript       : http://..../vb/index.php
Referrer     : http://.../vb/forumdisplay.php?f=
IP-Adresse   : ...
Benutzername : 
Klassenname  : vb_database
Regards

Mike
It seems, the settings for the gallery are ignored. Try to check in the gallery-option if there is a number set for the amount of pictures shown on forumhome.

If everything is o.k., try to just reinstall it.

@buurman: I thought, i had already published the modifications for CMPS. Hmh, o.k., i'll look after it tonight.

It's not so hard to to make a random-picture-box and a latest-pictures-box for the CMPS.

@bonzer: Could you explain a bit more? What's not working? Any URL to see it?
Reply With Quote
  #176  
Old 11-27-2006, 04:01 PM
bonzer bonzer is offline
 
Join Date: Jan 2006
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks But I have removed it for now ....
Reply With Quote
  #177  
Old 11-29-2006, 11:18 PM
Kiint Kiint is offline
 
Join Date: Nov 2006
Posts: 191
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for the Gallery, it installed fine.

Some Ideas for future version:
Improve the layout on images when you click on a gallery, at the moment they are all placed above each other, it doesn't look that tidy. A blank line between each image would be nice just so that they are spaced out a bit, maybe create thumbnails instead of showing an enlarged image so that we can display several images together in one post and the user can then click on them to get the larger picture.

Fix the blank Thread Tools menu
in gallery_showthread, find:

Code:
<if condition="$show['movethread']"><div><label for="ao_mvt"><input type="radio" name="do" id="ao_mvt" value="movethread" />$vbphrase[move_copy_thread]</label></div></if>
replace with:

Code:
<if condition="$show['movethread']"><div><label for="ao_mvt"><input type="radio" name="do" id="ao_mvt" value="movethread" />$vbphrase[move_thread]</label></div></if>
That's all I can think of at the moment, Thanks for a great hack
Reply With Quote
  #178  
Old 11-30-2006, 08:35 AM
buurman's Avatar
buurman buurman is offline
 
Join Date: Apr 2002
Location: Amsterdam
Posts: 140
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is htere a way to make the space between the attachment and Threat smaller?

*edit
Never mind, found it, also deleted the extra space between latest pics block and first forum block, because it was larger than the rest.
Starts looking perfectly, love this addon m8!!!
Reply With Quote
  #179  
Old 12-03-2006, 08:02 PM
dreck's Avatar
dreck dreck is offline
 
Join Date: Nov 2004
Location: Pickens SC
Posts: 182
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Harald_T, great to see you have a 3.6 mod for this hack. I had your 3.5 mod & loved it. Does anyone have this working with 3.6.4?

Thanks, dreck
Reply With Quote
  #180  
Old 12-04-2006, 05:22 PM
Harald_T Harald_T is offline
 
Join Date: Aug 2003
Location: Kleve, Germany
Posts: 531
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This should be working with 3.6.4 also, i think.

[Important Update]

Just to let you know:

I've started coding a new version of the gallery, which won't use the attachment system any longer. Instead of it, it uploads the pictures to a directory on the server.

Therefore it was neccessary to write the whole code new. At the moment there is no demo-version or any screen-shots. As soon, as they are, i'll show you.

Any suggestions for this new gallery?
Reply With Quote
  #181  
Old 12-04-2006, 06:37 PM
mcontent10 mcontent10 is offline
 
Join Date: Mar 2005
Posts: 8
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great little hack, I must say Harald. I'd love the option to have people click on the picture from forumhome and it takes them to the actual picture post, instead of just the picture.

You can see my implementation here-

http://www.jewelryforums.org/
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:17 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.05188 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
  • (4)bbcode_code
  • (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