Downloads

Download tar.gz 9.6 KB
MD5: 471e59180eb167304631197f00cb6560
SHA-1: 7d6c5ba16fd23dae30b50836658d2a842902beb3
SHA-256: b29699f9b3be6d347f92bdda92637fb731d47c65d783b90962ebf24be75120d3
Download zip 10.49 KB
MD5: dcd121f74acb13e596a1a79cbf6ccbc1
SHA-1: d9d15119c5b8c9de82bd2c2ea29d164f8398e47a
SHA-256: 502daa60d51546f4675841a3f2274a6cdf1b017c3b2d2145d9d9a6a126c5bd3e

Release notes

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.

Created by: regx
Created on: 23 May 2008 at 08:34 UTC
Last updated: 23 May 2008 at 08:34 UTC
Bug fixes
Unsupported

Other releases