D.C Style - Thumbnail

D.C Style - Thumbnail 1.0.5 Patch Level 6

No permission to download
When you edit an embed image and you use a new link to replace the old one, a new thumbnail is not produced automatically (and the old one is gone). I have to use the "Rebuild thread thumbnails" option everytime.
 
After some experiments on my forum, that works. (y)

Still the issue that I was talking about in the message #139 of this thread if I remove the code from my extra_less. but I can live with that for now. :)
 
When you move a thread from a forum to another one, the thumbnail is not rebuilt automatically. You have to rebuild the thumbnails cache in ACP everytime,
 
When you move a thread from a forum to another one, the thumbnail is not rebuilt automatically. You have to rebuild the thumbnails cache in ACP everytime,
Hi,
Can you explain why needed to rebuild thread thumbnail cache when you move it to another forum?
I mean the thread content stays the same, right?

Regards,
 
Hi,
Can you explain why needed to rebuild thread thumbnail cache when you move it to another forum?
I mean the thread content stays the same, right?

Regards,

Yes, nothing change but the location of the thread. But when the thread is in the new location (with an external image, not in attachment), the thumbnail is gone and I need to rebuild the cache to get it back.

To show you an example :

Thread in its original location :


When moved to a different location:


Back to the first location:
 
Last edited:
Yes, nothing change but the location of the thread. But when the thread is in the new location (with an external image, not in attachment), the thumbnail is gone and I need to rebuild the cache to get it back.

Forget it, I have found the solution to my issue. :)

You confirm that the last version of the add-on (same for Attachment view) is already Xenforo 2.3 compatible, right?
 
The thumbnails don't look right. With the previous version I fixed it with css code, but not working with the last update:

CSS:
.structItem-cell.structItem-cell--thumbnail .avatar img {object-fit: inherit!important;}

@D.C Style Could you take a look at improving the quality of the thumbnails? Thanks

1723355746789.webp
 
Last edited:
Hello,

The addon keeps working great with xenforo 2.3.2. (y)

If a new update should be released, please don’t forget this little issue. :)

That was the case with my new template, for the height of the thumbnails.



The guy explained to me that was because you assigned a fix height for the rows and he suggested to use this code in the extra_less to solve the issue, in my case.

Code:
.structItem-cell--icon[style*='height']{
    height: auto !important;
}

Before, it looked like this :


Thanks, that's really helpful. I'll update this into the upcoming version! :D

Regards,
 
Could not process DC-Thumbnail-1.0.5-Patch-Level-3-ed872o (1).zip: The following requirements for D.C Style - Thumbnail were not met: D.C Style - Thumbnail requires D.C Style - Attachment View 1.0.0+.
 
Yes, nothing change but the location of the thread. But when the thread is in the new location (with an external image, not in attachment), the thumbnail is gone and I need to rebuild the cache to get it back.

To show you an example :

Thread in its original location :


When moved to a different location:


Back to the first location:

The thumbnails don't look right. With the previous version I fixed it with css code, but not working with the last update:

CSS:
.structItem-cell.structItem-cell--thumbnail .avatar img {object-fit: inherit!important;}

@D.C Style Could you take a look at improving the quality of the thumbnails? Thanks

View attachment 308608

Hello guys, sorry for the late response. I'm working on the new update to fix the problems that you've mentioned here. New update will be released soon.
Regards,
 
@D.C Style,

Do you think that would be possible to produce real thumbnails, stored in a local folder, with the external images, or that would be too much complicated?


The idea would be to optimize the loading time for the nodes list (thumbnails in latest posts in sidebar) or the threads list. Most of the time PageSpeed insights points the thumbnails as a "resized version of the original image" and the photos on my forum are quite big and heavy.

Example for a forum list :

Capture d’écran 2024-08-13 083050.webp
 
Last edited:
Back
Top Bottom