[Actually a Feature Request] Can't delete categories
-
not yet #1281
-
Ok, I have a workaround, please hide disabled categories from "move discussion" modal.
-
@Giorgio-Chiodi disabled categories should be greyed out under move topic. Try updating themes etc.
-
@a_5mith They are greyed out, but I'd like to get rid of them
-
@Giorgio-Chiodi ACP>Themes>Customise
.category-list li.disabled { display:none; }
Then tick the box that says use custom CSS.
visibility:collapse
would also work, but would leave you with unnecessary white space.
Copyright © 2024 NodeBB | Contributors