Hi all, New to Drupal and CCK
1. By default the fields display above the content, is there a way to move the fields below the body content of a page? Or into a block?
2. I tried contemplate but it doesnt list the variable to display the Group of the fields. To me it seems pointless to put your fields in groups if you can't also display them by group including the group title.
Maybe these should be features?
Thanks
Mike
Comments
Comment #1
yched commented1 : you have the ability to change the weight of CCK fields in the 'manage fields' tab for your content type.
Give them appropriate weights with respect to 'body' and 'title' fields (whose weights are hardcoded in drupal core)
2 : there already is a feature request for this at http://drupal.org/node/85679