Hi, is it possible to remove the default image that I set when viewing in full node? I only want the imagefield to show when a user uploads an image.

I will be using the default image in a block created by views module.

Thanks,

Comments

Meeyo’s picture

May be my question is confusing. Just a clarification.
hide default image in full node if there is no image uploaded but show it in full node if a user has uploaded an image. I only need the default image in a block that I created from a view.

mineshm’s picture

Status: Active » Fixed

Yes you need to untick "Use default image" in the CCK Imagefield in "Content types"

This will have side effect in Views. Views will not display an image by default anymore. In this case I would use "Empty text" in views when you select you imagefield.

you can add html in "Empty text" Only local images are allowed.

Status: Fixed » Closed (fixed)

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