|
uCoz Community Archives Locked Icons next to group names (group icons) |
Icons next to group names |
I would like to know how you add Images, next to a person of ranks name, as in a "Gold Crown" for Admins and "Silver" for mods. http://i38.tinypic.com/2ltfx2s.png
Post edited by Z10 - Saturday, 2009-04-25, 9:18 PM
|
I know how.
It is a pain, but bear with me. Copy and paste this code: Quote <?if($USER_RANK_NAME$='RANKNAME')?><img style="border: 1px solid #E9DCB0; border-top: 0px; border-bottom: 0px; border-right: 0px; border-left: 0px" src="IMAGEURL"/><font color=COLOR>$USERNAME$</font> <?else?> <?if($USER_RANK_NAME$='RANKNAME')?><img style="border: 1px solid #E9DCB0; border-top: 0px; border-bottom: 0px; border-right: 0px; border-left: 0px" src="IMAGEURL"/><font color=COLOR>$USERNAME$</font> <?else?> <?if($USER_RANK_NAME$='RANKNAME')?><img style="border: 1px solid #E9DCB0; border-top: 0px; border-bottom: 0px; border-right: 0px; border-left: 0px" src="IMAGEURL"/><font color=COLOR>$USERNAME$</font> <?else?> <?if($USER_RANK_NAME$='RANKNAME')?><img style="border: 1px solid #E9DCB0; border-top: 0px; border-bottom: 0px; border-right: 0px; border-left: 0px" src="IMAGEURL"/><font color=COLOR>$USERNAME$</font> <?else?> <?if($USER_RANK_NAME$='RANKNAME')?><img style="border: 1px solid #E9DCB0; border-top: 0px; border-bottom: 0px; border-right: 0px; border-left: 0px" src="IMAGEURL"/><font color=COLOR>$USERNAME$</font> <?else?><font color=COLOR>$USERNAME$ <?endif?> <?endif?> <?endif?> <?endif?> <?endif?> Paste this in "Forum appearance of entries". Right after Quote <A class=postUser onclick="emoticon('$USERNAME$,');return false;" href="javascript://"> Hope I helped! ~Slicer~ And If I did help, can you give me +1 reputation please? Post edited by slicer - Saturday, 2009-04-25, 9:42 PM
|
I know but i'm not talking about ranks, i'm talking about groups (ex. - Admin, Mod, Exp. Mod)
|
Quote (Z10) I know but i'm not talking about ranks, i'm talking about groups (ex. - Admin, Mod, Exp. Mod) I just have you the link above how to change the Group Icon. I guess i have to write it out for you, go to Control Panel » Users » User groups Choose a group that you want change/add the Group Icon Look for "Group icon (Direct link to the file):" |
Quote (Brazen) I just have you the link above how to change the Group Icon. I guess i have to write it out for you, go to Control Panel » Users » User groups Choose a group that you want change/add the Group Icon Look for "Group icon (Direct link to the file):" I don't want the group icon, i know how to change it... I need to know how to make Administrators, Exp. Mods, and Moderators, have crowns next to their names. |
I hope you understand this!
Put this code next to ranks name or where ever you want it to appear: $USER_RANK_NAME$ Will automatecly asign the right image to each group. Post edited by Brazen - Saturday, 2009-04-25, 11:04 PM
|
Quote (Z10) But i only want Admins and moderators to have crown icons. Not the people that have a master rank in posting. Administartor is group 1 Moderator is Group 2
Code <?if($GROUP_ID$="1")?><img src="Link to the crown image> $USERNAME$<?endif?><?if($GROUP_ID$="2")?><img src="link to crown image"> $USERNAME$ <?else?> $USERNAME$ <?endif?> You want that code instead of this,
Code --- CODE --- <?if($USER_RANK_NAME$='RANKNAME')?><img style="border: 1px solid #E9DCB0; border-top: 0px; border-bottom: 0px; border-right: 0px; border-left: 0px" src="IMAGEURL"/><font color=COLOR>$USERNAME$</font> <?else?> <?if($USER_RANK_NAME$='RANKNAME')?><img style="border: 1px solid #E9DCB0; border-top: 0px; border-bottom: 0px; border-right: 0px; border-left: 0px" src="IMAGEURL"/><font color=COLOR>$USERNAME$</font> <?else?> <?if($USER_RANK_NAME$='RANKNAME')?><img style="border: 1px solid #E9DCB0; border-top: 0px; border-bottom: 0px; border-right: 0px; border-left: 0px" src="IMAGEURL"/><font color=COLOR>$USERNAME$</font> <?else?> <?if($USER_RANK_NAME$='RANKNAME')?><img style="border: 1px solid #E9DCB0; border-top: 0px; border-bottom: 0px; border-right: 0px; border-left: 0px" src="IMAGEURL"/><font color=COLOR>$USERNAME$</font> <?else?> <?if($USER_RANK_NAME$='RANKNAME')?><img style="border: 1px solid #E9DCB0; border-top: 0px; border-bottom: 0px; border-right: 0px; border-left: 0px" src="IMAGEURL"/><font color=COLOR>$USERNAME$</font> <?else?><font color=COLOR>$USERNAME$ <?endif?> <?endif?> <?endif?> <?endif?> <?endif?> --- END CODE --- Use your brain before you post ~Lee
Please use search, ~Lee |
Thanks ilee , i hope this works.
|
| |||
| |||