Active
Project:
Profile 2
Version:
7.x-1.0-beta2
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
17 Apr 2011 at 05:25 UTC
Updated:
12 Nov 2012 at 12:10 UTC
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
Comment #1
joachim commentedAFAIK the User Picture is not made with FieldAPI -- you'd have to load it in with the theme probably.
Comment #2
joachim commentedThough it would make a nice contrib module to provide it as a field-type thing to easily add to all profiles.
Comment #3
Québec commentedHi,
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.
Comment #4
joachim commentedhttp://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.
Comment #5
Québec commentedThanks for pointing the way...
Comment #6
warmth commentedYeah 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.