I have created a table view with the views module listing several fields from nodes I created using CCK and contemplate. One extra field I would like to display would be a thumbnail size image for the node. I created such a "teaser image" field in CCK with image field but when I try to include it as one of the fields in the table view nothing appears. Is there a better way of doing this?

Comments

orionvortex’s picture

Somebody must have a nice way of doing this. I have seen all sorts of hacks, hooks, snippets and other things that people have used to get a similar effect. Is there no universal way of doing this?

kriskhaira’s picture

i'm having the exact same problem using Views with image, image_attach and image_exact.

I see a "Image: Display Image" in Views but when I enable it, I see a table of items in the view, but my Photo column is empty.

orionvortex’s picture

I'm not sure that combination is the best unless you are just trying to make a photogallery. Upon further reading it seems that CCK, contemplate (content templates), imagefield, imagecache (for the thumbnails) and views make this possible...see http://drupal.org/node/82473.

List/table views w/ imagefield is currently an on-going issue

See: http://drupal.org/node/74373
which then leads to http://drupal.org/node/76643

There is the patch for imagefield (it might be committed by now) so if you go that route you might be successful.