[nodebb-plugin-ns-awards] NS Awards, Give Medals!
-
The plugin was not designed to handle triggers to do award assignments. But with the latest version, it's possible to write a plugin which can do it.
-
@nicolas amazing plugin I just give an idea about user defined awards as well.. so that other users can also give rewards to another users and followers... That way the names and the creativity of the Awards will be in finite because based on the number of users. And it will no longer be dependent of admin's soul creativity
-
@faizanzahid yes its working. Just getting this error randomly when creating polls sometimes.
-
@nicolas can you please tell me what exactly changes i have to do on my profile.tpl page and post page if i want to show rewards ? u mentioned about CSS classes, but where exactly do i put it and how, can u give an example plz?
We are using persona theme.
-
@sharonyue did you run
./nodebb build
and restart after making the edit? -
@PitaJ
Yes../nodebb stop
,./nodebb build
then./nodebb start
. Nothing happens.But I can enter the award in the API, and
site/awards
BTW, do I need to copy them there?
copy awards_profile_flex.tpl and awards_topic.tpl to nodebb-theme-vanilla/templates/partials
-
What theme are you using? That where you need to copy the templates to and modify the templates in.
-
5.0.1
New version is available.
- Changed NodeBB compability to work with NodeBB v1.11.0
-
5.1.0
The new version is available.
- Changed all core dependencies to use the latest secure versions
- Changed ACP Management layout to take all available width
- Fixed NodeBB database requests without a limit (kudos to Marek Dorda)
-
plugin doesn't work with v1.12.0. there is no award option in the admin panel.
2019-04-14T20:28:57.017Z [4567/19223] - �[33mwarn�[39m: [deprecated] requiring core modules with module.parent.require('./src/emitter') is deprecated. Please use require.main.require("./src/<module_name>") instead.
at /home/user/nodebb/node_modules/nodebb-plugin-ns-awards/plugin/nodebb.js:7:312019-04-14T20:28:57.020Z [4567/19223] - �[31merror�[39m: Error: Cannot find module './src/emitter'
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:582:15)
at Function.Module._load (internal/modules/cjs/loader.js:508:25)
at Module.require (internal/modules/cjs/loader.js:637:17)
at require (internal/modules/cjs/helpers.js:22:18)
at Module.require.main.require (/home/user/nodebb/require-main.js:8:10)
at /home/user/nodebb/node_modules/nodebb-plugin-ns-awards/plugin/nodebb.js:7:31
at Object. (/home/user/nodebb/node_modules/nodebb-plugin-ns-awards/plugin/nodebb.js:42:3)
at Module._compile (internal/modules/cjs/loader.js:701:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:712:10)
at Module.load (internal/modules/cjs/loader.js:600:32)2019-04-14T20:28:57.022Z [4567/19223] - �[33mwarn�[39m: [plugins] Unable to parse library for: nodebb-plugin-ns-awards
-
Version 5.2.0
The new version is available.
- Added restriction to work with Node v6 and higher
- Changed version compatibility with NodeBB v1.12.0
- Fixed handling of purged posts
- Security updates to ACP dependencies to prevent critical vulnerabilities
-
I am getting error when creating new Medals (NodeBB Version : 1.12.2)
Request URL: http://localhost:4567/api/admin/plugins/awards/images
Request Method: POST
Status Code: 404 Not Found -
@Deendyal-Agarwal said in [nodebb-plugin-ns-awards] NS Awards, Give Medals!:
I am getting error when creating new Medals (NodeBB Version : 1.12.2)
Request URL: http://localhost:4567/api/admin/plugins/awards/images
Request Method: POST
Status Code: 404 Not Founddoes the plugin break with 1.12.2?
it would be suck if plugin breaks whenever nodebb is updated.