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.
Downloads
Recommended releases
Development releases
Project Information
- Module categories: Content Construction Kit (CCK), Content Display
- Maintenance status: Unknown
- Development status: Unknown
- Reported installs: 267 sites currently report using this module. View usage statistics.
- Downloads: 3,563
- Last modified: January 14, 2009