Zynektic
Well-known member
Good evening,
Could someone help me modify this so the tooltip shows the usergroup for staff and not their custom title please?
Thanks!
Could someone help me modify this so the tooltip shows the usergroup for staff and not their custom title please?
Code:
<xen:avatar user="$user" size="s" text="{$user.username} ({xen:helper userTitle, $user})" class="Tooltip" title="{$user.username}, {xen:helper userTitle, $user}" />
Thanks!