https://github.com/toxuin/nodebb-plugin-trophies
NodeBB: Custom award badges for your users!
https://github.com/toxuin/nodebb-plugin-trophies
Last synced: 5 months ago
JSON representation
NodeBB: Custom award badges for your users!
- Host: GitHub
- URL: https://github.com/toxuin/nodebb-plugin-trophies
- Owner: toxuin
- License: mit
- Created: 2016-05-24T22:53:06.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-11T23:34:41.000Z (almost 9 years ago)
- Last Synced: 2025-01-14T22:23:29.178Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 455 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Trophy Plugin for NodeBB
================This plugin lets you create reward badges for your users and manually add them to their user profile.
It was developed for use on [Kamloops Makerspace website](http://kamloopsmakerspace.com/).
Here's some pictures to give you an idea what it is:

And here's how it looks like on the admin side:

Setup
---
First, install it to your NodeBB instance. You can do it from the admin interface or you can install it withnpm install nodebb-plugin-trophies
from your nodebb install directory.
Plugin uses widget system, but intended to be displayed only on the user profile page. Therefore, you have to have a widget area in your theme, template file templates/account/profile.tpl to be more specific, in order display this widget.
For the Persona theme, I had to add following, around line 12:
Then, you can go to your admin panel and go hog wild.
It even sends a notification to the user who just got an award. Neat, eh?
Modify
------Please fork and do stuff.
License
------MIT Licence allows you to do almost whatever you can imagine with this software. I have a file called LICENSE, go read.
Credits
------- Thanks, psychobunny!
- Default badge art generously contributed by Pablo Macuso