Because I want to try out another extension I would have two extensions which will conflict each other. Therefore I want to disable an extension temporary. If I find out that I would need the old extension again I want to enable it.
Is there a way to accomplish this?
I think Remove Extension would completely remove the extension. Should I edit the localconf.php?
Use
Extension Managerfor this, it will NOT remove files and databases, just will modify thelocalconf.phpto disable extension. After test you can safely turn it on the same way.Try to avoid any operations like
Database Comparein the install tool while testing as you can accidentally delete tables of that disabled extension.