I have traced the user profile image not resizing to OpenID Profile (I think)
i tried to recreate the config created by the Omniauth Relying Party feature and it requires OpenID Profile
when I enable either the feature or the module alone the user profile images no longer resize
makes me think it might be related to a recent bug in ImageCache or ImageCache Profiles ?
http://drupal.org/node/1109804
on OpenAtrium installs without enabling OpenID Profiles the user profile uploads work fine
latest versions of modules from contrib, sandbox and gitorious (omniauth);
Omniauth Relying Party 6.x-1.0-alpha1
Comments
Comment #1
niccolox commentedattached screenshots
I am guessing its either Strongarm or a versioning issue with one of the ImageCache types modules
will come back to it next week
Comment #2
niccolox commentedlooking at the code I guess its something to do with
will check if user-picture.tpl.php is any different between stock D6 and Open Atrium .. maybe thats it
Comment #3
niccolox commentedremoved the Omniauth reference from title, am now testing with installation of modules, not using feature or profile except as reference
Comment #4
sanduhrsRemoved the functionality to synchronize the user picture.
It needs some more thinking / work to implement it right.
That should fix the behavior described in the initial issue.
Comment #6
markwk commentedHave similar problem. I'm currently working on it. A bit of a difficult one this syncing of user profile pictures. You are right that it needs some rethinking.
I'm currently setting it up so that the hub site has the imagecache profile presets setup in a way that parallels what's needed on the atrium sites.
Thoughts on this approach?
Comment #7
markwk commentedHere's the patch to fix this problem, at least in my case. Not sure if this is a universal fix though.
Comment #8
sanduhrs