# Reputation and level on member profile

**URL:** https://meta.discourse.org/t/reputation-and-level-on-member-profile/90689
**Category:** Feature
**Created:** [6월 25, 2018, 10:22오전 UTC](https://meta.discourse.org/t/reputation-and-level-on-member-profile/90689 "2018-06-25T10:22:10Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![Stranik](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/stranik/32/85638_2.png) [@Stranik](https://meta.discourse.org/u/Stranik)
#### Post date: [6월 25, 2018, 12:15오후 UTC](https://meta.discourse.org/t/reputation-and-level-on-member-profile/90689/2 "2018-06-25T12:15:53Z")

</div>

1. Look at this part of the code:

[https://github.com/discourse/discourse/blob/master/app/assets/javascripts/discourse/templates/user.hbs#L51](https://github.com/discourse/discourse/blob/master/app/assets/javascripts/discourse/templates/user.hbs#L51)

1. Add the file with the content to your plugin:

```plaintext
plugin/assets/javascripts/discourse/templates/connectors/user-profile-avatar-flair/user-trust.hbs

{{mount-widget widget="user-trusy" args=(hash model=model)}}

```

1. Add widget

```plaintext
plugin/assets/javascripts/discourse/widgets/user-trusy.js.es6

```

1. And in it, place what you get out.

> [@Developing Discourse Plugins - Part 1 - Create a basic plugin](https://meta.discourse.org/t/beginners-guide-to-creating-discourse-plugins-part-1/30515):
>
> Building a plugin in Discourse can be really simple, once you learn a couple of quirks. The goal of this post is to create a skeleton plugin and introduce you to the basics. Your development environment Make sure you have a development environment of Discourse running on your computer. I recommend you use [the appropriate setup guide](https://meta.discourse.org/tag/dev-install) and come back when you’re done. plugin.rbtada Use [GitHub - discourse/discourse-plugin-skeleton: Template for Discourse plugins · GitHub](https://github.com/discourse/discourse-plugin-skeleton) to create a complete di…

---

_[View the full topic](https://meta.discourse.org/t/reputation-and-level-on-member-profile/90689)._
