Hello,
I was wondering if someone could help direct me the right path.
I would like users to be able to upload many pictures (using imagefield), and I want to make it so the user can easily click a picture and make it their 'User Profile Picture', and then later click another picture to change their 'User Profile Picture'.
Is this currently possible using imagefield and some tricks in Drupal?
Many thanks!
Comments
Comment #1
quicksketchI'd suggest looking into Content Profile as a first step since you'd need to use nodes and CCK in order to use ImageField with your profiles. You'll need to write your own module to provide the "select an image" part, but then you can override theme_user_picture (similar to http://www.lullabot.com/articles/imagecache_example_user_profile_pictures) to use the selected picture instead of the normal one.
Comment #2
quicksketch