User: Picture can currently be displayed using the default image style only, the display is not configurable. (6.x doesn't support it either)
I can produce a patch if you think it makes sense to...
User: Picture can currently be displayed using the default image style only, the display is not configurable. (6.x doesn't support it either)
I can produce a patch if you think it makes sense to...
Comments
Comment #1
bojanz commentedUser:Picture is not a field api field, it's a relic from older versions of Drupal. That's why you don't see the formatters & options present when displaying a regular image field.
So, I'm not sure what you can patch.
(Leaving the issue open for clarification).
Comment #2
dawehnerhttp://api.drupal.org/api/drupal/modules--user--user.module/function/tem... loads the image style automatically. So for me it's a kind of won't fix.
Comment #3
bojanz commentedOkay.
That field needs to die in any case, no reason to use it instead of an imagefield attached to the user entity...