By tinny on
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
I have used image fields with
I have used image fields with content profile without a problem, what problem are you seeing?
http://img227.imageshack.us/i
http://img227.imageshack.us/img227/7385/profilesozindustry12905.png
there's no "add image" under the Add new field heading.
Try to use "single-line
Try to use "single-line textfield" and in your template define it as image. Sad thing, no upload possibility.
That is the profile module,
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.
found this module:
found this module: http://drupal.org/project/reg_with_pic