Does the Gamification plugin do this or is there something else? I have been searching and haven’t found anything yet.
![]()
Does the Gamification plugin do this or is there something else? I have been searching and haven’t found anything yet.
![]()
It would require a custom theme component or plugin.
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.
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.
Nice! Take a look at Discourse Gamification and the gamification tag.
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
and
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