1. Заходим в ПУ->Мини-чат->Настройки модуля и ставим галочку возле "Доп. поле1" ну и сохраняем.
2. идем в Управление дизайном и ищем там Мини-чат, теперь коды
Вид материалов(ставите код туда, где будет показываться иконка):
Code
<?if($CUSTOM1$)?><img src="$CUSTOM1$"><?endif?>
Форма добавления сообщения(где будут показываться иконки для вставки):
Code
<span style="color:gray;">Иконка сообщения:</span><br>
<img src="http://x666.ucoz.com/postIcons/v2/2.png" style="cursor: pointer" onclick="$('#mchatC1F').val(this.src);" />
<img src="http://x666.ucoz.com/postIcons/v2/8.png" style="cursor:pointer" onclick="$('#mchatC1F').val(this.src);" />
<img src="http://x666.ucoz.com/postIcons/v2/9.png" style="cursor:pointer" onclick="$('#mchatC1F').val(this.src);" />
<img src="http://x666.ucoz.com/postIcons/v2/11.png" style="cursor:pointer" onclick="$('#mchatC1F').val(this.src);" />
<img src="http://x666.ucoz.com/postIcons/v2/13.png" style="cursor:pointer" onclick="$('#mchatC1F').val(this.src);" />
<img src="http://x666.ucoz.com/postIcons/v2/14.png" style="cursor:pointer" onclick="$('#mchatC1F').val(this.src);" />
<img src="http://x666.ucoz.com/postIcons/v2/15.png" style="cursor:pointer" onclick="$('#mchatC1F').val(this.src);" />
<?if($FLD_CUSTOM1$)?>
<table border="0" cellpadding="1" cellspacing="1" width="100%">
<tr><td width="50%">$FLD_CUSTOM1$</td></tr>
</table>
<?endif?>
<script type="text/javascript">$('#mchatC1F').hide();</script>