Closed (fixed)
Project:
FileField
Version:
6.x-3.2
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
31 Dec 2009 at 00:29 UTC
Updated:
28 Apr 2010 at 23:43 UTC
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
Comment #1
404 commentedsubscribing
Comment #2
quicksketchYou 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.
Comment #3
quicksketch