[nodebb-plugin-ns-awards] NS Awards, Give Medals!
-
Hello, is it possible how to remove a reward to a user ?
-
possible - yes
via plugin capabilities - noCurrently, Plugin doesn't provide Management UI.
If you did a mistake, you can remove record from the Database directly
-
Thanks! Do you plan to add management UI.
This will be great! I plan to reward season's champion, so I really need to remove the reward time to time.
-
Sneak peek to next update
-
Version 2.1.0
New version is available. Summary: Manage section.
- Update user delete hook to
static:user.delete
- Fix #6 issue with limit when user is deleted
- Improve Autocomplete component: clear search result
- Introduce Manage section: ability to reward multiple users; manage user's awards;
- Updated libraries for ACP
Preview
- Update user delete hook to
-
@Nicolas Thanks a lot. It works nicely
-
How to display awards on profile page?
-
@MJ you have to inject template for this: https://github.com/NicolasSiver/nodebb-plugin-ns-awards#profile-template
It means, you have to mess with your theme.
-
@Nicolas said:
@MJ you have to inject template for this: https://github.com/NicolasSiver/nodebb-plugin-ns-awards#profile-template
It means, you have to mess with your theme.okay thank you, I'm not good at it now. I will learn more about it, and if I'm good enough I will try and mess with my theme
thanks
-
@Nicolas
Please consider adding the ability to show all users assigned to a particular award in the ACP.Thank you.
-
Any idea how I could automatically give users awards when they complete certain things? Like 100 posts or being a member for a year. I know nodebb has rewards that does this but I want it to be with badges on the profile instead of adding to groups.
-
@SatoshiCamp +1
-
@SatoshiCamp there is no such functionality. There is such TODO item, to create achievements in future releases.
-
@Nicolas I think I am asking too much but is there an ETA for your TODO list ?
-
I don't have any ETA
-
@Nicolas Will some coffee/beer boost you up for further development ?
-
No, I don't think it could help
I do small chunks of work on every plugin, one by one.
I can say, that currently I'm updating Custom Fields plugin, and I'm very close to final stage of another major release for it. Next plugin could be Awards or Points, it depends how Github sort them for me by popularity
-
@Nicolas That's sad. I really needed the TO DO features of your points and awards plugins, I guess I'll have to hire another dev for the job.
-
Version 3.0.0
Summary: error handling for uploads
- Compatibility with NodeBB v1.x
- Use of relative path for award uploading
- Show error messages for new awards uploads
-
@Nicolas Is this plugin going to be updated soon? It's great, though it would be a lot easier to use if you didn't have to edit templates.