Closed (fixed)
Project:
ImageField
Version:
6.x-3.0
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
30 Sep 2009 at 17:31 UTC
Updated:
6 Nov 2009 at 16:20 UTC
Imagefield automatically creates a thumbnail of the images uploaded and I'd like to know if there is a way to display this field with Views2?
Comments
Comment #1
andrewmacpherson commentedI don't know if the thumbnail from the imagefield widget can be used in views, but you could create an imagecache preset to do the job. Imagecache presets are available as field formatters in views2.
Comment #2
quicksketchNo, you cannot use the thumbnails generated by ImageField for any purpose other than on the node-edit form. The ImageField image generation mechanism is only done on node-edit (which means it only has to generate one image at a time) and would not scale well under a situation where multiple images needed to be generated at once. In Drupal 7 we've integrated both ImageField and ImageCache into core, making it so these two are no longer separate, which is partly the reason that I have marked this "by design" in #423714: CCK Display Fields: Thumbnail .
Comment #3
rewted commentedI found a way to do it with Views and Imagecache. Thanks.
Comment #4
andrewmacpherson commentedFixed, then
Comment #5
rewted commentedNot fixed, just another solution.