Topic List Previews (TLP)

Use Tiles (masonry) view? There’s a wide format option.

When you fix a thumbnail aspect ratio, of course you get distortion or clipping.

3 Likes

A quick note after updated to the latest Discourse 3.5.0.beta1-dev (0cb27f433a) and now getting this notice. Topic previews are working but updating is not getting rid of this message.

**[Admin Notice]** One of your themes or plugins needs updating for compatibility with upcoming Discourse core changes. (id:[*discourse.hbr-topic-list-overrides*](https://meta.discourse.org/t/343404)) Identified theme: ['Topic List Previews'](https://thepropertypin.com/admin/customize/themes/27?safe_mode=no_themes).

4 Likes

An almost complete rewrite is incoming very soon.

9 Likes

not loading new version when will it be updated

Have you enabled glimmer topic lists too soon?

This week!

2 Likes

How can I make the edges of the pictures oval like in the example picture?

1 Like

Use your browser’s CSS inspector and add a border radius. Once happy, add your additional CSS to another Theme Component.

1 Like

I have very little knowledge on these issues, can you please share the code that works?

1 Like

You are very welcome to hire me. Contact me in private if you would like to do so, or consider Marketplace :+1:

2 Likes

I did some research and I finally did it :laughing:

img.thumbnail {
border-radius: 5px;
}

4 Likes

Whoohoo, go you :slight_smile:

2 Likes

Today I’m releasing an update to bring compatibility with the fantastic new Glimmer Topic List system

This was essentially a rewrite and took days.

You must be on latest and enable Glimmer Topic Lists.

If you don’t do this you may get an alert pop-up nag :smiley:

If you think Topic List Previews is awesome & I did a great job, you can buy me a coffee :coffee:

NB: Unfortunately, due to the extensive rewrite, if you’ve been using some CSS tweaks, you may have to redo some of them.

Credits

thanks to @david for extending the awesome new Topic List API to accommodate my requirements.

9 Likes

Thanks, is it a new component I have to install because I do not see the usual “update available” on my actual component ?

Should I update my Discourse before?

Thanks

2 Likes

It’s moved to my GitHub account, URL in the OP. That shouldn’t matter (the URL should redirect) but maybe it’s an edge case?

In which case, apologies, just install it fresh.

So long as you know that the TCs and plugins you rely upon are updated and also compatible, yes you should update to latest.

I would:

Make sure you perform a ./launcher cleanup app once if you’ve not yet performed the postgres update.

2 Likes

Hey,

It looks like it stopped working on mobile since the last update. For thumbnail category at least

1 Like

Working fine for me on iOS and Android?

What setting specifically?

Perhaps you could elaborate?

Oh I do see an issue on Categories on mobile without Tiles. It’s rendering the author when it should not. I’ll release a fix.

2 Likes

I can repro with the Topic list thumbnails categories setting.

It was working yesterday, but not today, after the update. There’s no problem for desktop, only mobile

2 Likes

I cannot reproduce (yet) the issue you state, but there was a problem on mobile where the user avatar was being rendered as well as the default Thumbnail on mobile. That is now fixed.

I’m still seeing thumbnails on non-tiles on Categories on mobile when the Category is included in the list topic_list_thumbnails_categories and topic_list_set_category_defaults is off.

2 Likes

Hey,

I just made some tests

It’s because this TC is no more compatible with the Show both OP and last reply on mobile

It’s works fine without this

2 Likes