B Bimble Active member Jun 14, 2019 #1 The avatar on the member page links to the image used in the avatar - which effectively takes a visitor off the main site and lands them on just an image - is this intended or maybe an oversight (it doesn't do it in XF1.5)?
The avatar on the member page links to the image used in the avatar - which effectively takes a visitor off the main site and lands them on just an image - is this intended or maybe an oversight (it doesn't do it in XF1.5)?
B Bimble Active member Jun 14, 2019 #3 Okay, thanks - seems a bit odd, but fair enough. Upvote 0 Downvote
B Bimble Active member Jun 14, 2019 #5 Quick 'n' dirty fix - member_view template: Replace: Code: <xf:avatar user="{$user}" size="l" href="{{ $user.getAvatarUrl('o') ?: '' }}" /> With: Code: <xf:avatar user="{$user}" size="l" /> Not ideal as the member card popup appears on hover, but couldn't work out how to replace it with just the avatar image. Upvote 0 Downvote
Quick 'n' dirty fix - member_view template: Replace: Code: <xf:avatar user="{$user}" size="l" href="{{ $user.getAvatarUrl('o') ?: '' }}" /> With: Code: <xf:avatar user="{$user}" size="l" /> Not ideal as the member card popup appears on hover, but couldn't work out how to replace it with just the avatar image.