[Plugin: User Avatar] Avatar chaching
-
Second avatar don’t show, because of caching (in FF)
user-avatar.php, line 590original:
$avatar_url = plugins_url(‘/user-avatar/user-avatar-pic.php’).”?id=”.$item_id .”&w=”.$width;fix (adding random):
$avatar_url = plugins_url(‘/user-avatar/user-avatar-pic.php’).”?id=”.$item_id .”&w=”.$width.”&rnd=”.rand();
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘[Plugin: User Avatar] Avatar chaching’ is closed to new replies.