Looking for Gamification Plugin
-
Looking to set up gamification that will give users the:
- Ability to earn points
- Ability to earn badges
- View Leaderboards
- Ability to rank up/ level up/ earn a title
- Ability to earn rewards
Is there a plugin out there that will do this?
-
@dennismsmith hi. There's a reputation system built into the core of NodeBB which can be further enhanced by levels and rules (both are plugins). I'm using both on https://sudonix.com if you'd like to see these in action.
Happy to assist.
-
@phenomlab said in Looking for Gamification Plugin:
Thanks for the reply...I'll have a look.
Do you mind sharing which plugins you are using? I see the rewards system but looks like it just adds rep?
I am fairly new to NodeBB coming from systems like Jive and Lithium who had these features built-in.
Thanks again!
-
@dennismsmith Hi - as well as enabling the stock reputation system, I am using
nodebb-plugin-reputation-rules nodebb-plugin-user-level
For the leaderboard, you could use
nodebb-plugin-leaderboard
I personally do not use this, but it's there.