Thread Thumbnail by AddonsLab

Thread Thumbnail by AddonsLab [Paid] 3.0.0 Beta 1

No permission to buy ($29.99)
The forum is still in my lcoalhost. The above is in the thread list, not in whats new page. I just installed it and nothing changed. I'd rather it appears as rectangular thumbnails..

I meant AndyB's Article Forums could make it rectangular by default but it only applies on thread list, not What's new, new post, etc. otherwise I could have just use that add-on.

So my question: How can I make all thumbnails appear as rectangular 100x60px with your add-on?

Please try with the following CSS:


CSS:
div[data-type=thread] .structItem-cell.structItem-cell--icon {
    width: 68px;
}

body div.threadThumbnailWrapper div img {
    width: 58px !important;
    height: 58px !important;
    object-fit:cover;
}
div[data-type=thread] .structItem-iconContainer .threadThumbnailWrapper .avatar {
    border-radius: 0px;
    width: 60px !important;
    height: 60px !important;
}

This is how it looks for us with the CSS applied:

1727342406256.webp
 
Please try with the following CSS:


CSS:
div[data-type=thread] .structItem-cell.structItem-cell--icon {
    width: 68px;
}

body div.threadThumbnailWrapper div img {
    width: 58px !important;
    height: 58px !important;
    object-fit:cover;
}
div[data-type=thread] .structItem-iconContainer .threadThumbnailWrapper .avatar {
    border-radius: 0px;
    width: 60px !important;
    height: 60px !important;
}

This is how it looks for us with the CSS applied:

View attachment 311622

It works! Guess this should be included in settings as options.
 
Is this addon still working?

We have it installed and the avatars are still appearing instead of the thumbnails.
 
@AddonsLab hi

I'd like to know:

1) it says "$20.00 USD Annually + $9.99 USD Setup Fee"
Do I have to keep paying $20 every subsequent year to use the plugin?
2) Do animated gifs are still animated on the thumbnail? are they also resized? (i guess requires Imagemagick, the demo doesn't have it installed)
3) people use .mp4 as gif sometimes. These short videos are not recognized, it would be cool if they played on loop on the thumbnail. OR if at the very least a still of the video showed up. So far nothing shows up.
 
Last edited:
Back
Top Bottom