This repository has been archived on 2025-06-21. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
suitedesk/modules/cck
2017-08-08 12:14:45 +02:00
..
help Now all modules are in core modules folder 2017-08-08 12:14:45 +02:00
images Now all modules are in core modules folder 2017-08-08 12:14:45 +02:00
includes Now all modules are in core modules folder 2017-08-08 12:14:45 +02:00
js Now all modules are in core modules folder 2017-08-08 12:14:45 +02:00
modules Now all modules are in core modules folder 2017-08-08 12:14:45 +02:00
theme Now all modules are in core modules folder 2017-08-08 12:14:45 +02:00
CHANGELOG.txt Now all modules are in core modules folder 2017-08-08 12:14:45 +02:00
content.info Now all modules are in core modules folder 2017-08-08 12:14:45 +02:00
content.install Now all modules are in core modules folder 2017-08-08 12:14:45 +02:00
content.module Now all modules are in core modules folder 2017-08-08 12:14:45 +02:00
DEVELOPER.txt Now all modules are in core modules folder 2017-08-08 12:14:45 +02:00
LICENSE.txt Now all modules are in core modules folder 2017-08-08 12:14:45 +02:00
README.txt Now all modules are in core modules folder 2017-08-08 12:14:45 +02:00
UPGRADE.txt Now all modules are in core modules folder 2017-08-08 12:14:45 +02:00

Content Construction Kit
------------------------

NOTE: Install the advanced_help module (http://drupal.org/project/advanced_help)
to access more help (writing still in progress...)

To install, place the entire CCK folder into your modules directory.
Go to Administer -> Site building -> Modules and enable the Content module and one or
more field type modules:

- text.module
- number.module
- userreference.module
- nodereference.module

Now go to Administer -> Content management -> Content types. Create a new
content type and edit it to add some fields. Then test by creating
a new node of your new type using the Create content menu link.

The included optionswidget.module provides radio and check box selectors
for the various field types.

The included fieldgroup.module allows you to group fields together
in fieldsets to help organize them.

A comprehensive guide to using CCK is available as a CCK Handbook
at http://drupal.org/node/101723.

Known incompatibilitie
----------------------

The Devel Themer module that ships with Devel is known to mess with CCK admin pages.
As a general rule, Devel Themer should only be switched on intermittently when doing
theme work on a specific page, and switched off immediately after that, for it adds
massive processing overhead.

Maintainers
-----------
The Content Construction Kit was originally developped by:
John Van Dyk
Jonathan Chaffer

Current maintainers:
Karen Stevenson
Yves Chedemois