Closed (fixed)
Project:
Avatar Crop
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
10 Feb 2009 at 03:08 UTC
Updated:
17 Mar 2018 at 22:07 UTC
Jump to comment: Most recent
Comments
Comment #1
Anonymous (not verified) commentedwoups, I meant:
" It shouldn't need to be refreshed to show up correctly. "
Comment #2
alex.k commentedConfirmed; it looks like a browser caching issue, as if I view just the image, it will be the old one until it is reloaded. Perhaps the image file could be renamed with a timestamp or a random string, so that the old one is not used.
Comment #3
hhunter commentedYou can override template_preprocess_user_picture() to accomplish this... it's a bit overkill as it'll go to the server for every user picture on the site, every time. But it's a start:
Comment #4
rbl commentedSubscribing
Comment #5
rbl commentedHas anyone done any progress on this?
I tried a few things but I lack the necessary coding skills to pull it off. I see 3 options:
- rename the file;
- alter the timestamp (touch);
- both.
Hhunter's solution seems rather overkill if you consider a website where post and comments have user pictures...
Ricardo
Comment #6
petertj commentedI am also experiencing this problem, but only on IE (v7) - not FF, Safari or Chrome.
But sadly, most of our users are on IE, so I can't deploy this module. Too bad, it is a really big improvement over the default flow.
Comment #7
adeel.iqbal commentedResolved in later versions.