# 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:** [10 Setembro , 2016 16: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:** 1
**Showing post:** 2

<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: [10 Setembro , 2016 19: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.

---

_[View the full topic](https://meta.discourse.org/t/how-to-show-registered-users-the-ability-to-add-title/49968)._
