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! :)

fxwoody 10-31-2011 12:37 PM

i tried it too and yes it's a problem!
I played a lot with "if then" "or else" etc etc and couldn't make it to get one or the other :(

davio33 11-28-2011 12:10 AM

Doesn't work with imported rss feeds.

I have some imported feeds that have pictures, these pictures use the img code, but cant get the thumbnail to work.

james shadle 01-12-2012 05:22 AM

Quote:

Originally Posted by Darksome (Post 2263110)
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?

That would be awesome.!!

downloadfound 01-12-2012 09:36 PM

Is there a way to use this mod with similar threads?

alhidaya 02-12-2012 02:30 PM

Hello,

It s ok for 4.1.1.0 ?

talkgraphics 03-09-2012 02:28 PM

I'm also wondering if this will be OK to install on our forum (v 4.1.10)?
Does anyone have any experience of this?

kizy 03-15-2012 02:08 AM

Quote:

Originally Posted by talkgraphics (Post 2307920)
I'm also wondering if this will be OK to install on our forum (v 4.1.10)?
Does anyone have any experience of this?

Yes, It's working perfect on my vb 4.1.10. Thank you much fxwoody.

Tarek128 05-15-2012 01:04 PM

I don't know why its not working with my 4.1.12 version ;(

Darksome 05-29-2012 10:02 AM

It works fine on our install of 4.1.10. Anybody know if it's working on 4.2 ?

inigo 07-05-2012 05:51 AM

Interested in the option to show:

First thumbnail OR first image

We hope any of the coders could help us, because I see we are a lot of people with the same question.

Thanks!

larry suttles 07-07-2012 01:50 AM

Does anyone know of a plugin that will display the latest thread images on the sidebar? I'm trying to setup a classified system using this mod.. Thanks!

Kirk Fitzgerald 08-04-2012 10:04 AM

Working fine on 4.2.0 PL2, just edit the xml

change this:
Code:

maxversion="4.2.0"
to this:
Code:

maxversion="4.2.2"
the xml will install then. ;)

Don't forget to edit posts to get thumbs to show, caught me out at first. :)

Kavada 08-11-2012 03:28 AM

Would it be possible to do this same function but on the Recent Activity Widget? What I want to do is show the thumbnail from a thread on the Recent Activity Widget where the preview text would go. If someone could get back to me ASAP!!!

Thanks

benative 10-06-2012 12:48 PM

Quote:

Originally Posted by Kirk Fitzgerald (Post 2354311)
Working fine on 4.2.0 PL2, just edit the xml

change this:
Code:

maxversion="4.2.0"
to this:
Code:

maxversion="4.2.2"
the xml will install then. ;)

Don't forget to edit posts to get thumbs to show, caught me out at first. :)

Working like a charm :)
Though I wish there are 2 more features.

1. Thumbnail serves as a link so people can click on thumbnail to open the thread.
2. prevent stretching problem, whatever the thumbnail ratio or orientation is, whether it's in a portrait or landscape view.

Anyone want to give it a shot and become our hero?

sticky 10-06-2012 06:03 PM

This is very cool, can it do a preview for videos as well?

nacaruncr 10-07-2012 06:14 AM

Quote:

Originally Posted by benative (Post 2371179)
Working like a charm :)
Though I wish there are 2 more features.

1. Thumbnail serves as a link so people can click on thumbnail to open the thread.
2. prevent stretching problem, whatever the thumbnail ratio or orientation is, whether it's in a portrait or landscape view.

Anyone want to give it a shot and become our hero?

1. If you want when someone click in the thumbnail imagen go to thread its easy :D
open thread_thumbnail_threadbit template and remplace all with:

Code:

        <vb:if condition="$thread['thumbnaildisplay'] AND (!$thread[sticky] OR ($vbulletin->options[thread_thumbnails_sticky] == '1'))">
            <a href="{vb:link thread, {vb:raw thread}}" id="thread_gotonew_{vb:raw thread.realthreadid}" style="float:left;clear:right;display:block;padding-right:5px;"><img style="{vb:raw thread.thumbnailstyle}" src="{vb:raw thread.thumbnailurl}"></a>
        </vb:if>

Check if this is that you wanna ;)
Regards

p.s excuse me my bad english :p

sticky 10-12-2012 09:30 AM

Does it do a thumbnail if the thread has a video and not a picture?

Ichigo88 10-15-2012 12:31 PM

hi! thanks for this mod work fine for m on 4.2.0 :D .

i have a question, are possible to use a query to upograde all post for see the thumb? becouse edit any post for see the thum is very hard i have many posts :(
thanks

abhimation 10-17-2012 03:31 PM

Went through the whole install instructions again but not sure why it isnt working in my 4.1.10

macpeer 10-26-2012 02:34 PM

Hi, I am not able to install it. VB say: not compatible with 4.2.0 vBulletin.
My VB version: (vBulletin 4.2.0 Patch Level 2)
Thank you in advance

nacaruncr 10-26-2012 05:13 PM

macpeer check this post:

Quote:

Originally Posted by Kirk Fitzgerald (Post 2354311)
Working fine on 4.2.0 PL2, just edit the xml

change this:
Code:

maxversion="4.2.0"
to this:
Code:

maxversion="4.2.2"
the xml will install then. ;)

Don't forget to edit posts to get thumbs to show, caught me out at first. :)


benative 11-08-2012 01:21 AM

Quote:

Originally Posted by nacaruncr (Post 2371295)
1. If you want when someone click in the thumbnail imagen go to thread its easy :D
open thread_thumbnail_threadbit template and remplace all with:

Code:

        <vb:if condition="$thread['thumbnaildisplay'] AND (!$thread[sticky] OR ($vbulletin->options[thread_thumbnails_sticky] == '1'))">
            <a href="{vb:link thread, {vb:raw thread}}" id="thread_gotonew_{vb:raw thread.realthreadid}" style="float:left;clear:right;display:block;padding-right:5px;"><img style="{vb:raw thread.thumbnailstyle}" src="{vb:raw thread.thumbnailurl}"></a>
        </vb:if>

Check if this is that you wanna ;)
Regards

p.s excuse me my bad english :p

Thanks!!!! That did the trick!
Btw, do you know how to fix the thumbnail stretching problem?

katie hunter 11-08-2012 03:03 AM

Can we have a version like this for vb 3.7.x ?

benative 11-12-2012 02:27 AM

If it prevents the thumbnail stretching problem, it would be perfect!!
Does anyone know how to do it?

b65ran 06-01-2013 04:02 PM

This working like a champ except one scenario, when user is doing post preview. In that case the thumbnail url in the new thread going blank. I am using the Thumbnail Url textbox feature with thumbnail url as required.

benative 11-29-2013 11:17 PM

I have been waiting for someone to answer my question for the past one year :(
Does anyone know how to prevent stretching?
I would like to prevent stretching problem, whatever the thumbnail ratio or orientation is, whether it's in a portrait or landscape view.
Please pm me or reply to this post.

cem3203 12-09-2015 05:33 AM

Thank you for the great work mate :)

Working fine with vB 4.2.3.

i have a small question for you, i want to show thumbs on "search results", what can i do about it ?

Thank you again..

keyla31 11-03-2017 02:19 PM

Is this working on 4.2.5 ?


All times are GMT. The time now is 04:50 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.01371 seconds
  • Memory Usage 1,821KB
  • 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
  • (8)bbcode_code_printable
  • (1)bbcode_php_printable
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (38)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