first commit
[step2_drupal.git] / cck / README.txt
blob24eac0927cd0675310811a7ef53471e899bdc118
1 // $Id: README.txt,v 1.12.2.4 2008/10/28 01:42:48 yched Exp $
3 Content Construction Kit
4 ------------------------
6 NOTE: Install the advanced_help module (http://drupal.org/project/advanced_help)
7 to access more help (writing still in progress...)
9 To install, place the entire CCK folder into your modules directory.
10 Go to Administer -> Site building -> Modules and enable the Content module and one or
11 more field type modules:
13 - text.module
14 - number.module
15 - userreference.module
16 - nodereference.module
18 Now go to Administer -> Content management -> Content types. Create a new
19 content type and edit it to add some fields. Then test by creating
20 a new node of your new type using the Create content menu link.
22 The included optionswidget.module provides radio and check box selectors
23 for the various field types.
25 The included fieldgroup.module allows you to group fields together
26 in fieldsets to help organize them.
28 A comprehensive guide to using CCK is available as a CCK Handbook
29 at http://drupal.org/node/101723.
31 Known incompatibilitie
32 ----------------------
34 The Devel Themer module that ships with Devel is known to mess with CCK admin pages.
35 As a general rule, Devel Themer should only be switched on intermittently when doing
36 theme work on a specific page, and switched off immediately after that, for it adds
37 massive processing overhead.
39 Maintainers
40 -----------
41 The Content Construction Kit was originally developped by:
42 John Van Dyk
43 Jonathan Chaffer
45 Current maintainers:
46 Karen Stevenson
47 Yves Chedemois