CometChat 1.5 Intergrated
CometChat это возможность заменить оригинальный плагин чат, на более продвинутый. Демо
Загружаем
Создаем на FTP папку cometchat и загружаем в неё файлы.
Ставим следующие права на папки CHMOD 777
cometchat/config.php
cometchat/plugins/filetransfer/uploads
Установка:
Шаг 1
Запускаем установку.
http://www.domain.com/cometchat/install.php
Click on the "Click here to see footer code" link and copy all the contents of this new page.
Шаг 2
Открываем header_global.tpl
И находим:
<head>
Добавляем дальше:
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<script>jqcc=jQuery.noConflict(true);</script>
Сохраняем.
Открываем footer.tpl
Находим:
</body>
Заменяем на:
<link type="text/css" rel="stylesheet" media="all" href="cometchat/cometchatcss.php" charset="utf-8" />
<script type="text/javascript" src="cometchat/cometchatjs.php" charset="utf-8"></script>
</body>
Готово.