You are here

Files in Content Construction Kit (CCK) 5

Primary tabs

File namesort descending Location Namespace Description
CHANGELOG.txt CHANGELOG.txt 5--1.x ====== 5--1.11 ======= - #195688 by jcnventura, add print option to nodeapi. - Add db_rewrite_sql() check to nodereference formatters. - #339753 by MrGeneYUss: fix invalid admin/content/types/[type]/edit path (not actually used in the UI). -…
content.css content.css .field .field-label, .field .field-label-inline, .field .field-label-inline-first { font-weight:bold; } .field .field-label-inline, .field .field-label-inline-first { display:inline; } .field .field-label-inline { …
content.devel.inc content.devel.inc Functions needed for Devel module integration.
content.info content.info name = Content description = Allows administrators to define new content types. package = CCK
content.install content.install
content.module content.module Allows administrators to associate custom fields to content types.
content_admin.css content_admin.css table.content-field-overview, table.content-field-overview fieldset table { width:100%; } table.content-field-overview td { width:14%; } .content-field-overview .content-field-overview-disabled { filter:alpha(opacity=50); -moz-opacity: .50; …
content_admin.inc content_admin.inc Administrative interface for content type creation.
content_copy.info content_copy.info name = Content Copy description = Enables ability to import/export field definitions. dependencies = content package = CCK
content_copy.module content_copy.module Adds capability to import/export cck field data definitions.
content_crud.inc content_crud.inc Create/Read/Update/Delete functions for CCK-defined object types.
content_panels.inc content_panels.inc
content_pathauto.inc content_pathauto.inc Interface between content.module and pathauto.module.
content_views.inc content_views.inc Interface between content.module and views.module.
field-field_my_field.tpl.php theme/field-field_my_field.tpl.php
field.php field.php These hooks are defined by field modules, modules that define a new kind of field for insertion in a content type.
field.tpl.php theme/field.tpl.php
fieldgroup.css fieldgroup.css div.fieldgroup { margin:.5em 0 1em 0; } div.fieldgroup .content { padding-left:1em; }
fieldgroup.info fieldgroup.info name = Fieldgroup description = Create field groups for CCK fields. dependencies = content package = CCK
fieldgroup.install fieldgroup.install
fieldgroup.module fieldgroup.module Create field groups for CCK fields.
node-content_example.tpl.php theme/node-content_example.tpl.php
nodereference.info nodereference.info name = Node Reference description = Defines a field type for referencing one node from another. dependencies = content package = CCK
nodereference.install nodereference.install
nodereference.module nodereference.module Defines a field type for referencing one node from another.
number.info number.info name = Number description = Defines numeric field types. dependencies = content package = CCK
number.install number.install
number.module number.module Defines numeric field types.
optionwidgets.info optionwidgets.info name = Option Widgets description = Defines selection, check box and radio button widgets for text and numeric fields. dependencies = content package = CCK
optionwidgets.install optionwidgets.install
optionwidgets.module optionwidgets.module Defines selection, check box and radio button widgets for text and numeric fields.
README.txt README.txt Content Construction Kit ------------------------ 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: -…
README.txt theme/README.txt Theming Constructed Content Types ================================= After you have designed your content, you will likely want to lay out the presentation of the content. This is most easily done with PHPtemplate-based themes. There are two basic…
template.php theme/template.php
text.info text.info name = Text description = Defines simple text field types. dependencies = content package = CCK
text.install text.install
text.module text.module Defines simple text field types.
UPGRADE.txt UPGRADE.txt UPDATING FROM VERSION 4.7 TO 5.x Depending on the exact version of Drupal 5.x and CCK 4.7 you are using, you may run into SQL errors when you upgrade to Drupal 5.0. This problem has been corrected for Drupal 5 HEAD and will be corrected for…
userreference.info userreference.info name = User Reference description = Defines a field type for referencing a user from a node. dependencies = content package = CCK
userreference.install userreference.install
userreference.module userreference.module Defines a field type for referencing a user from a node.

Other projects