Установка: Это вставляем в Общий вид страниц форума после $BODY$
Code
<script type="text/javascript">
e=document.getElementsByTagName("TD");
for(k=0;k<e.length;k++) {
if(e[k].className=='posttdMessage') {
s=e[k].innerHTML;
while (s.indexOf('[a dminblue]') != -1) {
s=s.replace('[a dminblue]','<table width="100%" border="0" cellspacing="0" cellpadding="5" style="background-color:#252525; border-top:1px dotted #1d4ed3; border-right:1px dotted #1d4ed3; border-bottom:1px dotted #1d4ed3; border-left:1px dotted #1d4ed3;"><tr><td style="width:50px; height:50px; background-image: url(http://sinners.pp.ua/ablue.png); background-repeat:no-repeat; background-position:5px 3px;"> </td><td><font style="font-size: 14px; font-family: Verdana; color: #1d4ed3;">'); s=s.replace('[/a dminblue]','</font></td></tr></table>');
e[k].innerHTML=s;}}}
</script>
А это в форма добавления сообщения сразу после $BBCodes$
Code
<?if($CUR_GROUP_ID$="4")?><input type="button" value="Синие" onclick="simpletag('adminblue','','','message',''); return false;" class="codeButtons" title="Синие админ-сообщение" name="adminblue"/><?endif?>
Не забываем убрать пробелы между a_dminblue