1. Content Construction Kit (CCK) 6.x-2.4
2. ImageField 6.x-3.1
3. have given 777 to check
4. download method: public
5. imagefield configuration: see below
6. expected results: only show default images on nodes that actually have this field (in a view with fields)
7. the unexpected actual results: default images of fields are shown on nodes without this imagefield if the VIEW is set to fields and the imagefield is added)
8. Steps to reproduce the problem:

+ create 2 content types CONTENT TYPE A & CONTENT TYPE B
+ provide each content type with its own imagefield (IMAGEFIELD C & IMAGEFIELD D) hence its own default image
+ create some nodes (some with images uploaded, some without)
+ create a VIEW with FIELDS (i used a TABLE) and add both imagefields (with imagecache) and let the view show both content types

-> the default image of CONTENT TYPE B is loaded into a node of CONTENT TYPE A as this node has no image of this imagefield (this field does not exist on CONTENT TYPE A)

CommentFileSizeAuthor
#1 default_image_view.jpg109.41 KBdrupalok
default-image.jpg55.43 KBdrupalok
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

drupalok’s picture

FileSize
109.41 KB

i added a screenshot of my view... to make things clearer.
sorry for my confusing explanations... i am tired... it was a long long day :)

& thanks for this great module!!!!!

drupalok’s picture

Title: default image + views + imagecache + multiple content types not sharing all fields makes default images appear » default image is shown on nodes without this imagefield (in a list view)

changing title

drupalok’s picture

just saw, that it is an imagefield of a content profile

http://drupal.org/project/content_profile

that makes the unwanted default image...

can it be related to this module?

Benwick’s picture

+1 don't show the default image from cck field in a view (Row style: Fields)

CCK 6.x-2.4
ImageAPI 6.x-1.6
ImageCache 6.x-2.0-beta9
ImageField 6.x-3.1
FileField 6.x-3.1
Views 6.x-2.6

quicksketch’s picture

Status: Active » Closed (duplicate)

This is actually the same issue as #460996: ImageField Default Images not showing up in Views (only it's the compliment, same root cause though).