I am looking for a Reputation/Karma system that display below profile avatar in topic post and profile

Does the Gamification plugin do this or is there something else? I have been searching and haven’t found anything yet.

image

It would require a custom theme component or plugin.

2 Likes

We already have the “cheers” score that is shown on the user card. Is that not enough for you? I think what you are describing would create too much visual noise when reading topics.

2 Likes

Something like this:

I will look for the cheers, visual noise can be good to create aesthetic addiction. I will be using my forum in an non-conventional way from the normal “technical” forums Discourse is used for and more in a gamified way.

2 Likes

Nice! Take a look at Discourse Gamification and the gamification tag.

1 Like

Thanks

I am trying to do a red or green karma system so people can go more evil or good.

That would likely require extending the plugin. It seems like gamification_score is included in the user’s data/model, so you should be able to display that in plugin outlets.

If one is looking for a reputation system. Gamification really doesn’t imho provide that

There is an old plugin called User Feedback iirc but it is broken and only provides scoring out of 5 with optional user feedback comments.

This would need updating/fixed


Using Reactions you could likely create something custom if you use a simple idea of :+1: and :-1: maybe with some kind of data explorer query with something custom to update a count? Maybe a custom automation with a TC?.

Or perhaps Post Voting with some custom CSS? But need a custom query TC to add talkies to the user Post/comments or usercard