It depends what forum you were using before... we have specific exporters for most of the major forum software platforms.
If it's custom then you're looking at having to write your own or contact us at [email protected] for a quote.
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
./nodebb reset plugins
will also disable all plugins.