Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
Although I have disabled the module, run the uninstall option, AND deleted the module from the server... when I choose Create Content, Admin Message is still the very item I'm offered. (By the way, in the description that goes with Create Admin Message, there is a typo. It says "similair" for "similar." )
Can I safely delete the admin_message row in the node_type table and drop the content_type_admin_message table? Will that complete the removal? Thanks.
I suggest you remove the content type through admin/content types. That should remove the row in the node_type table, and I guess content_type_admin_message as well (which must be something created by CCK).
Comments
Comment #1
anders.fajerson commentedWhat is still there? The content type is not removed since it's usually unwise to remove content when uninstalling. You can do this manually though.
Comment #2
HallSL commentedAlthough I have disabled the module, run the uninstall option, AND deleted the module from the server... when I choose Create Content, Admin Message is still the very item I'm offered. (By the way, in the description that goes with Create Admin Message, there is a typo. It says "similair" for "similar." )
Can I safely delete the admin_message row in the node_type table and drop the content_type_admin_message table? Will that complete the removal? Thanks.
Comment #3
anders.fajerson commentedI suggest you remove the content type through admin/content types. That should remove the row in the node_type table, and I guess content_type_admin_message as well (which must be something created by CCK).
Comment #4
HallSL commentedThanks.
Comment #5
anders.fajerson commentedRevert status.
Comment #6
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.