В общий вид страницы после $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('[abel]') != -1) {
s=s.replace('[abel]','<table width="100%" border="0" cellspacing="0" cellpadding="5" style="background-color:#252525; border-top:1px dotted #fbf9f9; border-right:1px dotted #fbf9f9; border-bottom:1px dotted #fbf9f9; border-left:1px dotted #fbf9f9;"><tr><td style="width:50px; height:50px; background-image: url(http://s48.radikal.ru/i122/1003/fa/7974ef57d1e0.png); background-repeat:no-repeat; background-position:5px 3px;"> </td><td><font style="font-size: 14px; font-family: Verdana; color: #fbf9f9;">'); s=s.replace('[/abel]','</font></td></tr></table>');
e[k].innerHTML=s;}}}
</script>
В форму добавления сообщения:
Code
<?if($CUR_GROUP_ID$="4")?><input type="button" value="Белое" onclick="simpletag('abel','','','message',''); return false;" class="codeButtons" title="Белое админ-сообщение" name="abel"/><?endif?>