Overlay on avatar click question

There's a helper which can/should be used
<xen:avatar user="$user" size="s" img="true" />
 
Then it should be something like

<a{$href} class=\"avatar Av{$user[user_id]}{$size}{$class}\"{$attribs} data-avatarHtml=\"true\">{$image}{$content}</a>

BUT you'll need to include the xenforo.js too (and also initialize it)
 
Then it should be something like

<a{$href} class=\"avatar Av{$user[user_id]}{$size}{$class}\"{$attribs} data-avatarHtml=\"true\">{$image}{$content}</a>

BUT you'll need to include the xenforo.js too (and also initialize it)
Thanks but I thought some html might of worked with me pulling most of the xenforo css and Js no worrys

Undefined variable: href
 
Top Bottom