How do I add an image field to the user registration form?

I know once you've created an account you can upload a profile image, but I want the image to be uploaded on registration. Content profile doesn't handle image fields.

Comments

nevets’s picture

I have used image fields with content profile without a problem, what problem are you seeing?

tinny’s picture

http://img227.imageshack.us/img227/7385/profilesozindustry12905.png

there's no "add image" under the Add new field heading.

V I R U S’s picture

Try to use "single-line textfield" and in your template define it as image. Sad thing, no upload possibility.

nevets’s picture

That is the profile module, content profile allows you to use a content type for the profile. Since you can extend content types with CCK by using an image field you can use content profiles to add images to the users profile.

tinny’s picture