Resource icon

Unmaintained User Ranks Based on Trophy Points

Compatible XF 1.x versions
  1. 1.3
To display a rank image based on trophy points, you can do something like this (be sure to replace [path_to_image] with your image):

HTML:
        <xen:if is="{$user.trophy_points} >= 130">
            <a href="{xen:link members/trophies, $user}" class="concealed OverlayTrigger"><img src="[path_to_image]" class="Tooltip"...
You do not have permission to view the full content of this resource. Log in or register now.
Author
AzzidReign
Views
1,125
First release
Last update

Ratings

5.00 star(s) 2 ratings

Latest reviews

Cool! Thank you! For me this tutorial VERY useful!
Amazing.. Thanks your tutorial
Top Bottom