Closed (fixed)
Project:
External Links
Version:
5.x-1.3
Component:
Code
Priority:
Critical
Category:
Support request
Assigned:
Reporter:
Created:
6 Sep 2007 at 19:05 UTC
Updated:
13 Nov 2007 at 02:07 UTC
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