[nodebb-plugin-cash] Cash MOD
-
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...
-
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
-
haha right, yes do that instead
-
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
-
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
filter:posts.custom_profile_info ยท Issue #886 ยท NodeBB/NodeBB
Right now it's just a string that's appended to (see Cash MOD). This should be an array, this way we can hook additional profile fields into themes better. Also somebody reported that it doesn't even work anymore, need to look into what ...
GitHub (github.com)
-
I can confirm the additional profile fields from the Cash MOD works on latest vanilla