Closed (fixed)
Project:
Node displays contributions
Version:
6.x-2.x-dev
Component:
ND CCK
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
14 Jul 2010 at 13:47 UTC
Updated:
23 Feb 2011 at 14:34 UTC
If a content type has a multiple valued field. Is it possible to control the number of items it shows within a build mode?
For instance, if you have a content type with a multiple valued image field. One might just be interested in displaying a single - i.e. the first - image instead of all the images.
This is useful for generating lists of nodes within views where you want to display 1 image while displaying the full node, multiple images might be shown.
Comments
Comment #1
swentel commentedsee http://drupal.org/node/700056 - search for 'Limit multiple field' - that's how we do it a work - the function on the docs pages could even be more generalized, but that's for another day :)
Comment #2
netsensei commentedTotally missed that info. My bad! :-)
Comment #3
pieterdcThanks for the hint. The workaround works.