Posted by vintageb on September 16, 2010 at 11:19pm
3 followers
Jump to:
| Project: | ImageCache Profiles |
| Version: | 6.x-1.3 |
| Component: | Code |
| Category: | bug report |
| Priority: | major |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
OK, in User Settings, I set the default picture path to be "pictures"
Whenever a user uploads a picture, their picture is stored there in 'sites/default/files/pictures'
But when we use Imagecache Profile and we view that user's profile, the profile page looks for the picture in "sites/default/files/imagecache/user_image_default/pictures/". Since the picture is not stored there, hence the picture is not displayed.
How to fix this problem??
Comments
#1
I have the same problem. If this is not solved, I can't use Imagecache Profile (and I want to, desperately). I don't know how to fix this, but it seems that the module is broken because of this...
#2
Bump. I have the same issue... the directory 'pictures' is set in my /admin/user/settings page and the images are located at sites/default/files/imagecache/preset-name/pictures/*.jpg but when I'm displaying them in my tpl.php they're looking at sites/default/files/imagecache/preset-name/*.jpg, without the 'pictures' directory appended.