Good day,
In v.0.7.1 & v.0.7.2 correctly count posts in old structure of sub category.
But if create new category & create post in sub category - counter didn't "see" posts in subcategory & didn't preview posts in main page.
Bug report in git - https://github.com/NodeBB/NodeBB/issues/3368
[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. -
@a_5mith ah yes, display: none works better! thank you!