| Commit | Line | Data |
|---|---|---|
| 77f8199b | 1 | |
| e31efcda JV |
2 | Content Construction Kit |
| 3 | ------------------------ | |
| 57b50b1c | 4 | To install, place the entire cck folder into your modules directory. |
| b5f29de1 | 5 | Go to administer -> site building -> modules and enable the content module and one or |
| dbd65ff1 | 6 | more field type modules: |
| e31efcda | 7 | |
| a9cc9fc4 JC |
8 | - text.module |
| 9 | - number.module | |
| 0f6ca9bb JC |
10 | - userreference.module |
| 11 | - nodereference.module | |
| cd78b85a | 12 | |
| b5f29de1 | 13 | Now go to administer -> content management -> content types. Create a new |
| 57b50b1c | 14 | content type and edit it to add some fields. Then test by creating |
| dbd65ff1 | 15 | a new node of your new type using the create content menu link. |
| cd78b85a | 16 | |
| b5f29de1 | 17 | The included optionswidget.module provides radio and check box selectors |
| 4df8f4f3 JC |
18 | for text and numeric types. |
| 19 | ||
| b5f29de1 KS |
20 | The included fieldgroup.module allows you to group fields together |
| 21 | in fieldsets to help organize them. | |
| 22 | ||
| 23 | A comprehensive guide to using CCK is available as a CCK Handbook | |
| 24 | at http://drupal.org/node/101723. | |
| 25 | ||
| a9cc9fc4 JC |
26 | jvandyk [at] iastate.edu |
| 27 | jchaffer [at] structureinteractive.com |