|
uCoz Community uCoz Modules Site Users Tag board user colors |
Tag board user colors |
Im trying to make this ok but i dont get user color group like it could be, i want in tag board to every user have own color but i cant.i want administrators red,moderators blue,vip green,user light blue. i try with few codes and it wont work so i put this and now every one is with wrong color. my code is this
Code <a href="javascript:void('Apply to')" onclick="parent.window.document.getElementById('mchatMsgF').focus();parent.window.document.getElementById('mchatMsgF').value+='$NAME$, ';return false;" <?if($USER_ID$='1')?>style="color:#030DF8;font-weight:bold;"<?endif?><?if($USER_ID$='2')?> style="color:green;font-weight:bold;"<?endif?><?if($USER_ID$='3')?>style="color: #453FFB;font-weight:bold;"<?endif?><?if($USER_ID$='4')?>style="color:#F70C0C;font-weight:bold;"<?endif?><span style="font-weight:bold;">$NAME$</span> </a> !
|
Ed05, it's not possible to conditionally change elements based on user group or user id. You can only conditionally change elements based on a persons username unfortunately.
Jack of all trades in development, design, strategy.
Working as a Support Engineer. Been here for 13 years and counting. |
| |||
| |||