# Group titles & listing

**URL:** https://meta.discourse.org/t/group-titles-listing/26486
**Category:** Feature
**Created:** [March 18, 2015, 9:36pm UTC](https://meta.discourse.org/t/group-titles-listing/26486 "2015-03-18T21:36:46Z")
**Posts on this page:** 16
**Page:** 1

<div class="post-metadata">

### Author: ![NomNuggetNom](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/nomnuggetnom/32/122685_2.png) [@NomNuggetNom](https://meta.discourse.org/u/NomNuggetNom)
#### Post date: [March 18, 2015, 9:36pm UTC](https://meta.discourse.org/t/group-titles-listing/26486/1 "2015-03-18T21:36:46Z")

</div>

Currently we are half way in between groups and badges on our forum, as both seem to be missing something the other isn’t.

One of the things groups are missing is the ability to use the group name as a title. Clicking this title would lead to the group member page.

The second is a place where you can view all the groups, just like the badges screen.

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [March 19, 2015, 11:53pm UTC](https://meta.discourse.org/t/group-titles-listing/26486/2 "2015-03-19T23:53:34Z")

</div>

Did you set the group as primary, under user, admin?

---

<div class="post-metadata">

### Author: ![NomNuggetNom](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/nomnuggetnom/32/122685_2.png) [@NomNuggetNom](https://meta.discourse.org/u/NomNuggetNom)
#### Post date: [March 19, 2015, 11:54pm UTC](https://meta.discourse.org/t/group-titles-listing/26486/3 "2015-03-19T23:54:56Z")

</div>

Yup. Is that supposed to add a title?

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [March 20, 2015, 12:08am UTC](https://meta.discourse.org/t/group-titles-listing/26486/4 "2015-03-20T00:08:11Z")

</div>

It was always _intended_ to, but I am not sure if it survived refactoring.. I believe @sam was the last person to work on this area, but that was a while ago.

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [March 20, 2015, 12:09am UTC](https://meta.discourse.org/t/group-titles-listing/26486/5 "2015-03-20T00:09:52Z")

</div>

not sure, only way to get a selectable title is with a badge.

you an always set a title to “whatever” via the user admin page, so you can already do that.

---

<div class="post-metadata">

### Author: ![NomNuggetNom](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/nomnuggetnom/32/122685_2.png) [@NomNuggetNom](https://meta.discourse.org/u/NomNuggetNom)
#### Post date: [March 20, 2015, 12:10am UTC](https://meta.discourse.org/t/group-titles-listing/26486/6 "2015-03-20T00:10:38Z")

</div>

Definitely no title being added automatically.

@sam Will that link to the user’s group? It seems to on here:

```plaintext
<a href="/groups/discourse" class="user-group">co-founder</a>

```

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [March 20, 2015, 12:12am UTC](https://meta.discourse.org/t/group-titles-listing/26486/7 "2015-03-20T00:12:24Z")

</div>

if you set a title, _any title_, it will always link to primary group.

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [April 10, 2015, 2:22am UTC](https://meta.discourse.org/t/group-titles-listing/26486/8 "2015-04-10T02:22:56Z")

</div>

I just hit this again and decided to clean it up a bit:

[https://github.com/discourse/discourse/commit/75890aed2631ed1858d8d6c756b81d7edb735542](https://github.com/discourse/discourse/commit/75890aed2631ed1858d8d6c756b81d7edb735542)

Additionally I fixed some long standing bugs that made that UI painful

[https://github.com/discourse/discourse/commit/e143eb595fccf39ddcac3c622eb09249d93aa719](https://github.com/discourse/discourse/commit/e143eb595fccf39ddcac3c622eb09249d93aa719)

and incredibly annoying

[https://github.com/discourse/discourse/commit/eed8ddbb5cd7c9205971b84c2e936605406e95f5](https://github.com/discourse/discourse/commit/eed8ddbb5cd7c9205971b84c2e936605406e95f5)

You can now select that a group is a **primary group** , when this is selected we will set the group as a primary group for all the users in the group.

You can also assign a **default title** to a group, which means that all members of the group get that title unless it is overridden.

---

<div class="post-metadata">

### Author: ![erlend\_sh](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/erlend_sh/32/119475_2.png) [@erlend\_sh](https://meta.discourse.org/u/erlend_sh)
#### Post date: [April 10, 2015, 6:12am UTC](https://meta.discourse.org/t/group-titles-listing/26486/9 "2015-04-10T06:12:29Z")

</div>

> [@sam](#):
>
> You can also assign a default title to a group, which means that all members of the group get that title unless it is overridden.

You mean the title will be automatically selected for them and shown on their profile? If they already have a title does it stay the same then?

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [April 10, 2015, 6:17am UTC](https://meta.discourse.org/t/group-titles-listing/26486/10 "2015-04-10T06:17:05Z")

</div>

yeah … that 🙂

---

<div class="post-metadata">

### Author: ![erlend\_sh](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/erlend_sh/32/119475_2.png) [@erlend\_sh](https://meta.discourse.org/u/erlend_sh)
#### Post date: [April 10, 2015, 6:18am UTC](https://meta.discourse.org/t/group-titles-listing/26486/11 "2015-04-10T06:18:00Z")

</div>

Cheers. Just making sure 😄

---

<div class="post-metadata">

### Author: ![Mittineague](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mittineague/32/114259_2.png) [@Mittineague](https://meta.discourse.org/u/Mittineague)
#### Post date: [April 10, 2015, 6:25am UTC](https://meta.discourse.org/t/group-titles-listing/26486/12 "2015-04-10T06:25:37Z")

</div>

Yes, some members hold their titles dear.

When SitePoint migrated from vB many members had existing custom titles.  
One such member asked about titles at Discourse.

When explained that he had a badge that he could use, but that if he tried it his existing custom title might not remain as an option should he want to revert to it (though if he petitioned Staff I’m sure one of them would have changed it for him) he in no way wanted to risk it.

---

<div class="post-metadata">

### Author: ![erlend\_sh](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/erlend_sh/32/119475_2.png) [@erlend\_sh](https://meta.discourse.org/u/erlend_sh)
#### Post date: [May 12, 2015, 12:06pm UTC](https://meta.discourse.org/t/group-titles-listing/26486/13 "2015-05-12T12:06:45Z")

</div>

Most of my users did not get their title automatically applied. I’m 99% sure it’s due to user-error because I granted them this new **group-based** title while most of them still had the old **badge-based** title, therefore the override did not kick in.

To solve this, I simply

1. unchecked “Automatically set as primary group” and removed “Contributor” as default title for good measure
2. Saved.
3. Reverted my changes in #1
4. Saved again.

Titles are now appear to be appropriately assigned to all group members.

---

<div class="post-metadata">

### Author: ![Heather\_Dudley](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/heather_dudley/32/151925_2.png) [@Heather\_Dudley](https://meta.discourse.org/u/Heather_Dudley)
#### Post date: [September 6, 2019, 6:46pm UTC](https://meta.discourse.org/t/group-titles-listing/26486/14 "2019-09-06T18:46:23Z")

</div>

Does removing a user from the group remove the title as an option for them?

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [September 9, 2019, 5:40am UTC](https://meta.discourse.org/t/group-titles-listing/26486/15 "2019-09-09T05:40:23Z")

</div>

I am not 100% sure, but I think maybe it does, I recall we did some work here. Can you test it locally?

---

<div class="post-metadata">

### Author: ![chapoi](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/chapoi/32/537252_2.png) [@chapoi](https://meta.discourse.org/u/chapoi)
#### Post date: [December 4, 2025, 11:35am UTC](https://meta.discourse.org/t/group-titles-listing/26486/16 "2025-12-04T11:35:47Z")

</div>


