XF 2.0 How can I add the trophy count in a widget?

Alien

Well-known member
This is the code that displays the total trophy count (with popup detail) in member_view template:

HTML:
<a href="{{ link('members/trophies', $user) }}" data-xf-click="overlay" class="fauxBlockLink-linkRow u-concealed">
                    {$user.trophy_points|number}
</a>

How would I get that number to display (with popup) in a widget?

Thanks!
 
Top Bottom