Is there a feature to add banners for trophy user titles just like user groups? Tried looking on the forums, only found Trophy icons, but not the trophy user titles themselves. Any advice? Any add-ons related to this?
Thanks in advance!
Not sure if this is about trophy user title banners, but maybe someone will know what is this about and maybe help me out a bit?
Thanks in advance!
Not sure if this is about trophy user title banners, but maybe someone will know what is this about and maybe help me out a bit?
The only way I know is to use usergroups and conditional statements.
Yeah, figured it out.
Code:<xen:if is="{$user.message_count} > 500"> <dl class="pairsInline"> <dt>Roshan</dt> <img src="styles/default/xenforo/ranks/rank_thedaddy.png" /> </dl> <xen:elseif is="{$user.message_count} > 400" /> <dl class="pairsInline"> <dt>Thunderhide</dt> <img src="styles/default/xenforo/ranks/rank_spammer.png" /> </dl> <xen:else /> <dl class="pairsInline"> <dt>Kobold</dt> <img src="styles/default/xenforo/ranks/rank_0.png" /> </dl> </xen:if>
Etc etc.