okay... what do I have to do if I a user will have a different rank if he/she gets a certain trophy...
I've thought of that... but I already got loads of user groups... so I have to create one for each of the group...You could create a special usergroup for the Trophy Winner and move them into that usergroup
<xen:if {user.postcount} > '400'>
okay... what do I have to do if I a user will have a different rank if he/she gets a certain trophy...
thanks anyway... Brogan helped me on thatAnother way you could do that is to base the user rank on the user title instead of the usergroup. This has the added benefit of being able to give custom user ranks by simply changing a specific user title to a custom title. Click the link below, credit goes to Jake Bunce who helped me with this...
http://xenforo.com/community/threads/is-there-a-way-to-link-trophy-user-titles-to-images-in-the-userinfo-area.22047
<!-- Start User Ranks -->
<xen:if is="{$user.user_id} == 1">
<span class="userrank">CC Founder</span>
</xen:if>
<xen:if is="{$user.is_moderator} AND !{$user.user_id} == 1">
<span class="userrank">Moderator</span>
</xen:if>
<!-- End User Ranks -->
Try using != instead of ==.
Remove the ! from the beginning too.
Create a new class name in HTML & CSShow can I set the green color of all the box for a specific usergroup like in the picture?
Create a new class name in HTML & CSS
E.g. userrank_YOUR-CUSTOM-GROUP-NAME
And the same in the CSS, copy/paste the whole thing so you have 2 blocks and change the class name for the new block. Then change the rank colors in the new CSS code block to the desired values. If needed I can explain in more detail.
I don´t understand the instructions he gavePlease do, I'm a noob![]()
We use essential cookies to make this site work, and optional cookies to enhance your experience.