# Is it possible to have users' job titles next to their names on posts?

**URL:** https://meta.discourse.org/t/is-it-possible-to-have-users-job-titles-next-to-their-names-on-posts/187235
**Category:** Support
**Created:** [April 17, 2021, 10:16pm UTC](https://meta.discourse.org/t/is-it-possible-to-have-users-job-titles-next-to-their-names-on-posts/187235 "2021-04-17T22:16:13Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![rodypl](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/rodypl/32/215426_2.png) [@rodypl](https://meta.discourse.org/u/rodypl)
#### Post date: [April 17, 2021, 10:16pm UTC](https://meta.discourse.org/t/is-it-possible-to-have-users-job-titles-next-to-their-names-on-posts/187235/1 "2021-04-17T22:16:14Z")

</div>

My forum will be a visual effects forum, and in our field there are so many different disciplines, career stages, etc. I think it would be cool if I could allow my users to write what they are and have it show up next to their names when they post. Options could be things like “Enthusiast” or “VFX Supervisor”.

How would I go about setting something like that up? I’ve seen something similar done on Reddit, where certain subreddits will allow you to choose a flair that shows up next to your name when you post. I find that helpful because it provides more context to who is talking.

---

<div class="post-metadata">

### Author: ![ondrej](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/ondrej/32/198804_2.png) [@ondrej](https://meta.discourse.org/u/ondrej)
#### Post date: [April 17, 2021, 10:30pm UTC](https://meta.discourse.org/t/is-it-possible-to-have-users-job-titles-next-to-their-names-on-posts/187235/2 "2021-04-17T22:30:19Z")

</div>

Hello there @rodypl!

I think that you will find using groups useful specifically the default title feature

> [@Can I set a custom title on users that join a group?](https://meta.discourse.org/t/can-i-set-a-custom-title-on-users-that-join-a-group/180927/2):
>
> We have a default title option in the group settings: The key here is that the group must also have the automatically set as primary group option enabled. And if the user has already manually selected a title in their user preferences, it won’t be overridden by a new group membership (I believe we always prioritize explicit user preference choices with automatic behaviors like this?). When they’re removed from the group, they’ll lose the title.

This way you can add users to groups and it will automatically apply a title to them. You Can also change a users title manually by going to the users admin page. You can also add a flair.

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [April 18, 2021, 1:46am UTC](https://meta.discourse.org/t/is-it-possible-to-have-users-job-titles-next-to-their-names-on-posts/187235/3 "2021-04-18T01:46:52Z")

</div>

I think you want a plugin to add a custom field to the serializer so that you can add it next to the username as you describe.

Without checking carefully, I think this is very much like [Showing topic creator and posts/join dates - #2 by pfaffman](https://meta.discourse.org/t/showing-topic-creator-and-posts-join-dates/186165/2)

Edit: that’s not as helpful as I’d hoped.

Ah. See [How to add custom fields to models](https://meta.discourse.org/t/how-to-add-custom-fields-to-models/184485)

---

<div class="post-metadata">

### Author: ![rodypl](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/rodypl/32/215426_2.png) [@rodypl](https://meta.discourse.org/u/rodypl)
#### Post date: [April 18, 2021, 11:29am UTC](https://meta.discourse.org/t/is-it-possible-to-have-users-job-titles-next-to-their-names-on-posts/187235/4 "2021-04-18T11:29:54Z")

</div>

Thanks! Is there a way that you know that removes me completely from this process? I’d rather not be responsible for managing and adding people to a bunch of different groups all the time.

---

<div class="post-metadata">

### Author: ![weallwegot](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/weallwegot/32/124753_2.png) [@weallwegot](https://meta.discourse.org/u/weallwegot)
#### Post date: [April 18, 2021, 2:40pm UTC](https://meta.discourse.org/t/is-it-possible-to-have-users-job-titles-next-to-their-names-on-posts/187235/5 "2021-04-18T14:40:44Z")

</div>

Yep, there’s a setting you can activate when you create the group that allows members to join and leave groups freely.

 ![Screen Shot 2021-04-18 at 10.42.46 AM](https://global.discourse-cdn.com/meta/original/3X/3/0/309d593b8c2f437b4e4e5d448c36bf7601cf697e.png)

If you go this route you may also want to make sure that the groups page is really easy to find for those members. One way to do that is using the [Custom Headers Links theme component](https://meta.discourse.org/t/custom-header-links/90588) and adding a link that goes to the Groups page.

 ![Screen Shot 2021-04-18 at 10.44.54 AM](https://global.discourse-cdn.com/meta/original/3X/9/3/93f3b2e56f881c0ca9585af6377270dbc9c2752d.png)

you can do this by adding something like this to the Theme Settings after installing the theme component.

`Groups, groups, /g, vdm, blank, remove`

 ![Screen Shot 2021-04-18 at 10.46.03 AM](https://global.discourse-cdn.com/meta/original/3X/5/5/55b5091fd70be61002931866066ea3aeae3dd41c.png)
