I'm using Image Module. I am allowing users to submit a photo of themselves in registration. I don't want to force this, but I do want to impose a default, so everyone has a picture always.

Any tips?

Thanks!

Adam

Comments

problue solutions’s picture

http://drupal.org/project/image_attach_default

although I did have an issue with this module as explained here:

http://drupal.org/node/402216

nimzie’s picture

Sorry, I don't think I was clear .. Totally misleading actually.

Thanks for your answer - looks like a good module though...

I'm using the CCK Image field. This seems to be for the image.module which goes w/ gallery etc ... I've got that one covered.

Mainly setting up a default for this - even as the node creation form is created, that way the users will see the default thumbnail - preloaded in the node/add/x screen.

If they choose something, they choose something - if they don't - the originally populated pic shows.

Would that make sense?