Under normal circumstances, muted categories are shown in the category list to improve discoverability, particularly on sites with many categories muted by default. This theme component will provide the opposite behaviour and hide all muted categories from the category list.
Hosted by us? Theme components are available to use on our Standard, Business, and Enterprise plans.
Hi @david, do you know of any solutions that would allow hiding specific sub-categories from appearing on the /categories page, but still allowing topics to show up in latest?
I have several categories with a larger amount of sub-categories, and I’d like to hide those since they take up a lot of visual space.
I did find this: .category-list .subcategories { which I can hide, but it applies to all categories on the home page. Is there a way to declare only specific categories and hide only those sub-categories within them?
This works to remove the subcategory name, but not other elements related to it. I found that for new topics, the ___ new indicator still appears like in the screenshot below.
Ah sorry, jumped the gun on this. It looks like the URL string /l/new is appended to each category URL, so those can be isolated and hidden by targeting hrefs as well.
I have seen this exact usage previously, it is always super tricky to fit in geographic buckets of topics to our topic structure, every solution is a bit of a compromise, short of a geo aware plugin
All topics in America
All topics in USA
All topics in California
All topics in Sonoma county
All topics in Santa Rosa
I’m looking for a solution with tags, because in the end I have to manage 8000 cities, and in any case there will also be 8000 natural tags. Do you think 20k tags are supported?
There isn’t an api endpoint to bulk clear out categories. You will have to delete all the topics first and then you should be able to delete the category. If you have console access there are some rake commands that can help with this.
I seem to have the opposite problem, even though I’m on 2.7.0.beta3. Muted categories aren’t appearing on the Categories page, but I would prefer to have this new default behavior.
Mit tatsächlichen Discourse-Versionen erscheinen stummgeschaltete Kategorien nicht mehr auf der Kategorienseite (sie sind in einer einklappbaren versteckten Gruppe am unteren Rand der Kategorienseite gruppiert).
Ich suche auch nach einer Möglichkeit, stummgeschaltete Kategorien an ihrem ursprünglichen Platz auf der Kategorienseite anzuzeigen (das Gegenteil von dem, was dieses Plugin erreicht hat).
Konnten Sie Jungs eine Lösung finden?
Vielen Dank!
Bei der aktuellen Implementierung von Discourse werden stummgeschaltete Kategorien unter einer separaten Überschrift/Gruppierung namens Stummgeschaltete Kategorien angezeigt.
Nach meinem Verständnis wird dieses Thema alle stummgeschalteten Kategorien vollständig aus der Kategorieliste ausblenden.
Gibt es eine Möglichkeit, die stummgeschalteten Kategorien wie jede andere reguläre Kategorie (ohne Gruppierung oder Ausblendung) in der Kategorieliste anzuzeigen?
Hallo, ich benutze Discourse Version 3.2.0.beta4-dev und diese Komponente versteckt die Kategorie nicht von der Kategorienseite? Was kann ich tun, um die Kategorie zu verstecken?
Ich habe den GitHub-Code überprüft, um zu sehen, dass es sich nur um CSS handelt, und ihn auf die benutzerdefinierten Kategorie-Boxen der Theme-Komponente „Minimal Category Boxes“ angewendet, und das Problem wurde behoben.