[nodebb-plugin-ns-awards] NS Awards, Give Medals!
-
I had a feeling that it's not a good idea to do changes in the
master
I have started to work on the next major update, so a lot of parts of the plugin is not implemented or unfinished. Anyway, thanks for the pull-request. -
@MBFTOM I understand what you are asking, but
NS Awards
plugin was designed with a goal to give special awards. I mean awards when you don't mind to do it not so often and you are eager to write a reasonI'm exploring an idea of external API for the plugin, so it will be possible to write another plugin which can collect a lot of data about users behaviors and grant awards. Since I think auto-behavior should be decoupled from Awards. What you are asking is an extra load on the forum to capture activity and store (more noise in your storage) a result of the capture.
-
I look forward to making the things which in the list. https://github.com/NicolasSiver/nodebb-plugin-ns-awards#todo
-
I'm going to eliminate all items from TODO list with
v4
release. It will be big. -
@Nicolas said in [nodebb-plugin-ns-awards] NS Awards, Give Medals!:
I'm going to eliminate all items from TODO list with v4 release. It will be big.
Waiting Impatiently!
-
For some reason any image I upload to use for an award doesn't show just shows a broken image icon. Using NodeBB 1.5.0
-
yari, v4 waiting
-
Yes. But I'm exploring an idea with widgets.
-
It was forgotten
-
@ernest-l-defoe said in [nodebb-plugin-ns-awards] NS Awards, Give Medals!:
For some reason any image I upload to use for an award doesn't show just shows a broken image icon. Using NodeBB 1.5.0
Same here for me at 1.5.1.
Would it be possible to reward users automatically if they reach a number of posts, reputation points? Same as in stackoverflow like badges?
-
The current version of the plugin is not compatible with
1.5.x
, because of the breaking changes.Awards plugin is not designed to reward users for something - automatically. But with the future version, it will be possible to write a plugin which solves award auto-assignment.
-
Here is a list of changes, which you can expect in the next major update
-
@nicolas said in [nodebb-plugin-ns-awards] NS Awards, Give Medals!:
Here is a list of changes, which you can expect in the next major update
Nice, really looking forward to it!
-
Awards ver. 4
A new version has been released. It's a major release. It took a while to make all changes.
Changelog:
- Add an edit mode for multiple awards
- Add support for plugin driven image upload
- Add rewards section to ACP
- Add protection for an image upload service
- Add activity limit setting
- Add configuration for notification text
- Add reward multiplier for overview page
- Add external Plugin API
- Add tooltips to a topic view
- Add support for SVG
- Change UX for the creation of awards
- Change UX for Overview section
- Change award URL to use an absolute path
- Change award upload
- Change NodeBB compatibility to v1.5.x and higher
- Change notifications
- Change max rewards per post setting
- Change max rewards per account setting
- Change overview page styles to use Flexbox
- Update plugin dependencies
- Update ACP dependencies
- Remove extended profile template
It also provides a new UX, and it should be easier to style for your own needs.