@MJ Create an issue on the plugins github page.
[nodebb-plugin-cash] Cash MOD
-
Any update on this?
Does this work on NodeBB v0.5.0-2? -
7 months ago is pretty outdated.
-
Are there any plans on updating this plugin ? will it work in 0.5 ? it works ok on 0.4.3 but coins are not visible under the post (like in the picture)
-
@gaasg So to confirm, you still earn gp (and you still get the "you have earned" text), but you can't see your running total under each post?
-
@julian exactly.
-
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'm still on v0.4.3. I will try reinstalling it when I upgrade then.
I tried the 3 following skins
NodeBB Cerulean
Lavender Theme
and
NodeBB Vanillanone of them show the coins.
edit I updated to the latest version of nodebb and it works fine now.
-
@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 -
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.
-
@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)
-
That did it, Codejet. Much obliged.
-
how hard would it be to modify this plugin to upvotes instead of character counts?
-
Just installed it on 0.7.0 and it seems to be not working anymore. When i click on Cash MOD in ACP nothing happens. If i understand correctly whis plugin is necessary for Openfantasy plugin and i really want to try it on my forum.
-
@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.
-
@rbeer
Great ! Thanks.Is there any another "linked" plugins where i can use Cash ? Looks like Openfantasy at a very early stage.
-
Turns out, that the hook works just fine on both themes.
(Why wouldn't it, actually? It's server-side after all. Who was saying... oh well
)
Problem here seems, that the custom_profile_info block is missing in persona, at all. Once I copied it over (highlighted in editor) from lavender, plugin-cash rendered again as expected:
-
After a few hours of testing and I was dissabling all plugins and enable them one by one and see if my problem was solved. I hate to say it, but the problem was this plugin. I enabled all plugins beside this one and my NodeBB worked again.
I think this plugin is not compatable with 1.5.1
I hope I help you with this information.
-
Is this mod working with latest version?