MyBB Community Forums

Full Version: Completely remove Plugins
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
After my major trainwreck yesterday, I still have stuff lingering that wont work properly. How in mySQL can I completely remove the existing plugins and start over? or is it easier than that?
Without actually deactivating, you could delete (I'd back up the files before doing so) the plugins in your inc/plugins directory. Note that this doesn't go through the deactivation process, so plugins don't get the chance to clean up. The only way to get around this issue would be to look through the plugin's code and see what changes it has made.

If possible, deactivating is your best option.
yes coz when the plugin is activated it inject the code into files so if you can trace out that code by each plugin then remove that code first and then the plugin from the directory.

i hope it would not be that easy tho....