# How to show registered users the ability to add title

**URL:** https://meta.discourse.org/t/how-to-show-registered-users-the-ability-to-add-title/49968
**Category:** Support
**Created:** [9월 10, 2016, 4:32오후 UTC](https://meta.discourse.org/t/how-to-show-registered-users-the-ability-to-add-title/49968 "2016-09-10T16:32:41Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![AshishS](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/ashishs/32/120759_2.png) [@AshishS](https://meta.discourse.org/u/AshishS)
#### Post date: [9월 10, 2016, 4:32오후 UTC](https://meta.discourse.org/t/how-to-show-registered-users-the-ability-to-add-title/49968/1 "2016-09-10T16:32:41Z")

</div>

![](https://global.discourse-cdn.com/meta/original/3X/7/0/70f78d6c0810c8ac4ea90d375db378339b3188a8.png)

The way codinghorror has ‘cofounder’ - how can I have this field for all registered users (and preferably during onboarding)?

I am on V. 1.7 beta.

---

<div class="post-metadata">

### Author: ![dax](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/dax/32/244677_2.png) [@dax](https://meta.discourse.org/u/dax)
#### Post date: [9월 10, 2016, 7:50오후 UTC](https://meta.discourse.org/t/how-to-show-registered-users-the-ability-to-add-title/49968/2 "2016-09-10T19:50:24Z")

</div>

The title can be assigned by badges or groups.  
Some badges can be use to add a (predefined) title. You can add a new badge, and set this badge to display a title.  
Every user who grant the badge can add a (predefined) title from the profile page.  
Go to `/admin/badges` and create a new badge  
You can use this query to grant the badge for all Trust-level 1 users (you can change the number for other trust-level)

```
SELECT user_id, granted_at
FROM user_badges
WHERE badge_id = 1

```

Trigger daily.

This is the easy way, and you can add more badges, see here [[Superseded] What cool badge queries have you come up with?](https://meta.discourse.org/t/what-cool-badge-queries-have-you-come-up-with/18978)

There’s no way to let the users add a custom title. This is an ability reserved to admins and mods.

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [3월 4, 2019, 6:23오후 UTC](https://meta.discourse.org/t/how-to-show-registered-users-the-ability-to-add-title/49968/3 "2019-03-04T18:23:52Z")

</div>



---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [4월 3, 2019, 6:23오후 UTC](https://meta.discourse.org/t/how-to-show-registered-users-the-ability-to-add-title/49968/4 "2019-04-03T18:23:54Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
