I have a views which pull images from nodes to display. The image field has a "Default image"-- if there is not image uploaded by user, it will show the default's. Before updating to the lastest Views 7.x-3.x-dev on 2011-Oct-27, everything worked fine, but after updated, only fields with uploaded image are shown. It does not work even if the view's field option on "No Results Behavior"->"Hide if empty" is unchecked.

At the same time I also upgraded my Drupal from 7.8 to 7.9 too. No idea which caused which to malfunction.

Comments

dawehner’s picture

Issue tags: -default

Remove absolute useless tag.

Wappie08’s picture

Yes I just saw this on my site too! No display of "default" image anymore when adding no image to a node (I'm using a views block to display the field).. I'm wondering what went wrong in the last couple of commits that broke this..

Greetings Wappie

dawehner’s picture

Okay i just setup a new content type + default image. Added a new content without a image and the default image appeared NOT.

The problem is the patch of http://drupal.org/node/1303398#comment-5165608

metakel’s picture

After a few days and a few updates of the dev modules, the problem has been fixed now. Thank you.

dawehner’s picture

Status: Active » Fixed

Right, see the link above.

Status: Fixed » Closed (fixed)

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

supriyarajgopal’s picture

Title: The lastest Views does not display default images for CCK image field » The latest Views does not display default images for CCK image field
Issue summary: View changes