Thread Thumbnail by AddonsLab

Thread Thumbnail by AddonsLab [Paid] 2.13.0

No permission to buy ($29.99)
Hello,
Your solution is completely correct. In the next release we will include a template that loads only when thumbnails load, so that you can customize it directly and don't need to edit forum_view template.
Waiting for this version before purchase.
 
AddonsLab updated Thread Thumbnail by AddonsLab with a new update entry:

Media thumbnail detection support

In this version, we have implemented support for auto-detection of thumbnails based on embedded videos using MEDIA BB Code tag. For now only YoutTube, Vimeo and Dailymotion are supported. The support for other media websites will be implemented if requested.

The version also has a LESS template - altt_thread_thumbnail.less loaded only in forums where thumbnails are enabled in general. You can use this template to customize the look of thread list (e.g. make thumbnails bigger) without...

Read the rest of this update entry...
 
Hello
The version also has a LESS template - altt_thread_thumbnail.less loaded only in forums where thumbnails are enabled in general
Means we can define different thumbnails size for different forum sections ?
 
AddonsLab updated Thread Thumbnail by AddonsLab with a new update entry:

Thumbnail detection based on embedded media

In this version, we have implemented detection of thread thumbnails from media embedded in the post. Supported media providers are Youtube, Vimeo, Dailymotion, Facebook, Instagram, Twitter, Liveleak and Flickr.
If a thread does not have manually selected attachment as a thumbnail, its first attachment is used. If the thread does not have any attachments, images embedded in the posts are checked first and only if no images are found, media tags are checked.

The new version is available for...

Read the rest of this update entry...
 
Can someone please elaborate the following;
Question: Is it possible to show thread thumbnails on locations other than forum view, for example widgets?
Answer: Yes, it is possible and easy to implement. By default, we don't show the thumbnails on lists when we see the thumbnail information is not loaded from the database, as it would cause one or two additional queries per thumbnail. We enhanced forum view page to pre-load all thumbnails at once without causing additional queries. To make thumbnails appear on custom lists and widgets the developer needs to call a method to load threads with their thumbnail information, using method $threadFinder->forFullView() if they did not do so already. It is quite a simple change and any XenForo 2.x developer should be able to do it easily in their add-on/widget. Once the method is called it will ensure the finder loads thread thumbnails along with thread information. Once the information is available, you can load the thumbnail including the template <xf:include template="altt_thumbnail"/> Please note, that the template assumes there is a $thread variable available in the scope which is an instance of \XF\Entity\Threadclass.

Little more hint will help us to display thumbnails on external pages. So far we are able to display threads with title, thread time/date, number of replies, last post user id, thread starter user id but failed to workout how to fetch thumbnail using this addon.
We used the following method $this->threadModel = XenForo_Model::create('XenForo_Model_Thread');
 
Last edited:
Hi,

We have a minor error, trying to change the thumbnail image to another image doesn't work if you go into the post to edit it. Neither boxes are checked and it doesn't remember which one I checked when I go in again:

1539809079381.webp


Going in via the forum pages works though...

1539809368164.webp
 
How can we display first thumbnail as post thumbnail to share links on social media such as facebook, twitter, whatsapp etc.?
 
AddonsLab updated Thread Thumbnail by AddonsLab with a new update entry:

Meta tag with thread thumbnail URL

With this update, we have added support for Facebook and Twitter thumbnail based on thread thumbnail. The thumbnail set for the thread will be used when the thread is shared on Facebook and Twitter.

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

Feel free to suggest further enhancements for the add-on or report any issues you have and they will be addressed asap.

Please consider posting a review if you...

Read the rest of this update entry...
 
Good work. Thanks for the quick update. Could you please also add whatsapp meta tag.

You are welcome!

WhatsApp is using the same image as Facebook does, just it seems it is common to have problems with WhatsApp not showing the image due to its size and dimensions. We found in several places like https://stackoverflow.com/a/43154489 and http://webdevelopmentscripts.com/80-whatsapp-share-link-with-image-in-websites that you should keep the size of the image less than 150k and about 300x300 so that WhatsApp uses it. Try to test with such image and see if it works for you. Make sure to test with a new thread every time (instead of editing one) as WhatsApp may have a cache for a page and may not update the thumbnail even if you have edited it.

Thank you!
 
CSS:
div[data-type=thread] .structItem-cell.structItem-cell--icon {
    width: 90px;
}

div[data-type=thread] .structItem-iconContainer .threadThumbnailWrapper .avatar {
    width: 74px;
    height: 100px;
}

This code makes images bigger in excluded forums too.
 
CSS:
div[data-type=thread] .structItem-cell.structItem-cell--icon {
    width: 90px;
}

div[data-type=thread] .structItem-iconContainer .threadThumbnailWrapper .avatar {
    width: 74px;
    height: 100px;
}

This code makes images bigger in excluded forums too.

In the latest versions of the product the template called "altt_thread_thumbnail.less" loads only if thread thumbnails are enabled for the current forum, so if you put the rules in that template it should not affect excluded forums.

Please let us know if the issue still persists.

Thank you!
 
Hi,

We have a minor error, trying to change the thumbnail image to another image doesn't work if you go into the post to edit it. Neither boxes are checked and it doesn't remember which one I checked when I go in again:

View attachment 185695


Going in via the forum pages works though...

View attachment 185696

Hello, @alexm

Sorry, it seems we have missed your post and did not address it yet. We will check if the issue is there and inform you here.

Thank you!
 
Hi,

We have a minor error, trying to change the thumbnail image to another image doesn't work if you go into the post to edit it. Neither boxes are checked and it doesn't remember which one I checked when I go in again:

View attachment 185695


Going in via the forum pages works though...

View attachment 185696

We have checked it using the latest version and we could not reproduce the issue. Feel free to test yourself at https://xf2.addonslab.com/index.php?threads/test-thread-thumbnail.170436/ If you are using the latest version and still have the issue please open a ticket at https://customers.addonslab.com/submitticket.php for further assistance.

Thank you!
 
AddonsLab updated Thread Thumbnail by AddonsLab with a new update entry:

XenForo 2.1 compatibility and minor bug-fixes

The release fixes a compatibility issue with XenForo 2.1 and has other minor bug-fixes:
  • Pencil icon showing in forums where thread thumbnails are disabled
  • Broken thumbnail URL when no thumbnail is found.

The new version is available for all licensed customers at

Feel free to suggest further enhancements for the add-on or report any issues you have and they will be addressed asap...

Read the rest of this update entry...
 
I saw this update for XenForo 2.1 . So I installed it to my xenforo 2.1 beta and the homepage thumbnail doesnt work. But the thread list working
 
suggestion 1: add widget for thread thumbnails
suggestion2: allow [ IMG ] tags as thread thumbnails

189422
189425
189423
189419




.
.
 
Hello, @51463

Thank you for the suggestions.

Adding a widget is out of the scope of this product as it is not clear by which criteria these threads should appear. The product powers threads with thumbnails in general, each specialized add-on, e.g. portal add-on for build pages etc. can use this to show the thumbnails in their widgets.

IMG tags are already detected and used as thumbnail if there are no attachments.

Thank you!
 
the criteria by which these threads should appear is up to the administrator in settings:

Latest Replies, New Threads, Recent Threads, Most Viewed Threads, Most Replied Threads, Most Liked Threads, Polls


189459





same as xfrocks xf1 add-on, but he say he wont make same add-on for xf2


.
.
 
Top Bottom