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;
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
Comment #1
yngens commentedthis way it works, but then it becomes impossible to delete the first uploaded picture.
Comment #2
yngens commentedi meant to replace picture with another new one.