Home ›
Give choice to show body field label, as for CCK field labels, on custom content typesGive choice to show body field label, as for CCK field labels, on custom content types
Submitted by Benjamin Melançon on October 1, 2007 - 7:25am
Searched words:
CCK label body field show
Agaric wants to optionally be able to display the label for the node body on CCK content types.
On the "note" content type, the real and true body has the label name "Resolution"-- but you won't see where the body starts because it doesn't show up!
(This text is in the Description & Info textfield, which is labeled.)
Resolution
Is the only solution theming cck the agaric way?
More like this
- White Screen of Death on Importing CCK Content Type with a Date-Time Field
- GMap sometimes not showing up on a custom front page call
- Show category selection below body on content editing form
- When showing taxonomy terms with view, filter by node types with the vocabulary you want
- Imagefield images disappears entirely when set to use Lightbox2 in CCK field display settings


Comments
Hook at nodeapi view
Hook at nodeapi view, then prefix value of body with the label. No need to edit template. If you want more sophistication, write a cck field formatter for body, and pass the value from body through theming.
Blessings!
Of course!
Thanks!
Post new comment