I've a CCK-node with imagefiled, allowing multiple entries. The node displays ALL images, which I want to customize. Instead the node should just display ONE of the multiple-entries. This can be the first image, the last or a random-pick.

I'm new to Drupal and any hint how to solve this, would be great (a cck-filter, customized-tpl, own module)

Regards & Thanks in advance

Ced

Comments

404’s picture

subscribing

quicksketch’s picture

You should override a node.tpl.php file for the type in which you are trying to make display a single image. See these related questions:

#386046: How do use php to call the first image uploaded from multiple images?
#166603: First image at top of content, remaining images at bottom.

quicksketch’s picture

Status: Active » Closed (fixed)