2015-10-22, 06:33 AM
Hi I'm using the myprofile plugin and I wanted to change it so instead of showing the username under the avatar, it shows when hovering over the avatar, this is the code I used..
It works fine for usergroups with no format but for usergroups with format (like <span style... and such), it displays the code broken like this
![[Image: 9dQ1DyQ.jpg]](https://camo.mybb.com/f098032a57dacbaed9b4dd5516ae9d71a003f5ff/687474703a2f2f692e696d6775722e636f6d2f396451314479512e6a7067)
And this is when you hover over the avatar
![[Image: RRDXv2i.jpg]](https://camo.mybb.com/0d42926a6eb025658c51c559e6705a79497f2bb3/687474703a2f2f692e696d6775722e636f6d2f525244587632692e6a7067)
Thanks!
<td style="text-align:center;" class="{$td_class}" width="20%"><a href="{$profile_link}"><img src="{$avatar_src}" width="90px" height="131px" title="{$username}"></a></td>
It works fine for usergroups with no format but for usergroups with format (like <span style... and such), it displays the code broken like this
And this is when you hover over the avatar
Thanks!