I'm building a site with Drupal 7.2, and using several useful modules (Views, Display Suite, and 20+ more).
I've added an image field in a content type (article), and set the 'Field Settings' -> 'number of values' to 5, which means users can upload 5 images for this field.
Under 'Full Content' view mode, I'd like to display all the images, but How DO I display only ONE image under 'Teaser' mode? Is there any modules can do this?
|
| ||||
|
feedback
|
|
I solved this problem by adding a new template for this field type like field--field_image.tpl.php in my case with the following code:
Hope this helps. Edit: Here's the (probably) correct way to do it:
| |||||||||
feedback
|
|
It did not work for me, i had to adjust the code sligthly:
| |||
|
feedback
|