instructions on how to reset plugins

v1.18.x
psychobunny 11 years ago
parent 69ac63ed4e
commit 92b0b926c7

@ -118,4 +118,19 @@ Run NodeBB in development mode:
./nodebb dev
This will expose the plugin debug logs, allowing you to see if your plugin is loaded, and its hooks registered. Activate your plugin from the administration panel, and test it out.
This will expose the plugin debug logs, allowing you to see if your plugin is loaded, and its hooks registered. Activate your plugin from the administration panel, and test it out.
Disabling Plugins
-------------------
You can disable plugins from the ACP, but if your forum is crashing due to a broken plugin you can reset all plugins by executing
.. code::
./nodebb reset plugins
Alternatively, you can disable one plugin by running
.. code::
./nodebb reset plugin="nodebb-plugin-im-broken"
Loading…
Cancel
Save