drupal delete unused module
I have a mass of stuff I downloaded during development, a lot of of modules, and now my directory is about 50-60 modules and some of them are disabled and also did some junk in the db, there is a table that related to them or new tables that the module created. Is there a script that can delete the unused modules folder / delete and also clean up unused tables? I 开发者_如何学编程searched for that I found nothing...
I'm using d6.
No, as far as I know there is no module/script to do it automatically, however here's what you can do:
- Go to
admin/build/modules
- Click the uninstall tab at the top of the page
- Select modules to be uninstalled and proceed
Note that not every module has uninstall functions.
All you have to do next is go to the modules folder and delete the desired modules...
Here you have more details about uninstalling Drupal modules
精彩评论