Установка:
ПУ-->Управление дизайном-->Мини-чат-->Форма добавления сообщений. Все удаляем и ставим это:
Code
<link type="text/css" rel="StyleSheet" href="http://s23.ucoz.net/src/css/992.css">
<style type="text/css">
#mchatBtn {background: #2663A7; width: auto; height: 23px; margin: 1px;
border: 1px solid #19416E; color: #E7F6FF; cursor: pointer;}
#mchatBtn:hover {background: #2B6FBB; width: auto; height: 23px; margin:
1px; border: 1px solid #19416E; color: #FFFFFF; cursor: pointer;}
#mchatMsgF {background:url('http://forucoz.com/chatall/mcht.png')
#E1E1E1; width: 100%; height: 25; border:1px solid #BBBBBB; padding: 5;
color: #242424;} .btns {background: #777777; width: auto; height: 23px;
margin: 1px; border: 1px solid #777777; color: #FFFFFF; cursor:
pointer;} .btns:hover {background: #414141; width: auto; height: 23px;
margin: 1px; border: 1px solid #777777; color: #9E9E9E; cursor:
pointer;} #rules {background: #550000; width: auto; height: 23px;
margin: 1px; border: 1px solid #100000; color: #FFFFFF; cursor:
pointer;} #rules:hover {background: #940000; width: auto; height: 23px;
margin: 1px; border: 1px solid #100000; color: #FFF9D7; cursor:
pointer;}
</style>
<body leftmargin="0"
topmargin="0" rightmargin="0" bottommargin="0" class="mchat"
onload="initform();initSel();" style="background: transparent
none;padding:2px;">
<INPUT type="text" maxlength="60"
name="uname" size="8" class="mchat" id="mchatNmF" value=""
onfocus="ffoc(this,0)" onblur="fblur(this,0)" title="Имя"
style="display: none;height: 24px; color: #777777; font-family: Verdana;
border: 1px solid #aaaaaa; background-color: #ffffcc; background:
url('http://coool.net.ru/images/1/main_top_gradient.png');
background-repeat: repeat-x; background-position: left
top;"><input type="text" maxlength="500" name="message" size="22"
class="mchat" id="mchatMsgF" value="" onfocus="ffoc(this,2)"
onblur="fblur(this,2)" title="Сообщение"><input type="submit"
value="Enter»" class="mchat" title="Отправить сообщение" id="mchatBtn"
onclick="return checkform(this.form);"><a
href="$ACTION_URL$"><input type="button" value="R" title="Обновить
чат" class="btns" onclick="window.location.reload();return
false;"></a><a href="javascript:void('smiles')"><input
type="button" value="S" title="Смайлики" class="btns"
onclick="ffoc(document.forms.addform.message,2);wasclk[2]=2;window.open('/index/35-0-2','csmiles','scrollbars=1,width=250,height=350,left=0,top=0');return
false;"></a><a href="http://www.For.uCoz.net"><input
type="button" value="A" title="Архив сообщений" class="btns"
onclick="window.open('/mchat/0-1','mchatCtrl','scrollbars=1,width=550,height=550,left=0,top=0');return
false;"><input type="button" value="F" title="Архив сообщений"
class="btns"
onclick="window.open('/mchat/0-1','mchatCtrl','scrollbars=1,width=550,height=550,left=0,top=0');return
false;"></a></p>
В Виде материалов мини-чата все заменяем на это:
Code
<div
class="cMessage" style="border-bottom: 1px dotted #25407C;
padding-bottom: 5px;"></div><div class="cName">
<img src="http://4ucoz.com/templates/4u/images/user.png" align="left">
<A
class="subforum" href="$PROFILE_URL$" "=""><font color="#3C73D8"
size="2">$USERNAME$</font></A><font color="#3C73D8"
size="2"> </font>
<font size="2"><br>
$MESSAGE$
</font>
</div><div class="cMessage" style="border-bottom: 1px dotted #25407C; padding-bottom: 5px;"></div>
Комментарии: