XF 1.5 Undefined

Brad P

Well-known member
currently working on a member card template i have this code
Code:
<a class="Tooltip"<a href="{xen:link members, $user}"><i class="fa fa-user fa-lg"></i></a>

When i hover over the FA it displays but says Undefined how do i link them to what it should say Profile Page?
 
Hey Gemma, how can i get the tooltip to work on these 2?

Code:
<a class="Tooltip"<a href="https://thexpgamer.com/faq/" class="navLink"></span><i class="fa fa-id-card fa-2x"></i></a>
<a href="chat/" class="navLink"><i class="fa fa-weixin fa-2x"></i></a>
 
Top Bottom