cck (module[3] drupal[2])
< main (module[3] drupal[2])
< module ([3] drupal[2])
Get flash to fully experience Pearltrees
CCK Pager allows to page the item list of any CCK field with multiple values. The module extends others CCK formatter by paging the field item list; setting the number of elements per page and pager type (full or mini) can be made per field. It only works with versions of CCK >= 6.x-2.5.
This module adds a CCK table field type that lets you add a table display to any content type without having to manually enter HTML. It currently parses text data to form the header and row content. The output is generated by the theme system, so you don't have to worry about formatting valid HTML or adding all those little classes yourself. A related module is Tablefield . It is a more advance version of this module. Initial D5 release developed by Wombats.
CCK Select Other introduces an alternative select list widget that provides a user with either a select list or text input. Instructions Add a text, number, or decimal field with a "select other" widget instead of the "select" widget. Setup the select options in the new "Select Options" text area just like you would in the "Allowed Values" text area in a "select" widget. You may use the "Allowed Values" text area, but this will limit all values. You do not need to add the "other" value.
This module adds a CCK list field type, that lets you add a list display to any content type, without having to manually enter HTML. To be more specific, it adds a textarea field. Every row in the textarea will be a list point. The output is generated by the theme system, so you don't have to worry about forming valid HTML or adding all those little classes yourself.
Les pages qui suivent sont la traduction du tutoriel de David Newkerk sur CCK et Views , deux zénaurmes modules pour Drupal, et qui peuvent dérouter le néophyte. David Newkerk aborde la création d'un nouveau Type de Contenu (appelé Article dans le texte original mais Chronique dans la traduction pour éviter toute confusion avec le type de contenu Article des versions francisées de Drupal), la création d'une vue, avec le module Views, et de deux affichages pour ce nouveau type de contenu, l'habillage de ces vues et type de contenu (travail en cours). Bonne lecture ! :-)
Content Construction Kit (CCK) is one the most important and at the same time most mystifying features of the Drupal platform. In this drop I'll provide a high level overview explanation of CCK and why you might want to use it on your site. What is CCK? CCK is a contributed module that allows you to:
NOTE: This module *may* be deprecated in Drupal 7 ! Here's your reason, basically the theming changes in D7 mean the field theming gets bound a lot lot later in the process, so it's not possible to generate the output into a Textarea for you to edit - that said, it is possible that we can come at this from another angle and use tokens instead BUT it means what you see in contemplate admin page will be nothing at all similar to the output. You can view more on taking this module forwards here http://drupal.org/node/1285558 The Content Template (a.k.a. ConTemplate) module allows modification of Drupal's teaser and body fields using administrator defined templates.
The Content Construction Kit allows you to add custom fields to nodes using a web browser. Drupal 7 and Fields in Core Most of CCK has moved to core in the Drupal 7 version. Please note that this is not the place to get support for D7 Fields! We are getting a number of support requests, bug reports, and even feature requests for D7 fields.