thoka
(Thomas Kalka)
18. Juli 2023 um 07:59
1
Für einige Kategorien und Tags (wie Announcements und new-feature ) hätte ich gerne eine Ansicht, die nach dem Datum des ersten Beitrags sortiert ist.
Ist dieses Verhalten bereits verfügbar?
Es scheint, dass hier ein Weg beschrieben wird:
yoursiteurl/latest?order=created
Außerdem gibt es die Kategorie „Neueste“, die die neuesten Beiträge zuerst anzeigt, aber das wissen Sie wahrscheinlich schon.
2 „Gefällt mir“
thoka
(Thomas Kalka)
18. Juli 2023 um 08:09
3
Schön. Ist dies auch über die Benutzeroberfläche verfügbar?
Soweit ich weiß nicht, aber vielleicht können die Chefs das so einrichten, dass es funktioniert.
Es sieht so aus, als hätten ein paar Leute danach gefragt, wahrscheinlich haben die Teammitglieder die Antworten.
Try:
https://meta.discourse.org/?tags=docker&order=created_at
Note, closing this … cause I feel like the OP is solved
1 „Gefällt mir“
Canapin
(Coin-coin le Canapin)
18. Juli 2023 um 08:20
5
Soweit ich weiß nicht, es würde eine Theme-Komponente erfordern, um dies irgendwo hinzuzufügen.
Hier ist die Liste der verfügbaren Query-Strings:
This guide explains how to use query strings to get custom filtered topic views on any Discourse site. Query strings can be used by all users to view specific lists of topics, create custom links to unique topic lists, and search for topics meeting specific criteria.
Required user level: All users
Query strings are text that you can append to the end of most Discourse URLs to get a custom, filtered view of topics. They can be useful for viewing specific lists…
Für erweiterte Filterung gibt es eine experimentelle /filter-Route:
We have recently introduced an innovative /filter route, enabling more sophisticated filtering of the topics list. Significantly, this marks the initial step towards a unified topic filtering language for both search and filtering. Additionally, the dedicated route for topic list filtering enhances the customizability of the sidebar, as users can now incorporate links as custom section links within the sidebar.
How to turn it on
Enable the experimental_topics_filter site settings in the admin i…
3 „Gefällt mir“
Für Kategorien können Sie dies auf der Registerkarte „Einstellungen“ des Kategorie-Schraubenschlüssels festlegen:
Für Tags sind Sie jedoch meines Erachtens auf den URL-Filter beschränkt.
3 „Gefällt mir“
thoka
(Thomas Kalka)
18. Juli 2023 um 08:51
7
Ah, aufgrund der Veröffentlichung im Fediverse kann der erste Beitrag nicht mehr geändert werden.
Hier ist meine beabsichtigte Bearbeitung:
Für einige Kategorien und Tags (wie Announcements und new-feature ) hätte ich gerne eine Ansicht, die nach dem Datum des ersten Beitrags sortiert ist.
Diese Lösungen sind bereits verfügbar:
This guide explains how to use query strings to get custom filtered topic views on any Discourse site. Query strings can be used by all users to view specific lists of topics, create custom links to unique topic lists, and search for topics meeting specific criteria.
Required user level: All users
Query strings are text that you can append to the end of most Discourse URLs to get a custom, filtered view of topics. They can be useful for viewing specific lists…
We have recently introduced an innovative /filter route, enabling more sophisticated filtering of the topics list. Significantly, this marks the initial step towards a unified topic filtering language for both search and filtering. Additionally, the dedicated route for topic list filtering enhances the customizability of the sidebar, as users can now incorporate links as custom section links within the sidebar.
How to turn it on
Enable the experimental_topics_filter site settings in the admin i…
Eine Voreinstellung für die Sortierung kann über die Kategoriekonfiguration angepasst werden:
Wie kann dies als “Filteroptionen” über die Benutzeroberfläche verfügbar gemacht werden?
Canapin
(Coin-coin le Canapin)
18. Juli 2023 um 09:28
8
Wenn Ihre Frage lautet: „Wie kann ich dies in einer Theme-Komponente verfügbar machen?“, denke ich, dass sie in Dev gestellt werden sollte.
1 „Gefällt mir“