Thread Thumbnail by AddonsLab

Thread Thumbnail by AddonsLab [Paid] 3.0.0 Beta 1

No permission to buy ($29.99)
@AddonsLab Does Features option added for the thumbnails are shown in search results? I am also missing Features option Tooltip shows full image when hover on thumbnail without open lightbox popup when clicking?
 
@AddonsLab Does Features option added for the thumbnails are shown in search results? I am also missing Features option Tooltip shows full image when hover on thumbnail without open lightbox popup when clicking?

None of the features you have mentioned are implemented, the feature implemented is described in the update message.

Supporting search results will be implemented as soon as possible but can't provide any ETA for now. As for the image on hover, and we have implemented lightbox support as per XenForo 2.x UI standards and we are not planning any other type of popup in this product. For any custom UI feel free to contact other developers and ask them to implement the feature for you.

Thank you!
 
The thumbnails are passed as m, but shown with 26px;
it would be nice to change this somehow as an option.

Please apply the change using a template modification or manual template change of the template altt_thumbnail

The line #5 is:
Code:
<xf:set var="$avatarSize" value="{{ $avatarSize ? $avatarSize : 's' }}"/>

And if you want to use medium avatar size by default it should be modified to be:
Code:
<xf:set var="$avatarSize" value="{{ $avatarSize ? $avatarSize : 'm' }}"/>

Thank you!
 
Thank you. This changes the "s" to "m"; but the size is defined by

Code:
.structItem-iconContainer .avatar {
    width: 36px;
    height: 36px;
    font-size: 22px;
}
 
I like this addon. I'm waiting until this is implemented: For now, the thumbnails are not shown in search results. This feature will be implemented in upcoming product releases.
 
Testing with 2.2 beta. Not working. Getting a template error. Had to disable all addons via config to access the ACP.
 
Hello, bought this addon. Seems working well. Just a couple of question:
  • Enable/disable per node number is very difficult in wide forum with a lot of nodes. Is there a way to add a drop down multiselection tab in order to simplify the selection?
  • Is there a way to transform thumbnail from rounded to squared 150x150 px?
Thanks in advance.
 
@AddonsLab it seems that there's no way to change the size of thumbnails in add-on's options? For example, how do I make the thumbnails 140x180px?

I found the answer. Need to change numbers in CSS.

 
Last edited:
AddonsLab updated Thread Thumbnail by AddonsLab with a new update entry:

XenForo 2.2.x compatibility and permissions fix

This release fixes a compatibility issue on XenForo 2.2.x where it wasn't possible to change the thread thumbnail manually.

It also includes a fix for a bug causing users without "Change Own Thread's Thumbnail" permission to see the Set Thumbnail checkbox while editing the first post. This fix applies to all XenForo versions.

The new version is available for all licensed customers at

Thank you!

Read the rest of this update entry...
 
So in this post i read that its implemented on the search result page. But in the main description its stating that its upcoming in a future release. Can you tell us what it is? Also, will we see this on the tags pages to?

Yes, search page is supported, the information on the main page was outdated.

We will review the possibility of adding to tags page as well and release an update soon.

Thank you!
 
Glad to be of help. Ill wait for a compatible 2.2 version with the tags page included.
Also, i have seen a question if its possible to make a square instead of a circle. (for me in v2.2) I don't see a answer anywhere. Is it possible and if yes, how? Thank you.
 
Sorry, i found out that i can change avatars from circle to square in the settings of xenforo itself. So when will the compatible 2.2 version be released (with the tags page added ;))? In the overview (Compatible XF 2.x versions) it is still not saying 2.2 compatible so i was wondering.
 
AddonsLab updated Thread Thumbnail by AddonsLab with a new update entry:

Thumbnails squeezed for users without permission to edit the thumbnail

This release fixes UI bug with thread thumbnails being squeezed. The issue would be visible only for users without permission to update the thumbnail of a given thread (e.g. guests).

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...
 
Does this work with latest XF?

Does it set the thumbnail as the logo.og image for the threads, so we could then share the link on social and it gets the nice preview image?
 
Does this work with latest XF?

Does it set the thumbnail as the logo.og image for the threads, so we could then share the link on social and it gets the nice preview image?

Yes, it does work with XenForo 2.2, we have updated the dependency list now.

It updates the OG image meta tag with the same thumbnail as shown in the thread list, so you get that image when sharing on social networks.

hi

what does the thumbnail look like if we don't purchase the extra "remove branding"

thanks
The thumbnail looks the same, you just have the branding on the bottom of your website, as can be seen on our demo board at https://xf2.addonslab.com/index.php?forums/main-forum.2/

1614430317251.webp

Thank you!
 
Back
Top Bottom