vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Forum Display Enhancements - Thread Thumbnail (https://vborg.vbsupport.ru/showthread.php?t=158396)

kyle1745 04-25-2009 02:00 PM

I am installing this into a 3.8.2 forum.

I added the plugin, and set the forum id. I do not see any thumbnails in the forum.

kyle1745 04-25-2009 02:02 PM

I also start gettign database errors when I add this plugin:

Quote:

Database error in vBulletin 3.8.2:

Invalid SQL:

SELECT post.pagetext AS preview,
thread.threadid, thread.threadid AS postid, thread.title AS threadtitle, thread.iconid AS threadiconid, thread.dateline, thread.forumid,
thread.sticky, thread.prefixid, thread.taglist, thread.pollid, thread.open, thread.lastpost AS postdateline, thread.visible,
thread.hiddencount, thread.deletedcount, thread.attach, thread.postusername, thread.forumid,

thread.replycount, IF(thread.views<=thread.replycount, replycount+1, thread.views) AS views,
thread.lastpost, thread.lastposter, thread.lastpostid
,

user.userid AS postuserid
, NOT ISNULL(subscribethread.subscribethreadid) AS issubscribed
, threadread.readtime AS threadread
, attachment.thumbnail_filesize AS thumbsize , MIN(attachment.attachmentid) AS attachmentid
FROM thread AS thread
LEFT JOIN user AS user ON(user.userid = thread.postuserid)


LEFT JOIN threadread AS threadread ON (threadread.threadid = thread.threadid AND threadread.userid = 3987)
LEFT JOIN subscribethread AS subscribethread
ON(subscribethread.threadid = thread.threadid AND subscribethread.userid = 3987 AND canview = 1)
LEFT JOIN post AS post ON(post.postid = thread.firstpostid)

LEFT JOIN attachment as attachment ON(attachment.postid = thread.firstpostid AND (attachment.extension = 'jpg' OR attachment.extension = 'gif' OR attachment.extension = 'png'))
WHERE thread.threadid IN
(39376, 38257, 38448, 38193, 3995, 14622, 18630, 34509, 32167, 32602, 31931, 30799, 30551, 30116, 29978, 28987, 28840, 27922, 28231, 28168, 28124, 27529, 26890, 26171, 26085);

6piston 04-28-2009 08:43 AM

hi theOZer

thank you for supporting this mod, was using this mod for sometime only on the forumdisplay

i am now ready to integrate into search, so i tried doing it last night by activating the plugin for search and then applying your codes in post #112 to my search.php for 3.7.2

But no thumbnails shows in search, it looks like default.
is there some further template mods i should be doing?

as you can see here, my forumdisplay tt's are working perfectly:
http://www.zerotohundred.com/newforums/cars-for-sale/

Thanks!
Tom

NNJJ 05-21-2009 06:29 PM

hope we can get upgrade for this mod for 3.8.2 its great!

mindhunter77 05-21-2009 07:24 PM

Anyone had any issues with this when using vBSEO ?

smsoom 05-22-2009 11:01 PM

Quote:

Copy and paste the postbit_attachmentimage template contents into the postbit_attachmentthumbnail template (overwrite the current postbit_attachmentthumbnail contents). And leave thumbnail creation on.
I do this and it works fin to show fullsize of attachmentimage in posts with thumbnail creation switched to on.
but
when I do this to insert attachmentimage in the post, I get the thumbnail image??

http://www.roo7oman.com/up/files/29158.jpg

can somebody help me what to do?

thank you jasonmerchant for this plugin.

somailhm 05-24-2009 05:57 PM

thank you

kalisekj 06-02-2009 01:44 PM

Hi I just LOVE this Mod, Thank You So Very Much you saved me a ton of work and made my movie web site look like it should. WooHoo! Only 1 problem I am having is that its showing the full size of the poster instead of a thumbnail,, did I miss something somewhere?

kalisekj 06-02-2009 02:58 PM

Quote:

Originally Posted by theOZer (Post 1564896)
Adding Thread Thumbnails to Tag Search

Here's my New & Improved threadbit template change to thread thumbnail both regular searches and Tag searches. Your current TT code may differ from mine, for sure.

What do you mean TT code may differ? I made all the changes but alas all I see is the no post icon :(, I am sure I missed something. Any Help? :D

Good Thing is that the Forum Search and The Forums Still show the thumbnails albeit all of them are the full size, wish I could change that.

ghostpt 06-07-2009 11:47 PM

Work excellent on 3.8.1 with vbSEO.

Thanks.


All times are GMT. The time now is 11:38 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01884 seconds
  • Memory Usage 1,743KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete