mjda Well-known member Jun 23, 2019 #1 Is it possible to use <xf:avatar ... and disable the link? All I want to display is the avatar image, with no tooltip (which I see how to do) and no link.
Is it possible to use <xf:avatar ... and disable the link? All I want to display is the avatar image, with no tooltip (which I see how to do) and no link.
Aayush Well-known member Dec 28, 2019 #2 Had to dive into the code to figure out, but if you're stuck on this. Here is how you do it: Code: <xf:avatar user="$xf.visitor" size="xs" href="" /> Upvote 0 Downvote
Had to dive into the code to figure out, but if you're stuck on this. Here is how you do it: Code: <xf:avatar user="$xf.visitor" size="xs" href="" />