2.0 Compatible Plugins
-
This one by @exodo would be fantastic
https://github.com/exo-do/nodebb-plugin-reputation-rules -
@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'
-
Is there a branch we can test against?
-
app.require('benchpress')
Error: Cannot find module './benchpress'
-
@yariplus Hmm yeah requiring benchpress at runtime like that isn't supported. What are you trying to do? Usually you can require it in your module at the top as usual or use
app.parseAndTranslate
without requiring benchpress directly. -
@yariplus Where are you using the
app.require('bootbox')
call? If you are writing some client side or admin side code, you can just require them at the top of your file without usingapp.require
app.require can only require core and plugin modules that are inbuild/public/src/modules
and is meant to be used from widgets or custom JS tab. -
-
Hi @baris , many plugins are updated but we are still using 1.19.3 (will update to 1.19.4 soon). Will these updated plugins crash the forum or are they safe to update while in 1.19.X?
-
The ones more important I use
ignore-users
Imgur
Imagemagick
Leaderboard
Mega-colors
Ns-embed
Ns-spoilers
Poll
Reputation-rules
Shortcuts
Tagstitle
Upvote-notifications
Giphy
Featured-topics-extended
Canned-responsesAnother good addition for v2 would be Login by telegram
-
@exodo said in 2.0 Compatible Plugins:
ignore-users
I, too, would love to see that the ignore-user plugin is made to be compatible with 1.19.X and/or 2.0