How do you make your own preview tool tip?

Jaxel

Well-known member
I have custom pages here:
http://8wayrun.com/members/shenyu.3/xboxlive

They are similar to thread previews:
http://8wayrun.com/threads/voldo-dance-4.1430/preview

However, I'm trying to figure out how to implement these tool tip previews on mouse over, similar to how the thread preview tooltips work... I have tried the following, but it doesnt work:
Code:
<a href="http://live.xbox.com/en-US/MyXbox/Profile?Gamertag={$user.identities.xboxlive}"
title="{$user.identities.xboxlive}" class="PreviewTooltip"
data-previewUrl="{xen:link members/xboxlive, $user}">{$user.identities.xboxlive}</a>

What do I need to do, to get these tool tips working?
 
Hi Jaxel,

I'm trying to do something very similar, but I can't get the member pages created. How did you do that? :)

I'm aiming to put the contents of a custom profile field in to the tooltip popup.

Any advice you have would be great!
 
Top Bottom