Hello,
* I've added a content type
* Title and Body are mandatory fields, however, I do not want the 'Body' field.

How can I remove it?
Amitai

Comments

amitaibu’s picture

Sorry, forgot to say I use Drupal 5.0 beat-1, and CCK - CVS November 2, 2006 - 08:16

tmp’s picture

Set entry in table "node_type", field "has_title" and "has_body" to 0 (zero) to disable the node title and body.

amitaibu’s picture

Is there no interface for doing it? -since I'm not a programmer... :)

tmp’s picture

I haven't found it. I was just about to write a feature request for this.

karens’s picture

This needs a core patch, which has been submitted at http://drupal.org/node/90606. You could help this along by going to that link and indicating that this is important to cck users.

yched’s picture

Status: Active » Fixed

http://drupal.org/node/90606 has been committed, so this should be fixed.

Anonymous’s picture

Status: Fixed » Closed (fixed)