@Sebastián-Cisneros Yeah I think that label should say off if the user set it to off in their settings. I will open an issue for that.
https://github.com/NodeBB/NodeBB/issues/10631
I have a fairly complex setting page (OAuth link for token, dynamically setting a select box, test button, etc) that I'd like to build.
I haven't seen much references to the front-end framework used in NodeBB (it is a custom framework, right? Not AngularJS, Backbone or anything like that). Is there a good tutorial that focuses on the settings page for a plugin or a thorough documentation for building custom pages somewhere?
Thank you in advance,
Erik
Best bet would be to check out how it is done here: https://github.com/NodeBB/nodebb-plugin-quickstart
Community here can help you on more detailed inquiries
All right, so I'll ask specific questions. I already have my plugin running, with a menu item and a menu page.
I'll first need to:
Any tips on how to get started with that?