Download Size md5 hash
cck_create_install-5.x-1.7.tar.gz 9.6 KB 471e59180eb167304631197f00cb6560
cck_create_install-5.x-1.7.zip 10.49 KB dcd121f74acb13e596a1a79cbf6ccbc1
Official release from tag: 5.x-1.7
Last updated: December 24, 2010 - 22:35

This module generates install code for cck_content node types. The install code creates all of the taxonomies referenced by the cck content node as well as all of the cck related stuff.
This allows using cck and views as the starting point for a new module. Just create your cck nodes / fields / groups normally. Create a module to add the functionality you need and place the generated install code in your module.install file as update_1.

Views already provides this capability via the predefined views hook and export, but the closest thing I could find for cck was cck export which didn't work for my needs.

Note: Currently this module generates install code for all of the vocabularies/terms referenced by the selected cck content type. If your cck content type references taxonomies created by other modules you will need to remove some of the generated install code.

New for this release:
1. Added comments to the generated install code
2. Fixed a bug in the query that generates tables for multi-select taxonomy fields.

nobody click here