This entry is part 4 of 4 in the Drupal Kamikaze series

– using the Content Permissions module, you can create "hidden" fields, or admin-only fields.

– you can make the body field go away for a custom content type by going to Content Type -> Edit -> Submission form settings, and clearing out the body textfield label. You can also change the label for the title field here.

– the node_autotitle module lets you auto generate titles based on your existing CCK fields, or other form values. Useful when you have a content type that doesn't have a title (e.g. the uid is a URL)