@pitaj said in Global Moderator group doesn't show next to all users in that group:
They need to go to the Edit Profile page and select the group badge they want displayed:
0_1506220633648_8c99da63-f215-4a06-a890-8167ca5dcde3-image.png
Thank you
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!