[nodebb-plugin-cash] Cash MOD
-
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
-
nevermind, latest cash mod (0.1.1) is broken, will fix.
edit fixed
-
7 months ago is pretty outdated.
-
I've updated to 0.5x, there was an issue with the coin image not showing up although I had no trouble with the actual total being displayed. What theme/version are you using?
-
-
@psychobunny said:
I've updated to 0.5x, there was an issue with the coin image not showing up although I had no trouble with the actual total being displayed. What theme/version are you using?
I have an issue with displaying coin image, too.
Can you provide fixes?
Thanks -
What version of NodeBB are you running? The latest version should be compatible with 0.5x or late 0.4.3 -- otherwise you'll want to downgrade the cash mod to a previous version
-
@psychobunny it's working now when I reinstalled the nodeBB. This is weird.
Anyway, very nice plugin, thank you -
@JonDoe12 said:
Hello. Oddly, the cash mode code is working, but the coin image is not showing. All I see is a white square, where the image should be. I have version 0.6.0.
look at the path in the .js file I've noticed in windows " ./ " doesn't work try " / " but still I had problems viewing it on another networked computer (i think)
-
how hard would it be to modify this plugin to upvotes instead of character counts?
-
@leksar
https://github.com/rbeer/nodebb-plugin-cash/tree/comp-0.7
In this state the admin page is working again. I'm not sure about the importance of that isAPI flag, that's been checked for. Haven't seen it around other code of that sort (in other plugins) and it is set 'true' no matter where the call comes from, so I guess it's ok to have it ignored. Settings are being saved.On the public side of things, the plugin works for lavender-theme, but not the new persona. My best guess now would be, that "filter:posts.custom_profile_info" doesn't exist anymore or handles its data differently, than in 0.6. I didn't get into it yet, though.