AzzidReign
Well-known member
AzzidReign submitted a new resource:
User Ranks Based on Trophy Points - Display a rank image in the postbit based on trophy points earned
Read more about this resource...
User Ranks Based on Trophy Points - Display a rank image in the postbit based on trophy points earned
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" title="{xen:phrase trophy_points}: {$user.trophy_points}" /></a> <xen:elseif is="{$user.trophy_points} >= 85" /> <a href="{xen:link...
Read more about this resource...