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 releasesDateSizeLinksStatus
5.x-1.02009-Jan-128.67 KBRecommended for 5.xThis is currently the recommended release for 5.x.
Development snapshotsDateSizeLinksStatus
6.x-1.x-dev2009-Jan-138.74 KBDevelopment snapshotDevelopment snapshots are automatically regenerated and their contents can frequently change, so they are not recommended for production use.


 
 

Drupal is a registered trademark of Dries Buytaert.