Это так сказать статус настроения для чата)
Установка:
В "Форма добавления сообщений" вместо
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?>
Вставить
Code
<?if($FLD_CUSTOM1$ || $FLD_CUSTOM2$)?>
<table border="0" cellpadding="1" cellspacing="1" width="100%">
<tr><td width="50%"><select size="3" width="60px" class="mchat" name="custom1" width="100%"><option value="0" selected="selected" > Статус </option>
<option value="http://i.smiles2k.net/aiwan_smiles/jester.gif" style="background: url('http://i.smiles2k.net/aiwan_smiles/jester.gif')no-repeat; width: 60px; height: 30px;"></option>
<option value="http://i.smiles2k.net/aiwan_smiles/stinker.gif" style="background: url('http://i.smiles2k.net/aiwan_smiles/stinker.gif')no-repeat; width: 60px; height: 30px;"></option>
<option value="http://i.smiles2k.net/aiwan_smiles/acute.gif" style="background:url('http://i.smiles2k.net/aiwan_smiles/acute.gif')no-repeat; width:60px; height:30px;"></option>
<option value="http://i.smiles2k.net/aiwan_smiles/drinks.gif" style="background:url('http://i.smiles2k.net/aiwan_smiles/drinks.gif')no-repeat; width:60px; height:30px;"></option>
<option value="http://i.smiles2k.net/aiwan_smiles/fuck.gif" style="background:url('http://i.smiles2k.net/aiwan_smiles/fuck.gif')no-repeat; width:60px; height:30px;"></option>
<option value="http://i.smiles2k.net/aiwan_smiles/good.gif" style="background:url('http://i.smiles2k.net/aiwan_smiles/good.gif')no-repeat; width:60px; height:30px;"></option>
<option value="http://i.smiles2k.net/aiwan_smiles/meeting.gif" style="background:url('http://i.smiles2k.net/aiwan_smiles/meeting.gif')no-repeat; width:60px; height:30px;"></option>
</select></td><td>$FLD_CUSTOM2$</td></tr>
</table>
<?endif?>
В Виде материалов вместо
Code
<?if($USERNAME$)?><a href="$PROFILE_URL$" title="$USERNAME$" rel="nofollow"><img alt="" src="http://s103.ucoz.net/img/icon/profile.png" width="13" border="0" style="vertical-align:-2px"/></a> <?endif?>
Вставить
Code
<?if($USERNAME$)?><a href="$PROFILE_URL$" title="$USERNAME$" rel="nofollow"><img alt="" src="http://s103.ucoz.net/img/icon/profile.png" width="13" border="0" style="vertical-align:-2px"/></a> <?endif?>
Все готово 