I would like to remove the title and body default fields for a new content type but they are there by default and I'm not able to remove it until I alter the code I guess. So is there any ways to do it? Will it affect the overall functioning if it is done?

Geshan

Comments

LeisureLarry’s picture

The title will be always needed for the administration of drupal. You can only auto create it with the following module:

http://drupal.org/project/auto_nodetitle

LeisureLarry’s picture

If you want a content type without body simply delete the label for the body field.

senpai’s picture

Title: Removing Title and body default feilds. » Removing Title and Body default fields
Priority: Normal » Minor
Status: Active » Closed (works as designed)

Looks this this isn't really a support request after all. Changing the spelling of the issue's title, and marking it "By Design".