Hey, can you tell me how I can completely remove all of the External Links module? When I remove the directory from modules it still appears in the module list but is disabled. I need it completely removed. Help.
Cheers.
Hey, can you tell me how I can completely remove all of the External Links module? When I remove the directory from modules it still appears in the module list but is disabled. I need it completely removed. Help.
Cheers.
Comments
Comment #1
SolomonGifford commentedBefore deleting it you should have gone to your modules in your administration menu unchecked the module...then clicked update...then check your uninstall link at the top too see if there is further uninstallation to be done.
Comment #2
vm commentedyou can also do this manually by going into the DB browsing the system table and setting the module to status of 0, or deleting the row, as well as any tables the modules install may have added. To figure out if the module has added any tables, you can read the .install file
Comment #3
quicksketch