vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Forum Display Enhancements - Thread Thumbnails V4 *Upgraded* (https://vborg.vbsupport.ru/showthread.php?t=264655)

nacaruncr 09-23-2011 05:31 AM

Installed and working so fine in 4.1.3 :D thanks :D

misericorde 09-23-2011 06:49 PM

Thank you

Very nice v.4.1.5

spencerp 09-23-2011 10:16 PM

I'm interested in this modification, but is there a way to get a thumbnail from like image codes posted in threads/posts using imagevenue.com, photobucket.com type submitted image codes? Like example code for posts below here...

PHP Code:

[url=http://img237.imagevenue.com/img.php?image=381794733_imagesinthreadlookingweird_122_97lo.jpg][img]https://vborg.vbsupport.ru/external/2011/09/17.jpg[/img][/url] 

It would just draw out the thumbnail of first image code posted? Usually they're already including a thumbnail image anyway...

fxwoody 09-25-2011 12:28 PM

as long as you have an [img] tag, the link will be fetch automatically by the hack no mater where it comes from and that the link is alive

fxwoody 09-25-2011 12:30 PM

Quote:

Originally Posted by angeljs (Post 2248567)
I would love this mod to be able to do this :)

I'm looking into it. Will give more info as soon as i can :)

spencerp 10-01-2011 09:14 PM

Quote:

Originally Posted by fxwoody (Post 2249877)
as long as you have an [img] tag, the link will be fetch automatically by the hack no mater where it comes from and that the link is alive

Oh okay, well I must have done something wrong or missed something then. When I went into forum display area, it looked like it was going to load some thumbnails, but then they vanished lol. Perhaps I was missing some template coding or the image paths weren't right... >_>

patrixon78 10-30-2011 05:27 PM

Can anyone tell me where is the proper path for uploading this .php script and how can I run it? Or this .php script need to be uploaded only to some directory? I've managed the thumb's to work but I need to edit every single post to get this work. So I assumed that this .php script will do it automatically?

EDIT:
Nevermind I did like I've been thinking just uploaded the thumbupdater.php to root directory and I've ran the script.
Everything works great on 4.1.7 thanks

Darksome 10-31-2011 06:48 AM

I'm just wondering, is there anyway to have both first attachment and first image in post in use at the same time?

It would be great to not have nothumb.jpg shown at all if this was possible?

fxwoody 10-31-2011 09:34 AM

It won't work using both darksome, i end up with conflicts all the time if they are both in the post.
It has to be one or the other.
But a frind of mine is trying something with the script about this ;)

Darksome 10-31-2011 12:00 PM

That'd be great if it becomes a possibility!

Quote:

Originally Posted by e3fnxs6p (Post 2236244)
Currently, when "first image in post" (source2) is set, it won't display thumbnails from attachments. When "first attachment" (source1) is set, it won't display thumbnails from the first image. But often, you would like to have a combination of these options, instead of excluding each other.

You can solve this by doing this:
1) set the thumbnail source to "First Attachment".
2) go to plugin manager > "Forum Display - Threadbit Display" > find the line containing
$hook_query_fields .= ", MIN(attachment.attachmentid) AS attachmentid";
and append under that line, the following line:
$hook_query_fields .= ", thread.thumbnailurl AS thumbnailurl";

That's all.

I had tried this solution offered and it does work... to a degree.

I found if I set the option to first image in post and then opened and saved a thread with an [IMG] tag already in it, then changed the option back to first attachment. Thumbnails are shown for threads that have an attachment in them or a thread with an [IMG] tag. :confused:

Which is exactly what I'm after, but having to change options back 'n' forth and open and save every thread that has an [IMG] tag image in it, isn't ideal obviously! :)


All times are GMT. The time now is 03:31 AM.

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.01061 seconds
  • Memory Usage 1,741KB
  • 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
  • (1)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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