Also would it not be possible to turn off posts in a cat if it has children, so could be used soley as a sub menu?
This can be achieved by restricting the permissions for all users in that category to just "Find/Access" and "Read"
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.