I am creating a 'Recipe' Content Type using CCK. I re-labelled the 'Body' field in this content type to 'Cooking Instructions'. All the other fields in this content type are custom, so their labels are automatically displayed in the 'Recipe' view, but since label for 'Body' is not displayed, cooking instructions appear on the view page without a label. For custom content types, when the 'Body' field is relabelled, there should be an option on the 'Display Fields' tab to show or hide the label for this field.

Drupal Details:
Drupal 6.1

CCK Module details:
// $Id: content.module,v 1.276 2008/03/08 02:10:05 yched Exp $

Comments

yched’s picture

Title: Label for 'Body' field not displayed » Add settings for non-CCK fields
Category: bug » feature

The body field is handled by core, and is thus outside the scope of CCK - at least for now.

Turning this into a feature request.

karens’s picture

Status: Active » Closed (duplicate)

This is a duplicate of a couple other issues about controlling core fields in CCK. With fields going into core in D7, we probably won't make a lot of additional changes in D6.

chicagotech’s picture

Category: feature » bug

I am having this exact same problem. I have a entered a name in the "Title field label" field. This is the only field label that does not show up when generating and displaying content. Any resolution to this, please?

yched’s picture

Category: bug » feature

chicagotech: Not something CCK handles or messes with in any sort.
Core doesn't display a label above it's 'body', CCK will definitely not change that.

Plus : changing this to a 'bug' for CCK is, er, bold...