Thread Thumbnail by AddonsLab

Thread Thumbnail by AddonsLab [Paid] 2.10.0

No permission to buy ($29.99)
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
 
Hello
It seems the add-on does not support displaying the thumbnails in the feeds add-on.

Can you support this?
 
Back
Top Bottom