|
uCoz Community Archives Locked Crowns next to name |
Crowns next to name |
rebelion, if you mean an icon like Animorph, suggested. You can do this:
Code <img src="/crown-icon.png" border="0" alt="" /> Text goes here Then change /crown-icon.png to the link of the image/icon you want. |
CreativeCollusions, where would I put this so it displays in certain groups. Like if the user is a owner a certain icon will be displayed to the left of his name. If the user is a admin a certain icon will be displayed left to his name etc?
project-implement.com join rsps 508/525
|
Quote (rebelion) where would I put this so it displays in certain groups. well that is up to you , where do you want the icon to appear ? in forum ?
Quote (rebelion) Like if the user is a owner a certain icon will be displayed to the left of his name. If the user is a admin a certain icon will be displayed left to his name etc? that can be done with using conditional operators also if you need hep with conditional operators continue here : To busy building a passive income online ;)
|
Animorph, that's what I thought I know how to use conditional operators just that I wasn't sure. So I just go to the user template and fine $_username_$ and put the img icon code and conditional operators?
project-implement.com join rsps 508/525
|
rebelion, yes , good guess
go to Cp ---> Design ---> Desinmanagement templates --->Forum --> appearance of entry's ---> find:
Quote <a class="postUser" href="javascript://" rel="nofollow" onClick="emoticon('$USERNAME$,');return false;">$USERNAME$</a> edit the blue To busy building a passive income online ;)
|
I put <?if($GROUP_ID$=3 or $GROUP_ID$=4)?> <img src="/crown-icon.png" border="0" alt="" /> <?endif?>
before $USERNAME$ on the place you told me so than I went to design>>quick substitutions of template part and I put <?if($GROUP_ID$=3 or $GROUP_ID$=4)?> <img src="/crown-icon.png" border="0" alt="" /> <?endif?> project-implement.com join rsps 508/525
|
| |||
| |||