[Plugin: User Avatar] wrong URLs to avatars
-
Hi,
avatars are not being shown. Therefore I inspected the src-attribute of the image (all images). The src-path looks like this: src=”user-avatar-pic.php?src=link/to/file”
I changed in user-avatar.php on line 603 the content
from:
$avatar_url = plugins_url(‘/user-avatar/user-avatar-pic.php’).”?src=”.$avatar_src .”&w=”.$width.”&id=”.$item_id.”&random=”.$file_time;to:
$avatar_url = $avatar_src;and all works perfect.
Greets,
p4trick
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘[Plugin: User Avatar] wrong URLs to avatars’ is closed to new replies.