This is the code that displays the total trophy count (with popup detail) in member_view template:
How would I get that number to display (with popup) in a widget?
Thanks!
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!