Closed (works as designed)
Project:
ImageCache Profiles
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Oct 2011 at 00:21 UTC
Updated:
4 Oct 2011 at 20:02 UTC
I have used imagecache_profiles in the past with D6. I am currently using the D7 version (7.x-1.x-dev) on a D7 site and am failing to get any results of image styles being applied, either with views integration or with standard output on comments. The default 'picture display style' is applied everywhere regardless of other presets being configured.
Please find attached the Account Settings configuration screen with selected image style presets and an example Views 3 user picture configuration screen.
Maybe I'm missing something in the D7 version, although the setup is fairly straight forward.
Thanks.
| Comment | File | Size | Author |
|---|---|---|---|
| user-picture-views.jpg | 114.28 KB | anniegreens | |
| user-picture-config.jpg | 253.39 KB | anniegreens |
Comments
Comment #1
andypostIt seem that your settings are correct but whats wrong with?
Comment #2
anniegreens commentedThe image styles are not being applied in the respective areas of the site or in views with an image style selected for a user picture. Everything is sized using the default 'picture display style'.
I've read in the D6 version an issue with realname module and it looks as though that was resolved using the latest dev release. I am also using realname and currently using the 7.x-1.x-dev version of imagecache_profiles, which was last updated some time ago. Is it possible the this bug needs to be resolved in the D7 version as well?
Comment #3
andypostSo you are affected by realname issue? If so try to disable realname module and comment a result.
Comment #4
anniegreens commentedMay this be a lesson to you all:
This one is my fault. I'm overriding the preprocess_user_picture function in my theme, and I neglected to copy the content from imagecache_profiles. D'oh.
Thanks for your support anyway!