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
| Comment | File | Size | Author |
|---|---|---|---|
| Image 7.png | 12.67 KB | doc2@drupalfr.org |
Comments
Comment #1
yched commentedThese 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
Comment #2
doc2@drupalfr.org commentedThank 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?