Additional fields for a content type: two approaches for Drupal 4.7
drupal 4.7 add fields to node type
How to Add CCK Fields to Any Drupal 4.7x Node Type
http://www.mikecantelon.com/?q=node/46
http://api.drupal.org/api/group/hooks/4.7
Perform alterations before a form is rendered. One popular use of this hook is to add form elements to the node form.
New fields to existing types? (4.7)
http://drupal.org/node/67103
Turns out, the Answer:
http://api.drupal.org/api/function/nodeapi_example_nodeapi/4.7
drupal 4.7 add fields to node type
How to Add CCK Fields to Any Drupal 4.7x Node Type
http://www.mikecantelon.com/?q=node/46
http://api.drupal.org/api/group/hooks/4.7
Perform alterations before a form is rendered. One popular use of this hook is to add form elements to the node form.
New fields to existing types? (4.7)
http://drupal.org/node/67103
Turns out, the Answer:
http://api.drupal.org/api/function/nodeapi_example_nodeapi/4.7
More like this
- Deleting the last content type containing a field deletes that field also
- Give choice to show body field label, as for CCK field labels, on custom content types
- Adding fields to a content type programatically in Drupal 7
- White Screen of Death on Importing CCK Content Type with a Date-Time Field
- Link to Custom Profile Content Type per Role


Comments
Post new comment