Posted by peterpoe on September 23, 2007 at 9:08pm
2 followers
Jump to:
| Project: | Image Exact Sizes |
| Version: | master |
| Component: | Documentation |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
To make work the imagecache (HEAD version) + template.php modification proposed, the line of phptemplate_user_pictures:
$picture = file_create_url($account->picture);
has to be replaced with:
$picture = $account->picture;
Comments
#1
this way it works, but then it becomes impossible to delete the first uploaded picture.
#2
i meant to replace picture with another new one.