# Plugin docs or tutorials on hooks?

**URL:** https://meta.discourse.org/t/plugin-docs-or-tutorials-on-hooks/41691
**Category:** Development
**Created:** [March 29, 2016, 1:59am UTC](https://meta.discourse.org/t/plugin-docs-or-tutorials-on-hooks/41691 "2016-03-29T01:59:31Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![RyanH](https://avatars.discourse-cdn.com/v4/letter/r/e36b37/32.png) [@RyanH](https://meta.discourse.org/u/RyanH)
#### Post date: [March 29, 2016, 1:59am UTC](https://meta.discourse.org/t/plugin-docs-or-tutorials-on-hooks/41691/1 "2016-03-29T01:59:31Z")

</div>

I have a custom field for users when they register. The user enters an ID, in this case the ID represents their job. Is there anyway to write a plugin that displays that custom field alongside the users screen name? Can we hack discourse to that extent? I don’t need a step by step just some light shines on a starting point. The end result would be a simple GET request to an API that returns the title associated with that ID…but for now I just want to get it displayed.

---

<div class="post-metadata">

### Author: ![commonpawn](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/commonpawn/32/50792_2.png) [@commonpawn](https://meta.discourse.org/u/commonpawn)
#### Post date: [March 29, 2016, 2:05am UTC](https://meta.discourse.org/t/plugin-docs-or-tutorials-on-hooks/41691/2 "2016-03-29T02:05:45Z")

</div>

I would like the same thing - see my post [here](https://meta.discourse.org/t/let-users-custom-their-title/37626/12)
