I am making a web page using both the Profile2 module and the Statuses module. They work very well together and makes for a really neat "instant community" when combined with the Advanced forum module.

There is however one problem that I think you easily could solve to make it work even better. "Statuses" use the image available in the Drupal $user variable. But when adding an image field in Profile2 it creates a completely new image that I am unsure on where it is stored. There is some logic in this (keep account and profile separate) but for most websites this is most likely going to be an unnecessary duplication of information and causing issues when combing Profile 2 with other social modules. So have an option to make the Profile2 user image being saved as the default user account image that Drupal core and other modules use.

Comments

shivams’s picture

Does this solve your problem: http://drupal.org/project/user_picture_field ?