# Built in way to remove default moderators group from About page?

**URL:** https://meta.discourse.org/t/built-in-way-to-remove-default-moderators-group-from-about-page/399286
**Category:** Support
**Tags:** about-page
**Created:** [March 26, 2026, 3:42am UTC](https://meta.discourse.org/t/built-in-way-to-remove-default-moderators-group-from-about-page/399286 "2026-03-26T03:42:39Z")
**Posts on this page:** 11
**Page:** 1

<div class="post-metadata">

### Author: ![one1](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/one1/32/493591_2.png) [@one1](https://meta.discourse.org/u/one1)
#### Post date: [March 26, 2026, 3:42am UTC](https://meta.discourse.org/t/built-in-way-to-remove-default-moderators-group-from-about-page/399286/1 "2026-03-26T03:42:39Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![nathank](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/nathank/32/290039_2.png) [@nathank](https://meta.discourse.org/u/nathank)
#### Post date: [March 26, 2026, 4:46am UTC](https://meta.discourse.org/t/built-in-way-to-remove-default-moderators-group-from-about-page/399286/2 "2026-03-26T04:46:44Z")

</div>

> [@one1](#):
>
> 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.

A simple way to achieve this is to make them TL4 - this grants them many ‘staff’ priviledges without them actually being in the moderator group.

---

<div class="post-metadata">

### Author: ![one1](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/one1/32/493591_2.png) [@one1](https://meta.discourse.org/u/one1)
#### Post date: [March 26, 2026, 5:02am UTC](https://meta.discourse.org/t/built-in-way-to-remove-default-moderators-group-from-about-page/399286/3 "2026-03-26T05:02:07Z")

</div>

> [@nathank](#):
>
> A simple way to achieve this

Totally not. They need access to staff discussions and (sometimes) review queue. So the TL4 extra privileges (which aren’t that many) won’t help.

I wish it did. We could really use a third staff type, but I imagine that would be a nightmare to code.

---

<div class="post-metadata">

### Author: ![nathank](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/nathank/32/290039_2.png) [@nathank](https://meta.discourse.org/u/nathank)
#### Post date: [March 26, 2026, 5:17am UTC](https://meta.discourse.org/t/built-in-way-to-remove-default-moderators-group-from-about-page/399286/4 "2026-03-26T05:17:27Z")

</div>

Fair enough.

So you do want to show the moderators group, but don’t want to show those individuals who are members of it. Got it.

Easy.

1. Add them to the moderators group
2. Also make a group of just the managers (probably only visible to admins)
3. Add this group to about\_page\_hidden\_groups (via [yoursiteurl.com/admin/site\_settings/category/all\_results?filter=about%20page%20hidden%20groups](http://yoursiteurl.com/admin/site_settings/category/all_results?filter=about%20page%20hidden%20groups))
4. Viola!

---

<div class="post-metadata">

### Author: ![NateDhaliwal](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/natedhaliwal/32/313494_2.png) [@NateDhaliwal](https://meta.discourse.org/u/NateDhaliwal)
#### Post date: [March 26, 2026, 5:20am UTC](https://meta.discourse.org/t/built-in-way-to-remove-default-moderators-group-from-about-page/399286/5 "2026-03-26T05:20:23Z")

</div>

> [@nathank](#):
>
> - Add them to the moderators group
> - Also make a group of just the managers (probably only visible to admins)
> - Add this group to about\_page\_hidden\_groups (via [yoursiteurl.com/admin/site\_settings/category/all\_results?filter=about%20page%20hidden%20groups](http://yoursiteurl.com/admin/site_settings/category/all_results?filter=about%20page%20hidden%20groups))
> - Viola!

I’m confused - wouldn’t that show the managers in the moderators group?

---

<div class="post-metadata">

### Author: ![nathank](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/nathank/32/290039_2.png) [@nathank](https://meta.discourse.org/u/nathank)
#### Post date: [March 26, 2026, 5:23am UTC](https://meta.discourse.org/t/built-in-way-to-remove-default-moderators-group-from-about-page/399286/6 "2026-03-26T05:23:46Z")

</div>

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!

---

<div class="post-metadata">

### Author: ![NateDhaliwal](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/natedhaliwal/32/313494_2.png) [@NateDhaliwal](https://meta.discourse.org/u/NateDhaliwal)
#### Post date: [March 26, 2026, 5:25am UTC](https://meta.discourse.org/t/built-in-way-to-remove-default-moderators-group-from-about-page/399286/7 "2026-03-26T05:25:00Z")

</div>

> [@nathank](#):
>
> The setting above suppresses the users in that group from appearing in the other groups on the /about page.

Ah. That’s it. I assumed it hid the managers group, but they can still be seen. My bad!

---

<div class="post-metadata">

### Author: ![one1](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/one1/32/493591_2.png) [@one1](https://meta.discourse.org/u/one1)
#### Post date: [March 26, 2026, 6:08am UTC](https://meta.discourse.org/t/built-in-way-to-remove-default-moderators-group-from-about-page/399286/8 "2026-03-26T06:08:10Z")

</div>

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.

Thanks for asking questions!

---

<div class="post-metadata">

### Author: ![one1](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/one1/32/493591_2.png) [@one1](https://meta.discourse.org/u/one1)
#### Post date: [March 26, 2026, 6:09am UTC](https://meta.discourse.org/t/built-in-way-to-remove-default-moderators-group-from-about-page/399286/9 "2026-03-26T06:09:09Z")

</div>

> [@NateDhaliwal](#):
>
> I assumed it hid the managers group, but they can still be seen. My bad!

No, the setting is poorly named. It says hide from about page, but it should actually be called “hide from moderators list on the about page.”

---

<div class="post-metadata">

### Author: ![nathank](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/nathank/32/290039_2.png) [@nathank](https://meta.discourse.org/u/nathank)
#### Post date: [March 26, 2026, 11:03am UTC](https://meta.discourse.org/t/built-in-way-to-remove-default-moderators-group-from-about-page/399286/10 "2026-03-26T11:03:15Z")

</div>

> [@one1](#):
>
> That means that there is no (forum software) group for these trainees. Therefore they can’t be excluded as a group.

You could use the well written and quite stable [Discourse Dynamic Groups](https://meta.discourse.org/t/discourse-dynamic-groups/365342) Plugin to dynamically populate a group of ‘not-active’ moderators - and hide this group using the setting above. That would achieve what you are after I think.

---

<div class="post-metadata">

### Author: ![one1](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/one1/32/493591_2.png) [@one1](https://meta.discourse.org/u/one1)
#### Post date: [March 26, 2026, 12:59pm UTC](https://meta.discourse.org/t/built-in-way-to-remove-default-moderators-group-from-about-page/399286/11 "2026-03-26T12:59:50Z")

</div>

Ooh. It’s true that we are rarely the first person in the world to have a problem.

It looks like it isn’t even a year old, though. But sounds like you have reason to trust it. I’ll take a look. Thanks!
