Support [XenForo 2.3.7] How can I remove all addon related stuff from my database?

miinoot

Registered
Title, I'd like to remove all addon specific things from my database so it will work with a normal XenForo install. Is there an easy automated way to do this, or will I have to do it manually?
I'm fine with doing it manually, I just want to know if I can do it simple and automated.
Thanks to all that can help!
 

miinoot

Registered
:rolleyes:
Login Admin >> navigate to Add-ons >>
Installed add-ons list:
click gear icon next to add-on name >> choose uninstall.
Done :)
For reference for anyone else: If you can't get to the admin panel, try disable listeners.
In config.php, add $config['[I]enableListeners[/I]'] = false;
 
Back
Top Bottom