Hi there, great module, just what I was after. I'm fairly new to Drupal so forgive me if this is an ignorant question.
I've set up two presets in ImageCache: squarethumbnail (100x100) and display (400x400). I've then installed the ImageCache Profiles module and set the user profile size to my "display" preset and the default user picture size to my "squarethumbnail" preset.
Now, I've set up a View block which displays a list of user thumbnails, using the Usernode: Picture field. This is always displayed in my right column.
If I view the user profile page, it correctly shows the avatar using the "display" preset at 400x400. The problem is, in my right column view, the avatar is also displayed using the "display" preset, so the image is too large for the column. Additionally, the other user images no longer use the squarethumbnail preset.
I'm not sure what goes on as I haven't looked through the code, but the ImageCache Profiles module must copy the image over to the original "pictures" directory after it resizes it? Is there an easy way I can achieve what I want - displaying the user image at one size in one block, and a different size in another block simultaneously?
Hope that makes sense.
Thanks,
Peter.
Comments
Comment #1
v1nce commentedThis is currently out of the scope for this module. I do plan on incorporating other modules within the UI soon. Please review 212091 for further info.
The comment module will be incorporated within imagecache_profiles next.