Content Construction Kit (CCK)

Component ID

48429

Component name

Content Construction Kit (CCK)

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

2261608

Component created

Component changed

Component body

The Content Construction Kit allows you to add custom fields to nodes using a web browser.

Drupal 7 and Fields in Core

Most of CCK has moved to core in the Drupal 7 version.

Please note that this is not the place to get support for D7 Fields! We are getting a number of support requests, bug reports, and even feature requests for D7 fields. Fields are in core in D7, you must file issues there, not here.

The D7 version of the contrib CCK package currently contains:

  • D6 -> D7 data migration code, see Migrating D6 Content Construction Kit (CCK) to D7 Fields for an explanation of how to upgrade your data.
  • some miscellaneous helpers to do things that core will not do, like maintain the PHP code snippets some fields may have been using to define allowed values (partially working)

The following features are now handled by separate, dedicated projects:

Integration with other modules:

  • Views - all Views field integration is handled by Views in D7.
  • Panels - all Panels field integration is handled by Panels in D7.
  • Token - see the D7 version of the Token module.
  • Devel - the Devel module will handle field generation code in D7.

Everything else is in Drupal 7 core.

CCK Resources

CCK is a very powerful system with many different contributed modules to extend its functionality. Install the Advanced Help module for additional help, and use the Views module to display CCK information in a variety of ways.

Here are a few other comprehensive documentation and tutorial resources to help get you started: