Thread Thumbnail by AddonsLab

Thread Thumbnail by AddonsLab [Paid] 3.0.0 Beta 1

No permission to buy ($29.99)
AddonsLab updated Thread Thumbnail by AddonsLab with a new update entry:

Template blacklist option

The release implements an option to specify the names of page templates for which you would like to disable the thumbnails. Specifying "forum_list" would remove the thumbnail for the home page, forum_view would remove the thumbnail for the thread list page etc. This version also implements support for Similar Threads widget from Enhanced Search add-on.

The new version is available for all licensed customers at https://customers.addonslab.com/marketplace.php/my-services/

Thank you!

Read the rest of this update entry...
 
Any chance we could get the thumbnails added to the tag view page? I think this is the last place where an avatar still shows rather than the thumbnail.
 
Would it be at all possible to put the thumbnail to the right of the thread title in its own separate column? Great to indicate when there IS an image in a thread and a clue to what it is, rather than totally replacing the user's avatar? It seems like it would stand out more and be less confusing for my purposes.
 
Would it be at all possible to put the thumbnail to the right of the thread title in its own separate column? Great to indicate when there IS an image in a thread and a clue to what it is, rather than totally replacing the user's avatar? It seems like it would stand out more and be less confusing for my purposes.
It is in general possible. Feel free to contact us at https://customers.addonslab.com/submitticket.php?step=2&deptid=1 for a quote if you are interested in funding the development.

Thank you!
 
Hey,

I uploaded an image, to a thread, that is large enough to get a big preview on FB. When scraping the post on FB, it seems like the thumbnail got resized much smaller, so no longer shows the big preview.

What should I do to make sure our uploaded image stays the way it is, so we can get that nice looking pic on FB?

Do I have to set an image size somewhere? Or disable resizing? Wasn't sure where to look these days.

Thanks!

UPDATE: had to set dimensions for thumbnail on XF settings... :) this is good for social shares, in case anyone else needs it.
 
Hey,

I uploaded an image, to a thread, that is large enough to get a big preview on FB. When scraping the post on FB, it seems like the thumbnail got resized much smaller, so no longer shows the big preview.

What should I do to make sure our uploaded image stays the way it is, so we can get that nice looking pic on FB?

Do I have to set an image size somewhere? Or disable resizing? Wasn't sure where to look these days.

Thanks!

The add-on should have used the URL of the full version for the meta tag, but that would not be the case if guests are not allowed to view full attachments on your board. Please copy an attachment URL (with index.php?attachments/..) and try to access it in Incognito mode to see if permissions are possibly the problem.

Thank you!
 
The add-on should have used the URL of the full version for the meta tag, but that would not be the case if guests are not allowed to view full attachments on your board. Please copy an attachment URL (with index.php?attachments/..) and try to access it in Incognito mode to see if permissions are possibly the problem.

Thank you!

A permission setting was incorrect on my end, thanks for pointing that out.
 
I've just noticed that on 90% of my threads, I don't have the possibility to change the thumbnail anymore. Even on default theme.

If I click on the pencil icon to open the popup, it doesn't show the images attached to the thread, but it only allows me to attach a new one.
I also don't see the checkmark to select the file to be used as a thumbnail in the attachments block of each post or reply...

Anyone else with the same issue, or is it only me?
 
I've just noticed that on 90% of my threads, I don't have the possibility to change the thumbnail anymore. Even on default theme.

If I click on the pencil icon to open the popup, it doesn't show the images attached to the thread, but it only allows me to attach a new one.
I also don't see the checkmark to select the file to be used as a thumbnail in the attachments block of each post or reply...

Anyone else with the same issue, or is it only me?
Feel free to contact us at https://customers.addonslab.com/submitticket.php and we will check it.

Thank you!
 
I've been using the test board and noticed that when there is no image set the thumbnail is 404'd. How do you resolve that?
 
I've been using the test board and noticed that when there is no image set the thumbnail is 404'd. How do you resolve that?

Not found thumbnails were just for the case when a thread does not have an avatar, and the URL of the "default" avatar was set to a non-existing image in the options. Now it is changed.
 
ErrorException: [E_DEPRECATED] uasort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in src/addons/AL/ThreadThumbnail/Service/Detector.php at line 213

  1. XF::handlePhpError()
  2. uasort() in src/addons/AL/ThreadThumbnail/Service/Detector.php at line 213
 
Code:
            if ($attachments)
            {
                uasort($attachments, function (Attachment $attachment1, Attachment $attachment2)
                {
                    return $attachment1->attach_date <=> $attachment2->attach_date;
                });
 
ErrorException: [E_DEPRECATED] uasort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in src/addons/AL/ThreadThumbnail/Service/Detector.php at line 213

  1. XF::handlePhpError()
  2. uasort() in src/addons/AL/ThreadThumbnail/Service/Detector.php at line 213
What version of PHP are you using?
 
I really can't see that the thumbnail sizing, or lack of, can be blamed on custom themes. XF2addons new plugin shows larger thumbnails out of the box. They're not ideal, should be square, but just goes to show...

screenshot_3-png.285570
 
Back
Top Bottom