Reputation and level on member profile

I’m looking for features like:

Reputation and level of the member profile.

pic -

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

1 Like
  1. Look at this part of the code:

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:
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
plugin/assets/javascripts/discourse/widgets/user-trusy.js.es6
  1. And in it, place what you get out.

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?

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

5 Likes