@Thadeusz-Lay so are you trying to create your own plugin? meta is a NodeBB module. You have to require it from NodeBB with require.main.require('./src/meta') on the server side.
Are older plugins still working with the latest version?
-
Hey, i was wondering if older plugins like these are still working with the latest version?
-
They might, depends on how the plugin is written. They're not in nbbpm immediately because the developer (in this case @pichalite ) will have to confirm it working first, and update the compatibility hash accordingly
-
@julian I hope they don't require too much extra work. Can i post a [Paid] request somewhere as im making a community site and need a few plugins working? Especially SSO authentication without OAuth because im already using WP OAuth server plugin for chat authentication and the free version has limit for 1 client.
-
plugin compatibility updated.
-
@pichalite thanks
are these updates to match the latest version usually just little tweaks?