Award plugin
-
hello,
I am looking for a plugin that will allow me to add a personalized medal (image, name, etc.) or a reward in the user profile when he does a good deed (number of posts, likes etc.) or when he joins a specific group or just that I can assign manually.
Of course the plugin would have to be compatible with the latest versions.
Do these kinds of plugins exist?
-
@DownPW the core way to do this is to utilise
nodebb-plugin-rewards
to set up your logic, with the "reward" as being added to a specific user group. The "badge" is the little group badge that a user can put next to their name.You can do this with ns-badges plugin, but I do not think that is compatible.
However I think @baris actually built out a new version of something like this?
-
Thank you @julian for your answer
Indeed, I already use the badge system but I would like to display it a little better with a medal or a trophy on the user's profile page and that can be personalized and customizable easily via the ACP and that the reward can also be added manually easily by an administrator via the ACP or other without having to resort to the customization plugin which poses a problem during updates and upgrades.
After research, I found plugins that would correspond more to what I am looking for:
GitHub - toxuin/nodebb-plugin-trophies: NodeBB: Custom award badges for your users!
NodeBB: Custom award badges for your users! Contribute to toxuin/nodebb-plugin-trophies development by creating an account on GitHub.
GitHub (github.com)
GitHub - NicolasSiver/nodebb-plugin-ns-awards: A system for rewarding forum users. The plugin allows admin to define set of awards that could be granted to users for special accomplishments.
A system for rewarding forum users. The plugin allows admin to define set of awards that could be granted to users for special accomplishments. - NicolasSiver/nodebb-plugin-ns-awards
GitHub (github.com)
A kind of mix of the two in short