Taigachat pro

Скачать Taigachat pro
Сейчас ищут:

ivanvolgu

Житель
Регистрация
06.09.13
Сообщения
4
Реакции
4
TaigaChat Pro v1.0.5
 

Вложения

  • taigachat.zip
    60,6 KB · Просмотры: 15
  • Администратор
  • Модер.
  • Команда форума
  • #2
Спасибо. это старая версия.. а есть
TaigaChat Pro - Realtime chat/shoutbox 1.2.0 ?
 
Спасибо. это старая версия.. а есть
TaigaChat Pro - Realtime chat/shoutbox 1.2.0 ?
Выложил то что было на компе. Может вот это подойдёт? http://rghost.ru/48975657 http://rghost.ru/48975657

Это описание было на форуме.
PHP:
TaigaChat Pro - Realtime chat/shoutbox 1.2.0

TaigaChat (pronounced 'tie-gah chat') Pro brings to the table a wide array of commonly-requested features in the original TaigaChat free version, along with many improvements of my own concoction to make TaigaChat Pro more than an old-fashioned shoutbox - it is now also suited to replace highly-concurrent Flash, IRC and proprietary chatrooms.

Fresh installation instructions:
If upgrading from TaigaChat free, scroll down for correct instructions!

If you use [bd] Widget Framework:

Upload contents of upload folder to forum root.
Install new addon using addon-TaigaChat.xml.
Set the permissions for all relevant user groups.
Import widget_framework_taigachat_pro.xml from Appearance > Import Widgets - do NOT delete your existing widgets when prompted.
Then, go to Appearance > List Widgets and enable one of the two available Shoutbox types (Sidebar or Full width), and additionally the ‘Users in Chat’ widget if you desire.
Observe the settings in Home > Options > TaigaChat Pro, especially the top setting (‘Speed mode’) if shoutbox security matters.
If you use XenPorta and wish to include TaigaChat in your portal, upload contents of xenporta/upload folder to your forum root, then in Home > Blocks > Install Block, install TaigaChat.xml, TaigaChatAlt.xml andTaigaChatOnline.xml.

If you DO NOT use [bd] Widget Framework:

Upload contents of upload folder to forum root.
Install new addon using addon-TaigaChat.xml.
Set the permissions for all relevant user groups.
For sidebar: in the forum_list template, before or after (personal preference) <xen:include template="sidebar_online_users" /> add <xen:hook name="dark_taigachat" />
For full width above/below forum list: in the forum_list template, before or after (personal preference) <xen:if is="{$renderedNodes}"><xen:include template="node_list" /></xen:if> add<xen:hook name="dark_taigachat_alt" />
Observe the settings in Home > Options > TaigaChat Pro, especially the top setting (‘Speed mode’) if shoutbox security matters.
If you use XenPorta and wish to include TaigaChat in your portal, upload contents of xenporta/upload folder to your forum root, then in Home > Blocks > Install Block, install TaigaChat.xml, TaigaChatAlt.xml andTaigaChatOnline.xml.

Или вложенный файл. Проверьте.
 

Вложения

  • TaigaChat.Pro.v1.2.0.rar
    84,4 KB · Просмотры: 21
Последнее редактирование:
Вот есть сайт http://www.vbarea.com/ он забугорный, на нём что то есть для xenforo и для vBulletin. И вроде без проблем скачивать можно. Может будет полезным.
 
  • Администратор
  • Модер.
  • Команда форума
  • #5
Русский
 

Вложения

  • language-Russian-tayga(RU).zip
    5,4 KB · Просмотры: 16
  • Администратор
  • Модер.
  • Команда форума
  • #6
Делаем обращение по нику в TaigaChatPro 1.2.0

Открываем файл taigachat.js, в текстовом редакторе(к примеру Notepad+
Далее находим
PHP:
$("#taigachat_message").keypress(function (e) {
    if ((e.which && e.which == 13) || (e.keyCode && e.keyCode == 13)) {
      sendShout();
      return false;
    }
    return true;
  });

И ниже добавляем:
PHP:
// click_nick
  $('a.dark_chat').live('click', function () {
  try {
  var username = $(this).attr('title').toString();
  if (!username) {
  return;
  }
  if (!$('#taigachat_message')) {
  return;
  }
  var msg = $('#taigachat_message').val().toString();
  var replacement = '' + '[b]' + username + '[/b]' + ', ' + msg;
  $('#taigachat_message').val(replacement);
  $('#taigachat_message').focus();
  } catch (e) { }
  return false;
  });
  // end_click_nick

В шаблоне: dark_taigachat_list
Найти:

PHP:
 <a {xen:if $message.user_id, 'href="{xen:link members, $message}" '}class="username" itemprop="name"><xen:if is="{$message.usernameHtml}">{xen:raw $message.usernameHtml}<xen:else />{xen:helper richUserName, $message}</xen:if></a><xen:if is="!{$message.me} && !{$message.activity}">:</xen:if>

Заменить на:

PHP:
 <a {xen:if $message.user_id, 'title="{$message.username}" href="{xen:link members, $message}" '}class="dark_chat taigachat_msg_user" itemprop="name"><xen:if is="{$message.usernameHtml}">{xen:raw $message.usernameHtml}<xen:else /><span class="username">{xen:helper richUserName, $message}</span></xen:if></a>:
 
Наконецто нашол рабочий чат. установил через виджет фрамворк. вывел на главную. Спс тыкнул.
 

Похожие темы

Назад
Сверху Снизу