imagefield_thumb in a view?

Tytest - September 30, 2009 - 17:31
Project:ImageField
Version:6.x-3.0
Component:Code
Category:support request
Priority:normal
Assigned:Unassigned
Status:closed
Description

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?

#1

andrewmacpherson - October 18, 2009 - 21:11

I 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.

#2

quicksketch - October 19, 2009 - 02:56

No, 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 .

#3

Tytest - October 22, 2009 - 19:33

I found a way to do it with Views and Imagecache. Thanks.

#4

andrewmacpherson - October 22, 2009 - 21:11
Status:active» fixed

Fixed, then

#5

Tytest - October 23, 2009 - 16:18

Not fixed, just another solution.

#6

System Message - November 6, 2009 - 16:20
Status:fixed» closed

Automatically closed -- issue fixed for 2 weeks with no activity.

 
 

Drupal is a registered trademark of Dries Buytaert.