Vorgestellte Fliesen

:discourse2: Zusammenfassung Featured Tiles fügt eine Reihe hervorgehobener Kacheln über den Themenlisten hinzu.
:eyeglasses: Vorschau Vorschau im Discourse Theme Creator
:hammer_and_wrench: Repository-Link https://github.com/discourse/discourse-featured-tiles
:open_book: Neu bei Discourse Themes? Anfängerleitfaden zur Verwendung von Discourse Themes

Dieses Theme-Komponente installieren

Funktionen

Featured Tiles fügt eine Reihe hervorgehobener Kacheln über den Themenlisten hinzu.

Beim Hover werden der Titel des Themas und der Autor angezeigt:

Es stehen viele Optionen zur Auswahl der Themenquelle zur Verfügung. Bilder können nach Tag, nach Kategorie oder unter Verwendung eines Zeitraums für „Top-Themen" abgerufen werden. Bilder können auf die aktuell angezeigte Kategorie beschränkt sein oder aus der gesamten Site stammen.

In den Benutzeroberflächeneinstellungen wird eine Option hinzugefügt, mit der Benutzer das Banner auf dem aktuellen Gerät ausblenden können.

Einstellungen

Name Beschreibung
featured category Die Kategorie, die hervorgehobene Themen enthält. Auf 0 setzen für alle Kategorien. „Auf Kategorie beschränken" überschreibt diese Einstellung.
featured tags Das Tag, das die hervorgehobenen Themen enthält. Dies muss öffentlich sichtbar sein.
topic source Welcher Algorithmus zur Auswahl der Themen verwendet werden soll
top period Der Zeitraum, der verwendet wird, wenn „topic_source" auf „top" gesetzt ist
randomize topics Auswahl und Reihenfolge der Themen randomisieren
display when unfiltered Auf der ungefilterten neuesten Seite anzeigen
display on categories Auf Kategorie-Seiten anzeigen
display categories Die Kacheln anzeigen, wenn diese Kategorien angezeigt werden. Leer für alle Kategorien
maximum topic count Die maximale Anzahl an anzuzeigenden Themen
scope to category Themen auf die aktuelle Kategorie filtern
display mobile Auf mobilen Geräten anzeigen
Übersetzung Standard
preference_header Banner für hervorgehobene Themen
preference_description Banner für hervorgehobene Themen auf diesem Gerät anzeigen

:discourse2: Von uns gehostet? Theme-Komponenten können in unseren Standard-, Business- und Enterprise-Plänen verwendet werden.

38 „Gefällt mir“

Wow.

This is amazing! It will attract even more clicks on my forum.

@david although not selected, its showing up on categories page. Also, if a topic has no images, can we set up a default image?

Edit: a member told me its only works on MacOS, cause he can’t see anything.

unknown

nice and functional theme :v:.

how is it different from Homepage Feature Component? is it just about the style or there are some more in-depth differences?

1 „Gefällt mir“

It is mostly the style. Plus the Homepage Feature Component is only designed to use on the homepage. This one works in a few more places.

3 „Gefällt mir“

Can you ask the member to check their browser error console? And also let us know which browser they are using?

unknown

Firefox

unknown (1)

Chrome

That error looks like it’s coming from another theme component. Can you try disabling them one-by-one?

4 „Gefällt mir“

Hi,

With this configuration, the tiles should appear in all category pages right? My featured tag is “destacado”, however tiles do not show in the category page.

2 „Gefällt mir“

is it the same as the theme Topic List Previews

No it’s not the same. The “Featured Tiles Theme Component” in this topic is officially maintained by the Discourse team, and it only provides what you see in the screenshot. “Topic List Previews” is a third-party plugin and/or theme with a different design and featureset.

2 „Gefällt mir“

I love this.

Is there a way to have it only pull from topics with photos/images? Otherwise it seems pretty discordant when there is a row of empty grey boxes and an occasional photo.

Thanks,
Ray

2 „Gefällt mir“

@david how i can increase the quality of the pictures, and probably the size to 180x80, thanks

It should be using 200x200 images on regular screens, automatically scaling up to 400x400 on hidpi screens.

Are you seeing something different?

Can i send you PM, because my forum is age restricted.

1 „Gefällt mir“

Thanks for the link. Looking at the site, the problem is that the images are portrait. So we are constraining a 3072x4608 image into a 200x200 square, which makes it 133x200. Then we’re ‘filling’ a 222x150 box with it. So we’re displaying an image 133 pixels wide into something 222 pixels wide.

One solution here is to stop ‘filling’ the banner with the image, and ‘fit’ it instead. That’s the approach we take in the topic list thumbnails:

Screenshot 2020-08-24 at 15.02.58

Adding a new setting to the theme component for this would be pr-welcome if someone would like to work on it.

7 „Gefällt mir“

This looks great, I like that the tiles don’t overwhelm the UI. I had a couple questions about configuring it.

I haven’t been able to get the featured tiles to appear on my category pages - only the homepage. My configuration is below (with my category names blacked out since we don’t want to share those right now). Anything I’m missing here?

Current config

My second question - is there a way to set default images to use for the tiles, as opposed to ones pulled from the topics? We’re often going to have topics to feature that don’t have images, but still want it to look nice. If there’s not a built-in way currently, would that mean modifying the CSS or JS?

2 „Gefällt mir“

Hi David!

Amazing theme component. Like others have asked. Is there a way to add default images for topics without pics?

Ie Featured1.img Featured2.img if no image is detected?

Also have an issue with Component recognizing a tag that is visible to all but says cannot find tag when I try add it.

1 „Gefällt mir“

Is there a specific image type (.jpg, .png, .tiff) that this works with? Images not showing up from 2 of 3 topics which I tagged, though the topic itself shows up.


OS - Mac 10.15.7 (Both Chrome, Safari and iOS version appear the same)

1 „Gefällt mir“

the theme shows blank gray banner when activated on the site:

though the tag option is clicked and there are some topics on the feature-tag.

Agree. Still wondering if there is a work around to searching the entire topic for an image to use if one is there? Or will it ONLY take from the first post?