Closed (fixed)
Project:
ImageField
Version:
6.x-3.2
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
4 Nov 2009 at 11:19 UTC
Updated:
1 Aug 2011 at 12:38 UTC
is it possible to display one thumbnail in teaser from multiple images?
trying to do a gallery with only one image showing in the teaser list.
wondering if possible from a single imagefield?
i suppose it could be done with 2 imagefields and setting display, but I was hoping from one field.
any help would be great.
Comments
Comment #1
pacome commentedSub !
I would also love to see such a feature !
Comment #2
quicksketchYou could also try using Views Attach to attach a single image to the node though a View that only shows the first image, then hide the normal display of images entirely. Otherwise you might just want to do some custom theming.
Comment #3
playground21 commentedDid you ever manage to show just the first image in the teaser? I'm trying to do the same thing.
Thank you
Comment #4
quicksketchYou can easily print out just the first image by doing some theming:
<?php print $field_image[0]['view']; ?>in your node.tpl.php files. I'm marking this issue fixed (to be closed shortly), because support on theming isn't provided in the ImageField queue.Comment #6
joe huggansWhat about creating an extra field in your content type called front image, then another field called images which accepts multiple images