Community Documentation

Shared Content Type Repository

Last updated September 14, 2010. Created by mitchell on March 29, 2009.
Edited by porg. Log in to edit this page.

This is a launchpad for CCK content type templates.

To add one of these content types to your Drupal site, make sure you have the required modules installed, then copy and paste the code into /admin/content/types/import

To share one of your content types with other Drupal site builders, go to /admin/content/types/export and copy the code to a child page of this book. Please be sure to include any additional modules you used and put the code in < code > & < /code > tags.

Comments

Update needed

"...make sure you have the required modules installed...": so, which are those modules?
"...then copy and paste the code into /admin/content/types/import": nothing happens when i try that path

re: modules, you might need

re: modules, you might need (for example) various cck modules to deal with files, images, etc. You'll need to make sure you have those installed and enabled for your imported content type to work.

re: the path, example.com/admin/content/types/import should work...I just tested and then copy/pasted the path here.

A CCK submodule is required for importing

Turn on Content copy, a submodule of CCK.

Miriam
Otaki, New Zealand

Thanks to both of you, zdean

Thanks to both of you, zdean and mirimanz, i'll try those things.

nobody click here