the rest of teh CCK type module are field modules. ie: addon's to CCK.
depending on what kind of content type you are building determines the addon modules you will need.
example: if you want to add an audio upload field to your file you may want to look at the filefield.module which adds on to CCK and allows to you to create that field.
Comments
=-=
first you need the CCK.module
the rest of teh CCK type module are field modules. ie: addon's to CCK.
depending on what kind of content type you are building determines the addon modules you will need.
example: if you want to add an audio upload field to your file you may want to look at the filefield.module which adds on to CCK and allows to you to create that field.
image = imagefield.module.
address = cck_address module so on so forth.