Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
So I installed a plugin called nodebb plugin 42, and upon restarting nodebb it crashed everything.
How do I remove that plugin? Can I just delete the folder from node_modules if it exists there? And everything should work again?
@Ezra-Sharp npm rm nodebb-plugin-42
npm rm nodebb-plugin-42
./nodebb reset plugins will also disable all plugins.
./nodebb reset plugins
@julian said:
good to know
V
Hi folks. Does any one know of any external tools or plugins for data analytics on nodeBB usage.
I am looking to calculate some engagement metrics of the forum members. For ex:
J
Yes, this is possible through limiting privilege of the various categories, as well as potentially a custom bit of javascript to redirect users to the login page.
C
@pichalite
i'm sure many beginners would love to start with your knowledge 😉
What error do you see on the server? NodeBB has crashed, hence you see the 502 error served by nginx.
N
@baris oh sweet! 🙂