Other than CSS, and other than a theme component, is there a built in way to remove the default moderator group from the about page?
I just figure out that if you add @moderators to the list of groups to hide from the moderators section of the about page, the whole section disappears.
It this the best way to accomplish this?
I’m doing this because we have to grant staff access to some managers and we don’t want them listed in the moderators section.
You might be thinking about the about_page_extra_groups setting which would indeed do that.
The setting above suppresses the users in that group from appearing in the other groups on the /about page. They will of course appear on the moderators group page, just not the /about page.
I remember this, as @pfaffman was quite excited about its implementation as he used to appear as an admin on tonnes of Discourse sites!
The managers is just one example of our problem; sorry I didn’t spell it out.
We also have two users who are basically founders and are still involved in staff things so they need access. I have created a founders group for them and have added that group to the “hide” listing.
The more difficult issue is that new moderators have a kind of training period where they are moderators as far as the software is concerned, but they are not active mods. So the way we have it set up is that there is another group called “Active Mods” which grants the active moderators the flair on their user profile. That means that there is no (forum software) group for these trainees. Therefore they can’t be excluded as a group.
So the most straightforward way to only list the active moderators on the about page would be to simply display the actual active moderators group. Because at this point there are more “moderators” who aren’t actual moderators. But to do this I need a way to remove the default moderator group from the page.
I can accomplish this using the hide group feature. I just wanted to make sure that this wasn’t going to bork something else. Basically I want to know the least hacky way to accomplish what I need, hence asking if there was a built in way to do this.