Cool stuff 😉
[nodebb-plugin-cash] Cash MOD
-
Points / Cash plugin for NodeBB. Award your users virtual currency for posting: higher character count = more pay. Settings editable in the Cash ACP.
Install via NPM:
npm install nodebb-plugin-cash
More Info on Github
You'll need the latest bleeding-edge version of NodeBB (0.0.8 or later) for this plugin to work.
-
Hahaha, this is awesome! Nice work.
-
A nice Plugin! ... Maybe some users can give points to another if like the post. I dont know
-
thanks
yeah I used to work on this RPG addon for phpBB called Advanced Dungeons and Rabbits
You have no idea how much I can't wait to port this to NodeBB. All in due course
-
Hah, Xenogears...
-
Is that Windows XP @psychobunny?
-
yup and notepad as my IDE. well IDE is the wrong word to use...
idiotic development environment
bring back the 90s
-
A idea for this plugin.
The users can give points in posts. Like the site. Taringa.net ... Maybe?
And make a Top Posts List Most points (Day, Week, Moth and year)
And top users (most points)
-
all part of the plan
thanks for the suggestions though!
-
I installed it and it's crashing my server every 2-3 minutes
Here's the error
/root/mynodebb/node_modules/nodebb-plugin-cash/library.js:71
global.io.sockets.in('uid_' + uid).emit('event:alert', {
^
TypeError: Cannot read property 'sockets' of undefined
at null._onTimeout (/root/mynodebb/node_modules/nodebb-plugin-cash/library.js:71:13)
at Timer.listOnTimeout [as ontimeout] (timers.js:110:15) -
Try getting the latest source from https://github.com/psychobunny/nodebb-plugin-cash/blob/master/library.js.
We removed that
global.io
reference looks like @psychobunny needs to republish the plugin. -
updated to version 0.1.1 please
npm update
-
npm update
Or
./nodebb upgrade
! -
haha right, yes do that instead
-
is it possible to give someone gp?
-
not just yet but I do intend on revisiting this mod in the future and making it feature complete like the version we all are used to back in the day on phpBB2. Any PR's are welcome, or if anybody wants to take over and own this mod
-
o intend on revisiting this mod in the future and making it feature complete like the version we all are used to back in the day on phpBB2. A
Guys, does this hook work??
{ "hook": "filter:posts.custom_profile_info", "method": "addProfileInfo", "callbacked": true },It's not adding more info on profile.
-
are you on lavender? I didn't actually test that mod with this theme
-
Yes, but it doesn't work on vanilla and Cerulean.
I want to add some custom fields to an user and I think this is the best way, doesn't it?
-
that's odd yeah, it should work then unless something changed. I'll make it a point to test the cash mod out tomorrow and see what we can do