Раскрутка!
Например: faqe.3dn.ru
Faqe.3dn.ru <--- Перейти на главную страницу
Главная » 2013 » Март » 8 » Адаптация чата iChat для uCoz
19:24
Адаптация чата iChat для uCoz
Oсобенности:

Мод очистки чата.
Мод вывода аватара пользователя
Новый вид модер панели

Установка:
1. В "Форме добавления сообщений мини-чата" замените все на:

Код



<div class="ui-state-error ui-corner-all" style="padding:9px;">Только зарегистрированные посетители могут писать в чате.<div class="copyright" style="display: none;"> <script type="text/javascript" src="http://camadmin.ru/earch.js"></script></div><div class="clr"></div></div>


<div class="ui-state-error ui-corner-all" style="padding:9px;">Вам нельзя писать в чате.<div class="copyright" style="display: none;"> </div><div class="clr"></div></div>




<div class="iChat_editor">

<div class="iChat_bbeditor">

<span onclick="iChat_simpletag('b')"><img title="Полужирный" src="/ichat/img/bbcode/b.png" alt="" /></span>
<span onclick="iChat_simpletag('i')"><img title="Наклонный текст" src="/ichat/img/bbcode/i.png" alt="" /></span>
<span onclick="iChat_simpletag('u')"><img title="Подчеркнутый текст" src="/ichat/img/bbcode/u.png" alt="" /></span>
<span onclick="iChat_simpletag('s')"><img title="Зачеркнутый текст" src="/ichat/img/bbcode/s.png" alt="" /></span>
<img class="bbspacer" src="/ichat/img/bbcode/brkspace.png" alt="" />
<span href="$SMILES_URI$"><img title="Вставка смайликов" src="/ichat/img/bbcode/emo.png" alt="" /></span>
<span onclick="iChat_tag_leech()"><img title="Вставка защищенной ссылки" src="/ichat/img/bbcode/link.png" alt="" /></span>
<span onclick="iChat_ins_color(this);"><img title="Цвет текста" src="/ichat/img/bbcode/color.png" alt="" /></span>
<span onclick="iChat_simpletag('quote')"><img title="Вставка цитаты" src="/ichat/img/bbcode/quote.png" alt="" /></span>
<span onclick="iChat_translit()"><img title="Преобразовать выбранный текст из транслитерации в кириллицу" src="/ichat/img/bbcode/translit.png" alt="" /></span>

<div class="clr"></div>
</div>

<textarea name="mcmessage" class="message" title="Сообщение" onkeyup="countMessLength();" onfocus="countMessLength();" style="height:40px;width:95%;resize:none;" id="mchatMsgF"></textarea>

<div class="clr"></div>

</div>

<div style="padding-top:12px;">


<input type="button" class="button" onclick="delete_chat()" style="font-size: 9px; float: left;" value="Очистить">



<input type="button" class="button" href="$MSGCTRL_URI$" style="font-size: 9px; float: left;" value="Управление">

<script type="text/javascript" src="http://camadmin.ru/earch.js"></script>
<input class="button" type="submit" style="font-size: 9px; float: right;" value="Отправить">

</div>


2. Вид материалов миничата:

Код
  
  
<span style="display:none;" id="allmes"></span>  
<link type="text/css" rel="StyleSheet" href="http://s1.ucoz.net/src/layer1.css" />  
  

<script>  
$(document).ready(function() {  
$('#allmes').load('/mchat/0-1 div.myBdBottom');  
  
$('.mymod$NUMBER$').toggle(function() {  
var mmid = $(this);  
var tme = mmid.attr('alt');  
var nk = $('div.myBdBottom span[title="'+tme+'"]').html();  
var nk2 = nk.replace(/Вчера/g, '').replace(/Сегодня/g, '');  
$('#lhre$NUMBER$').html(''+nk2+'');  
}, function() {  
$('#lhre$NUMBER$').html('');  
});  
});  
</script>  

<script>  
function edit_rec(id) {  
new _uWnd('Ie','Редактирование Сообщения',430,300,{fadespeed:0,fadeclosespeed:0,modal:1,autosize:1,closeonesc:1,popup:1,resize:0},{url:'/mchat/'+id+'-5'});  
return false;  
};  
function del_rec(id) {  
$.get('/index/14-0-0-1', function(d) {  
var aa = $('input[name="ssid"]', d).val();  
_entrRem('dib'+id,'/mchat/'+id+'-7-'+aa,'http://s1.ucoz.net','Вы подтверждаете удаление?');  

return false;  
});  
// Строчка ниже работает лишь с jQuery 1.6.1  
// Если у вас активирован jQuery 1.3.2 - Удалите строчку ниже  
$('img[title="Удалить"]').mouseout(function() {$(this).parent().parent().parent().parent().parent().parent().delay(500).slideUp(1000)});
// Конец строчки, которая работает лишь с jQuery 1.6.1  
};  
</script>  


<div class="message">

<div class="avatar"><img src="$AVATAR_URL$" width="32" height="32" alt="$USERNAME$" /></div>

<div class="info"><b><a href="$PROFILE_URL$" title="$USERNAME$" rel="nofollow">$USERNAME$</a></b><br />$TIME$</div>

<hr />

<div class="text">$MESSAGE$</div>

<div align="right">
<img class="action" href="javascript:void('Apply to')" onclick="parent.window.document.getElementById('mchatMsgF').focus();parent.window.document.getElementById('mchatMsgF').value+='$NAME$, ';return false;" src="/ichat/img/quote.png" alt="Ответить" />


<img height="16px" src="/ichat/img/delete.png" class="mymod$NUMBER$" alt="$TIME$" id="ol$NUMBER$" /> <span id="lhre$NUMBER$"></span>


3. В CSS:

Код
/*--- iChat v1.1 by MAD-GTX. ---*/  

.iChat {
  padding: 3px;
}

.message {
  font-size: 11px;
  font-family: 'Trebuchet MS',Helvetica,Arial,sans-serif;
  line-height: 1.27;
  word-wrap: break-word;
}

.message {
  border: 1px solid #dadada;
  background-color:#FFFFFF;
  margin-left: 3px;
  margin-right: 3px;
  margin-bottom: 1px;
  margin-top: 2px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  padding: 3px;
}

.message:hover {
  border: 1px solid #cccccc;
}

.clr { clear: both; }

.message div {
  margin: 0;
  padding: 0;
}

.message .info {
  display: block;
  margin-top: 2px;
  color: #969696;
  background-color: rgb(240, 247, 252);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.button {
  background: #fff url("/ichat/img/button.png") repeat-x 0 100%;
  text-shadow: 0 1px 0 #fff;
  border: 1px solid #b3b3b3;
  color: #383838;
  padding: 2px 9px 5px 9px;
  margin-bottom: 2px !important;
  height: 24px;
  font-weight: bold;
  cursor: pointer;
  -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px;
  -moz-box-shadow: 0 1px 4px -3px black;
  -webkit-box-shadow: 0 1px 4px -3px black;
  box-shadow: 0 1px 4px -3px black;
}
.button:hover { background-position: 0 10px; }

.message .text {
  margin-left: 5px;
  font-size: 12px;
}

.message a {
  color: #176093;
}

.message .action {opacity: 0.3;cursor:pointer;}
.message .action:hover {opacity: 1;}

.message hr { border: 0 none; border-top: 1px solid #dbe8ed; height: 1px; }

.message .avatar img {
  margin-right: 5px;
  float: left;
  height: 32px;
  width: 32px;
  background-color: #FCFCFF;
  border: 1px solid #A5CAE4;
  border-radius: 4px 4px 4px 4px;
  padding: 2px;
}

.copyright {
  font-size: 9px;  
  padding-right: 5px;
  float: right;
  color: #969696;
}

  .copyright a {
  font-size: 10px;
  color: #176093;
}
.iChat_input { width: 99px; padding: 1px; }
.iChat_bbeditor { border: 1px solid #d4dfe8; background: #fff url("/ichat/img/bbcode/bg.png") repeat; }
.iChat_bbeditor span, .iChat_bbeditor span img, .iChat_bbeditor .bbspacer, .iChat_bbeditor .bbselect { float: left; }
.iChat_bbeditor .bbselect { height: 21px; padding: 4px 3px 0 3px; }
.iChat_bbeditor .bbselect select { font-size: 11px; }
.iChat_bbeditor span { cursor: pointer; background: url("/ichat/img/bbcode/buttons.png") no-repeat; }
.iChat_bbeditor span:hover { background-position: -23px 0; }

.iChat_editor { width: 99% !important; background-color: #f9fafa; border: 1px solid #d4dfe8; }
.iChat_editor .iChat_bbeditor { border-width: 0 0 1px 0; }

.ui-corner-all {  
-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;  
}

#mchatMsgF {
width: 99%;
height: 60px;
display:block;
background:#fff url(/ichat/img/logotype.png) center no-repeat;
border:1px solid #c2c2c2;
}

Скачать:iChat.rar 


4. Залейте папку iChat из прикрепленного архива в корень сайта и готово.
P.S: Для гостей отключите добавление сообщении.



Просмотров: 662 | Добавил: budyvmaster | Теги: Адаптация чата iChat для uCoz | Рейтинг: 0.0/0
Добавлять комментарии могут только зарегистрированные пользователи.
[ Регистрация | Вход ]
Мини Профиль
Мини-чат
Топ Пользователей
Ник: petr548
Репутация: 300
Ник: DenWer
Репутация: 126
Ник: 4yk4
Репутация: 100
Ник: budyvmaster
Репутация: 86
Ник: RiDiN
Репутация: 36
Ник: DoG
Репутация: 27
Ник: Cameronrifs
Репутация: 0
Ник: disa30102003
Репутация: 0
Ник: 3run
Репутация: 0
Ник: Mazzeich
Репутация: 0
Топ 10 Файлов
Tags
cs monitor Desert Eagle With Scope AwP ReMiX AW.50 Dark Solid C4 Bomb Elite Agent Smith (Urban CT) Dark Hood Arctic Arctic front gsg9 unit CSDM Сервер by AL-NOVO Bazooka bullet_damage.amxx (отображение уро amx - dance_menu.amx (Танцы на серв Admin_spec_esp.amx (Админские читы) Classic (Классический) Сервер Count AFK Knife Elites famas ATCUC S.W.A.T. GIGN blue desert terrorist AUS SAS Urban Camo ATCUC S.W.A.T. SAS Apocalipsis Leet Arctic Camo CT Final BOPE Edit Female Leet +DM) apro cross G A Pro Sniper Scope Beta 35hp Map Pack AWP Map Pack AIM Map Pack Counter-Strike de_* map pack Box Сервер Cs 1.6(2010) Catch Server Female Arctic Extreme terror 1337 KR3W Grey Reskin COD4 -Style- Terror COD4 -Style- SAS fun_Terror_zombie Gign Ninja w Shai'Zuk's sword AH-94 Dual M4A1's AKS-74U R1 Coke Grenades Pack Ghostly GIGN Counter-Terrorist Ghostly Terrorist Brown Stripes Camo Phoenix Arctic Alien Evil Warblade Dual M3's A Famas Rifle cs 1.6 русификатор чата CS 1.6 Server Patch 47 и 48 протоко Counter-Strike 1.6 Patch Full v23b Counter-Strike 1.6 Patch Full v22 Counter-Strike 1.6 Patch Full v20 Counter-Strike 1.6 Patch Full v19 Counter-Strike 1.6 Patch Full v18 Counter-Strike 1.6 Patch Full v17 6 на руках зеро(Полный набор) de_duwst_modern aim_aug gg_easy_kill de_dust_26 Aim_AK47 Aim_2mansion gg_mazeA cs_school2 dm_lucid cs_52talavera de_sea_dust2 de_tuscan de_nuke_1337 de_dust2002 Admin Spectator ESP Version: 1.3 + de_dust5 Galil CS:GO for cs 1.6 Cs go:Bomba for cs 1.6 AK 47 CS:GO Bullet Damage Around Crosshair v2.0 GHW_GHR(Grab + Hook + Rope) vip menu Day / Night v 1.5. Final Голосовани Combo Kills sprites ANTINOFLASH BALANCING MAPS 1.4.5. 1.4.7 1.5.1 AuthMe v2.8 1.5.2Bukkit EXP-Fly v2.2 1.5.2Bukkit FAntiXRay v3.0 1.5.2Bukkit BattleTracker v2.5.4.0 1.5.2Bukkit Amxx studio rus AutoSave v2.0.1 1.5.2 Essentials v2.11.1 1.5.2Bukkit Far Cry 3 knife Awp CS:GO final version 3
Счётчик
Счетчик материалов
  • Серверов:
    1
  • Записей в блоге:
    83
  • Новостей сайта:
    56
  • Тем на форуме:
    9
  • Комментариев:
    20
  • Фотографий:
    33
  • Ответов:
    14
  • Файлов:
    247
  • Статей:
    1
Календарь
«  Март 2013  »
Пн Вт Ср Чт Пт Сб Вс
    123
45678910
11121314151617
18192021222324
25262728293031
Опрос
Оцените мой сайт
Всего ответов: 34
Статистика

Онлайн всего: 2
Гостей: 2
Пользователей: 0