2.0 Compatible Plugins
-
Would love to see
nodebb-plugin-steam-sso
support. I think the newest one is: https://www.npmjs.com/package/@gruppe-adler/nodebb-plugin-sso-steam-v2 -
-
@phenomlab said in 2.0 Compatible Plugins:
@baris There seems to be an error in
nodebb-plugin-polls
as below2022-03-08T17:38:48.973Z [4567/50454] - error: [build] requirejs modules build failed 2022-03-08T17:38:48.973Z [4567/50454] - error: [build] Encountered error during build step Error: ENOENT: no such file or directory, stat '/home/sudonix/nodebb/node_modules/nodebb-plugin-poll/vendor/dayjs.min.js' 2022-03-08T17:38:48.973Z [4567/50454] - error: admin.reload Error: ENOENT: no such file or directory, stat '/home/sudonix/nodebb/node_modules/nodebb-plugin-poll/vendor/dayjs.min.js'
Seems this is still an issue...
nodebb.min.js?v=h3gbtbki4k0:2 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'getPoll') at e (nodebb.min.js?v=h3gbtbki4k0:2:111233) at nodebb.min.js?v=h3gbtbki4k0:2:111448 at dispatch (nodebb.min.js?v=h3gbtbki4k0:2:317541) at b.handle (nodebb.min.js?v=h3gbtbki4k0:2:315536) at Object.trigger (nodebb.min.js?v=h3gbtbki4k0:2:346079) at nodebb.min.js?v=h3gbtbki4k0:2:346675 at Function.each (nodebb.min.js?v=h3gbtbki4k0:2:277144) at z.fn.init.each (nodebb.min.js?v=h3gbtbki4k0:2:275624) at z.fn.init.trigger (nodebb.min.js?v=h3gbtbki4k0:2:346650) at nodebb.min.js?v=h3gbtbki4k0:2:156902
-
Here is 2.0 support for Teamspeak Group Integration: https://github.com/Frozen-byte/nodebb-plugin-teamspeak-verify
not yet perfectly documented and code is a bit vintage, but at least it's working
-
@FrankM not work on nodebb 2.0.0. Same as ns plugin:
admin.min.js?v=9spncl1u2ak:2 error loading admin/plugins/embed Error: Cannot find module './plugins/embed' at https://xxxxxx/assets/admin.min.js?v=9spncl1u2ak:2:160180 at async https://xxxxxx/assets/admin.min.js?v=9spncl1u2ak:2:173040 at async Promise.all (index 0) at async app.require (https://xxxxxx/assets/admin.min.js?v=9spncl1u2ak:2:172888) at async https://xxxxxx/assets/admin.min.js?v=9spncl1u2ak:2:166907
-
When upgrading to version 2.1.0 in the logs, I have this list
2022-06-04T10:38:15.750Z [4567/111680] - warn: [plugins/load] The following plugins may not be compatible with your version of NodeBB. This may cause unintended behaviour or crashing. In the event of an unresponsive NodeBB caused by this plugin, run
./nodebb reset -p PLUGINNAME
to disable it.- nodebb-rewards-essentials
- nodebb-plugin-dbsearch
- nodebb-plugin-ns-slugify-fixed-on-edit
- nodebb-plugin-custom-pages
- nodebb-plugin-feed
- nodebb-plugin-github-embed
- nodebb-plugin-hashtags
- nodebb-plugin-night-mode
- nodebb-plugin-recent-cards
- nodebb-plugin-glossary
- nodebb-plugin-customize
- nodebb-plugin-sso-facebook
- nodebb-plugin-sso-google
- nodebb-plugin-cards
- nodebb-plugin-desktop-notifications
- nodebb-plugin-leaderboard
- nodebb-plugin-two-way-block
- nodebb-plugin-sso-twitter
- nodebb-plugin-shoutbox
- nodebb-plugin-browsing-users
- nodebb-plugin-sso-github
-
@thahnhbh You will need to reach out to @CCob to get that plugin updated. I'll see about opening a PR but as I don't use onesignal I cannot test it thoroughly
NodeBB v2 Compatibility by julianlam 路 Pull Request #2 路 CCob/nodebb-plugin-onesignal
THIS IS UNTESTED 馃毃 @CCob please test this with an actual OneSignal config before merging.
GitHub (github.com)
-
@julian
Thank you.
I installed directly from your update but there is still an error:nodebb@XXXX:/var/www/nodebb$ npm install https://github.com/julianlam/nodebb-plugin-onesignal.git npm WARN deprecated [email protected]: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. added 5 packages, and audited 1311 packages in 4s
-
@thahnhbh that's a warning, not an error. You should be good to go.
-
@julian said in 2.0 Compatible Plugins:
@thahnhbh You will need to reach out to @CCob to get that plugin updated. I'll see about opening a PR but as I don't use onesignal I cannot test it thoroughly
NodeBB v2 Compatibility by julianlam 路 Pull Request #2 路 CCob/nodebb-plugin-onesignal
THIS IS UNTESTED 馃毃 @CCob please test this with an actual OneSignal config before merging.
GitHub (github.com)
I checked.
Not perfect yet.
It does not send alerts nor does it show the amount of users connected.
It constantly displays 0 users.