You can do pretty much anything you want if you're willing to put in the work to make a plugin. Without that, though, no there's no way to configure NodeBB core to do that.
Donation bar / page
-
Is there a plugin available that could show donation status or function as a central page for donations? If it showed progress of donation amounts that would be an extra benefit.
-
None that I could find. The sites that I've seen that have something similar seem to have rolled there own using custom-pages or an iframe.
I'm going to be adding something like your talking about to my Minecraft Plugin, although it might not be for a while. But if no one has done something by that point, I can roll it into it's own thing.
-
@yariplus said:
None that I could find. The sites that I've seen that have something similar seem to have rolled there own using custom-pages or an iframe.
I'm going to be adding something like your talking about to my Minecraft Plugin, although it might not be for a while. But if no one has done something by that point, I can roll it into it's own thing.
I personally would love its own plugin since we don't have a Minecraft server yet, but maybe that will push me to setting up a Minecraft server
-
There's a widget written by @psychobunny here.
-
You could put your paypal donation code inside any html widget probably. Tracking the progress however would require logic and database entries.
-
@KingCat said:
You could put your paypal donation code inside any html widget probably. Tracking the progress however would require logic and database entries.
A progress bar would definitely be well liked on my end, I can definitely make a widget for a donation button though.