Yes you can use them inside the AMD module but keep in mind once you add an event listener on the window object it will be called everytime there is an action:ajaxify.end. If you don't want it triggered after you leave that page you need to turn it off with $(window).off('eventName', myMethod)
nodebb-plugin-sso-steam-refactor
-
I noticed there were a couple steam plugins floating around but they had some issues on nodebb 1.0.3, so I took their source and made some adjustments. Thus its a refactored plugin.
https://github.com/h0lybyte/nodebb-plugin-sso-steam-refactor
npm install nodebb-plugin-sso-steam-refactor
Would love some feedback!
0.0.7 will be released sometime within the next month or two, with any major feedbacks.
TO-DO:
- regex username check
- option to delete user? idk.
-
Nice! For future reference, consider contributing to existing repositories via pull requests on existing issues.
-
Of course, however I just felt more comfortable trying to understand what each line of code did! This was more of a learning experience ~