|
uCoz Community uCoz Modules Forum Make the names of Administrator or Moderator with color |
Make the names of Administrator or Moderator with color |
JayCrane, you can do this through using conditional operators and having the span the same class as the names at the bottom of the forum.
Hope this helps, Jack of all trades in development, design, strategy.
Working as a Support Engineer. Been here for 13 years and counting. |
JayCrane,Go to CP->Design->Design management (templates)->Forum->Appearance of entries->find:
Code $USERNAME$ Code <?if($GROUP_ID$ = 4)?><span style="color:red;">$USERNAME$</span><?else?>$USERNAME$<?endif?> See more about conditional operators here: http://forum.ucoz.com/forum/37-471-1#36483 and continue discussion about them in the provided thread. Btw you informative thread names, do not break forum rules (changed) |
Hey, I can do it for the admin... but I cant do more than one, or else it will come out repeatedly,
can you please give me the total code for moderators and admins |
Yes Im pretty sure I did, can you help me by putting up the code?
|
Expert1510,
Quote (Expert1510) Hey, I can do it for the admin... but I cant do more than one, or else it will come out repeatedly, can you please give me the total code for moderators and admins Use this code for both moderators and admins: Code <?if($GROUP_ID$ = 4)?><span style="color:red;">$USERNAME$</span><?else?><?if($GROUP_ID$ = 3)?><span style="color:blue;">$USERNAME$</span><?else?>$USERNAME$<?endif?><?endif?> |
How can you make the usernames of admins and mods with different colors on member page?
Attachments:
1456551.png
(84.6 Kb)
Post edited by Expert1510 - Thursday, 2012-08-09, 2:02 AM
|
| |||
| |||