XF 2.1 Avatar without link

mjda

Well-known member
Licensed customer
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.
 
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="" />
 
Back
Top Bottom