Hi all, I’ve created a simple theme component. I hope this could be of use for some!
Overview
This is a theme component that allows you to hide specific categories from either the hamburger menu or category boxes.
Why would you need this component?
If your discourse website has a lot of categories and you would like to hide some from appearing in either the menu bar or on the main page, this component can be helpful.
Correct me if I’m wrong, but from what I understand is that when I mute a category it basically means no notifications? When I tried muting a category it still appears in the hamburger menu and category boxes.
This theme component is more of a stylistic change. It hides desired categories visually, but still keeps notifications and all other functionality for the category intact.
this component looks exactly like something we need in the future. Our use case is very specific in which we want to hide sub-categories from one specific parent category.
In combination with the code snippet from here this might achieve exactly what we are looking for:
Sounds very convenient! Thanks! I’ve added that now to this theme component, so you can now toggle the ability to hide subcategories in the hamburger menu and/or category-list context.
Acabo de publicar una solución, por favor intente instalar/actualizar el componente de nuevo.
Acabo de añadir esta función. Ahora puedes añadir el nombre de la categoría a la configuración del tema category_breadcrumb para ocultar ciertas categorías del menú desplegable de la ruta de categorías.
Puedes configurar las categorías en el menú de navegación con la configuración de administrador: default_navigation_menu_categories. Esta configuración te permite seleccionar qué categorías se mostrarán en la sección Categorías del Menú de Navegación por defecto. Los usuarios pueden anular esto y personalizar su propia sección de menú de categorías haciendo clic en el icono del lápiz junto al encabezado Categorías, al igual que tú puedes, y esto generalmente debe ser alentado.