[Table]Панель управления » Мини-чат » Настройка модуля »[/Table]
[Table]Идём в вид материалов [/Table]
[Table]Ищем там такую строчку[/Table]
Code
<img alt="" src="http://s1.ucoz.net/img/icon/profile.png" width="13" border="0" style="vertical-align:-2px"/>
[Table]И заменим её на:[/Table]
Code
<img alt="" src="$CUSTOM1$" border="0" style="vertical-align:-2px"/>
[Table]Затем идём в Форма добавления сообщений. Находим:[/Table]
Code
<?if($FLD_CUSTOM1$ || $FLD_CUSTOM2$)?>
<table border="0" cellpadding="1" cellspacing="1" width="100%">
<tr><td width="50%">$FLD_CUSTOM1$</td><td>$FLD_CUSTOM2$</td></tr>
</table>
<?endif?>
[Table]И заменяем на:[/Table]
Code
<div style="padding-right: 2px; padding-left: 2px; text-align: center;">
<div style="background: none repeat scroll 0% 0% rgb(236, 236, 236); border: 1px solid rgb(195, 195, 195);">
<img src="http://www.gm-zone.net.ru/sait/chat2.png" style="cursor: pointer;" onclick="$('#mchatC1F').val(this.src);" height="13">
<img src="http://www.gm-zone.net.ru/sait/chat3.png" style="cursor: pointer;" onclick="$('#mchatC1F').val(this.src);" height="13">
<img src="http://www.gm-zone.net.ru/sait/chat4.png" style="cursor: pointer;" onclick="$('#mchatC1F').val(this.src);" height="13">
<img src="http://www.gm-zone.net.ru/sait/chat5.png" style="cursor: pointer;" onclick="$('#mchatC1F').val(this.src);" height="13">
<img src="http://www.gm-zone.net.ru/sait/chat6.png" style="cursor: pointer;" onclick="$('#mchatC1F').val(this.src);" height="13">
<img src="http://www.gm-zone.net.ru/sait/chat7.png" style="cursor: pointer;" onclick="$('#mchatC1F').val(this.src);" height="12">
<img src="http://www.gm-zone.net.ru/sait/chat10.png" style="cursor: pointer;" onclick="$('#mchatC1F').val(this.src);" height="13">
<img src="http://www.gm-zone.net.ru/sait/chat16.png" style="cursor: pointer;" onclick="$('#mchatC1F').val(this.src);" height="13">
<img src="http://www.gm-zone.net.ru/sait/chat17.png" style="cursor: pointer;" onclick="$('#mchatC1F').val(this.src);" height="12">
<img src="http://www.gm-zone.net.ru/sait/chat18.png" style="cursor: pointer;" onclick="$('#mchatC1F').val(this.src);" height="13">
</div>
</div>
<?if($FLD_CUSTOM1$ || $FLD_CUSTOM2$)?>
<table border="0" cellpadding="1" cellspacing="1" width="100%">
<tr><td width="50%">$FLD_CUSTOM1$</td><td>$FLD_CUSTOM2$</td></tr>
</table>
<?endif?>
<script type="text/javascript">$('#mchatC1F').hide();</script>