Its there "Body" when editing the node

What is the best way to override such a thing

Comments

vm’s picture

if a core content type, which content type ?

giorgosk’s picture

I want it for a CCK created type
but if you show me for ANY core content type
I can probably figure it out

Thanks

PS I have seen this somewhat similar
http://drupal.org/node/145643
but where do a overide the $content ??
(there its already themed)

vm’s picture

Project: Drupal core » Content Construction Kit (CCK)
Version: 5.7 » 5.x-1.7
Component: node system » General

Moving to the CCK queue, I assume you are using 1.7 ?

seems to me, looking at my sites using CCK that you can goto administer -> content types
click on the content type you want to edit
then click on the display fields tab and set the field label to inline or above if you want it show, and hidden if you don't?

giorgosk’s picture

Yes I know that but,

body of name and type "body_filter" (default body)
can NOT be set there

giorgosk’s picture

Status: Active » Fixed

Work around I found

admin/content/types/content_type
make "Body field label:" blank (gets rid of it)
and create a textfield field using CCK
that is themeable like any other field

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.