Скрин - http://image2you.ru/30348/714491/
В файловый менеджер - http://depositfiles.com/files/aa7wdxv2c
Далее в css вставляем код:
Code
.alert{margin:3px 0;background:#f17b63;border:2px solid #f16640;}
.alert_left{height:76px;width:80px;background:#ee624f url(../images/alert.gif) no-repeat 10px 10px;}
.alert_right,.inform_right{text-align:justify;vertical-align:top;color:#fff !important;padding:8px 12px 8px 12px;}
.alert a:link,.alert a:active,.alert a:visited,.inform a:link,.inform a:active,.inform a:visited{color:#fff !important;text-decoration:underline !important;}
.alert a:hover,.inform a:hover{color:#fff !important;text-decoration:none !important;}
.inform{margin:3px 0;background:#4ec6e0;border:2px solid #3ebbda;}
.inform_left{height:76px;margin:0;padding:0;width:80px;background:#3ebbda url(../images/info.gif) no-repeat 10px 8px;}
Далее идём в ПУ/Управление дизайном/Форум/Вид материалов форума и в самом начале вставляем код
Code
<?if(substr($MESSAGE$,0,6)='$INFO$'&&($GROUP_ID$=3||$GROUP_ID$=4))?>
<table width="100%" cellspacing="0" cellpadding="0" class="postTable inform">
<tr>
<td class='inform_left'></td>
<td class='inform_right'>
<?if($ENTRY_MANAGE_ICON_BAR$)?><div style='float:right;'>$ENTRY_MANAGE_ICON_BAR$</div><?endif?>
<b>Информация от <?if($GROUP_ID$=4)?>администратора<?else?>модератора<?endif?>:</b><br>
<?substr($MESSAGE$,6)?>
</td>
</tr>
</table>
<?else?><?if(substr($MESSAGE$,0,9)='$WARNING$'&&($GROUP_ID$=3||$GROUP_ID$=4))?>
<table width="100%" cellspacing="0" cellpadding="0" class="postTable alert">
<tr>
<td class='alert_left'></td>
<td class='alert_right'>
<?if($ENTRY_MANAGE_ICON_BAR$)?><div style='float:right;'>$ENTRY_MANAGE_ICON_BAR$</div><?endif?>
<b>Замечание <?if($GROUP_ID$=4)?>администратора<?else?>модератора<?endif?>:</b><br>
<?substr($MESSAGE$,9)?>
</td>
</tr>
</table>
<?else?>
Далее в самом конце вставляем