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
Comment #1
yched commentedThe body field is handled by core, and is thus outside the scope of CCK - at least for now.
Turning this into a feature request.
Comment #2
karens commentedThis 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.
Comment #3
chicagotech commentedI 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?
Comment #4
yched commentedchicagotech: 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...