How do I include the User Picture (that's uploaded during user registration) on my profile2 profile?
Under "Add existing field" user picture is not an option to select.

Comments

joachim’s picture

AFAIK the User Picture is not made with FieldAPI -- you'd have to load it in with the theme probably.

joachim’s picture

Though it would make a nice contrib module to provide it as a field-type thing to easily add to all profiles.

Québec’s picture

Hi,

is it possible to use the http://drupal.org/project/search_api to get the user picture? I've heard about «cross join» module. Could it be another solution to get the user picture (core) to be available in Views?

Thanks.

joachim’s picture

http://drupal.org/project/user_picture_field could be useful.

Search API doesn't look like the way to go to me. There's no need to search -- the data is there to connect up.

Québec’s picture

Thanks for pointing the way...

warmth’s picture

Yeah but that module doesn't provide support for multiple profile types and it doesn't use the default picture field (overwriting it) but it create a second avatar field to make it accessible what is senseless to me because it will brake Avatar Selection module support for example.