# Reputation and level on member profile

**URL:** https://meta.discourse.org/t/reputation-and-level-on-member-profile/90689
**Category:** Feature
**Created:** [June 25, 2018, 10:22am UTC](https://meta.discourse.org/t/reputation-and-level-on-member-profile/90689 "2018-06-25T10:22:10Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![hashOK](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/hashok/32/84852_2.png) [@hashOK](https://meta.discourse.org/u/hashOK)
#### Post date: [June 25, 2018, 10:22am UTC](https://meta.discourse.org/t/reputation-and-level-on-member-profile/90689/1 "2018-06-25T10:22:10Z")

</div>

I’m looking for features like:

Reputation and level of the member profile.

pic -

 ![Screenshot_13](https://global.discourse-cdn.com/meta/original/3X/6/3/63b4bf9881d2f6952a07fcd6020bd292ae8cb287.png)

Any plugin or changes i need to make in order to get it done?

---

<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: [June 25, 2018, 12:15pm 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…

---

<div class="post-metadata">

### Author: ![hashOK](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/hashok/32/84852_2.png) [@hashOK](https://meta.discourse.org/u/hashOK)
#### Post date: [June 26, 2018, 7:39am UTC](https://meta.discourse.org/t/reputation-and-level-on-member-profile/90689/6 "2018-06-26T07:39:31Z")

</div>

Although this has been explained nicely but for a novice like me in coding creating ruby on rails is not so friendly.Can anyone provide an easy solution to this?

---

<div class="post-metadata">

### Author: ![mikechristopher](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mikechristopher/32/89135_2.png) [@mikechristopher](https://meta.discourse.org/u/mikechristopher)
#### Post date: [June 26, 2018, 7:58am UTC](https://meta.discourse.org/t/reputation-and-level-on-member-profile/90689/7 "2018-06-26T07:58:41Z")

</div>

> [@hashOK](#):
>
> Can anyone provide an easy solution to this?

You could post in #Marketplace with a budget and see if anyone would want to undertake the work for you
