Code
<?if($USER_ID$='1' or '2')?><font color="red">$NAME$</font><?else?>$NAME$<?endif?>
Вместо '1' or '2' пишешь id админов
Еще вот это :
Code
<?if($USER_ID$='1')?><a href="javascript:void('Apply to')" onclick="parent.window.document.getElementById('mchatMsgF').focus();parent.window.document.getElementById('mchatMsgF').value+='[color=red][b]$NAME$[/b][/color], ';return false;"><?else?><a href="javascript:void('Apply to')" onclick="parent.window.document.getElementById('mchatMsgF').focus();parent.window.document.getElementById('mchatMsgF').value+='[i]$NAME$[/i], ';return false;"><?endif?>
вместо этого :
Code
<a href="javascript:void('Apply to')" onclick="parent.window.document.getElementById('mchatMsgF').focus();parent.window.document.getElementById('mchatMsgF').value+='[i]$NAME$[/i], ';return false;">