CCK Blocks

fokke - November 16, 2007 - 11:43

Adds a block for every CCK field you created, allowing to show the field value of the currently shown node in the block (placed left, right or in whatever region) instead of (or next to) the node's main content area. Kind of a simple panel variation. Your client can add node-related block-content right from the node's editing page.

CCK blocks depends on the cck module.

Note: Since version 5.x-1.2 and 6.x-1.1 the module does not hide the field in the node's content area anymore. You can do that for yourself in the CCK display settings. This allows you to show the field both in the node's content area and in the CCK block.

Note2 (Performance): Since many users have experienced tremendous problems when block caching is activated #400858: CCK Blocks appears to be incompatible with block caching, we decided to disable block caching for cck blocks. However, if you need block caching for some reason, please use the block cache alter module to activate block caching for individual blocks.

Related modules

If you want to have a field editable directly within a block, try editablefields.

Block titles support tokens from the token module. Use this module, if you want to have a field as block, with another field value as the block title.

Releases

Official releasesDateSizeLinksStatus
6.x-1.2-beta12009-Oct-297.28 KBRecommended for 6.xThis is currently the recommended release for 6.x.
5.x-1.22008-Mar-136.72 KBRecommended for 5.xThis is currently the recommended release for 5.x.
Development snapshotsDateSizeLinksStatus
6.x-1.x-dev2009-Nov-057.27 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.