Created content type w/ image filefield for CCK - would like to show the image in the view, not show a link to the image....
nikikelly74 - July 2, 2009 - 21:12
Can't seem to find a way to do this.....all i am able to get is an icon next to the file name that then links to the image....is there any way to have the image source displayed in my view when I choose to "output this field as a link"? I think I get close when I try to "rewrite the output" as:
<img src="/template/system/files/[field_supporturl_value]">
but the result is a broken image as the value of the field apparently not the filename. Can anyone help me get to my desired result or tell me if I'm barking up the wrong tree....I have the image module installed as well and have had no luck getting my images to show up that way either.
Thanks in advance!

Use Imagefield Module
The problem seems that in CCK field for uploading images, you are using the file upload widget instead of image.
To correct this, install Imagefield module. After enabling this go to mange fields of your CCK form and click on configure next to image field. Here in the widgets dropdown, select image option, disable the list field option and click save.
From display fields tab of the content type select “Image” for teaser and Full node view. And then save the settings.
Image will show on node view page.
If you are using this field in views then you will need to select Format “Image” for this field.
You can also use Imagecache module for displaying different sizes of uploaded images.
Imagefield project page : http://drupal.org/project/imagefield