XF 2.3 member_tooltip from link

stromb0li

Well-known member
How do I trigger the member tooltip on hover with a link vs using the <xf:username> tag? Or is there a way to override the <xf:username> tag to display different text from the username? :P
 
Sorry to bubble up an old topic, but just for someone else searching. In addition to data-xf-init="member-tooltip" you'll also want data-user-id="{$user.user_id}" or you'll see the same member-tooltip for the first user shown for all member-tooltip links present on the page.
 
Back
Top Bottom