CCK Teaser
This module allows you to define cck fields to use in place of the traditional node teaser. This effectively implements a CCK solution to manual teasers (priorly solved by way of the excerpt module).
The module allows an administrator to choose which CCK fields to use for a teaser. Any number of fields may be chosen in the settings page. For a specific content type, you then add the desired CCK field to your node type definition. The settings page is available in:
Administer -> Content management -> Content teasers
The module works by replacing the $node->content['body']['#value'] element on hook_nodeapi($op = 'view') when viewing a node teaser, if cck fields specified in the settings page for this module are used in the node type definition and if a value is provided in any one of those fields for a particular node.
Multiple values for those fields, and multiple teaser fields included in the same node type definition are implode()ed together, after check_markup has been run.
Development of this module sponsored by Prometheus Labor Communication.
Releases
| Official releases | Date | Size | Links | Status | |
|---|---|---|---|---|---|
| 5.x-1.0 | 2009-Jan-12 | 8.67 KB | Download · Release notes | Recommended for 5.x | |
| Development snapshots | Date | Size | Links | Status | |
|---|---|---|---|---|---|
| 6.x-1.x-dev | 2009-Jan-13 | 8.74 KB | Download · Release notes | Development snapshot | |
