I haven't found any issue giving a mean to enable the CCK default field so that one could edit the fields' weight, groups and so on. Refer to the 'image 7.png' screenshot for example.

How is this possible? Should I 'hack' the CCK's content_admin.inc module file? How?

Is this http://drupal.org/node/154039 supposed to help?

Thanks in advance

CommentFileSizeAuthor
Image 7.png12.67 KBdoc2@drupalfr.org

Comments

yched’s picture

Status: Active » Closed (works as designed)

These fields (title, taxonomies, etc...) are not cck fields, and therefore cck has no action on them.
The values are shown to let you 'position' cck fields around them knowingly

doc2@drupalfr.org’s picture

Thank you,

But then, is there a way to modify these default fields and there values? Where? How? Again, should I 'hack' the CCK's content_admin.inc module file?