Mini-chat (Shoutbox)

Download Siena version 

English
ShoutBox (mini-chat) for Cotonti.
The idea of creation: the plugin Box for seditio.
Features: the division on the rights (read, add, delete messages), auto refresh
It supports AJAX, for all functions - pagination, add and delete messages, chat auto content.
2 modes of Mini-chat: panel mode and window mode.
By default, is supported panel mode only on index.php, but you can easily adapt it for your needs:
Create a copy of minichat.index.php, rename, open the file in Notepad and replace:

 

Hooks = index.tags 

 

for the necessary hook.

Moool13's fork for Siena:

  • Uses own DB table
  • Sends messages via POST
  • Messages are editable
  • Auto-update only on 1st page
  • Smilies


Russian
Мини-чат для Cotonti.
Идея создания: плагин Box для seditio.
Возможности: разделение на права (чтение, редактирование), добавление, удаление сообщений, автообновление
Поддерживает AJAX, применительно ко всем функциям - навигации по страницам, добавление и удаление сообщений, автообновление содержимого чата.
2 режима работы: в панели и в отдельном окне.
По умолчанию поддерживается на панели только на index.php, но Вы можете легко его адаптировать под ваши нужды:
Создайте копию файла minichat.index.php, переименуйте, откройте файл в блокноте и замените:

Hooks=index.tags

на необходимый Вам хук.

 

Moool13's fork для Siena:

  • Использует свою таблицу БД
  • Отправляет сообщения через POST
  • Редактирование сообщений
  • Авто-обновление только на первой странице
  • Смайлики

1. Nafanya  04.03.2009 05:19
Попробовал поставить - работает всё хорошо, только у меня баг, показывает дату вот в таком виде 01.01.1970 00:00 во всех сообщениях
2. Blikes  22.07.2010 15:49
Love it.
3. Dave  12.05.2012 12:12

got some problems with it after updateing to 0 6 23 .. :( after "reply" minichat goes blank :( i think its smth jquerty thing releated :(

4. singh336  29.06.2013 22:54

^ Having the same problem, has anyone found a fix?

5. singh336  25.11.2013 22:25

For future reference

 

#36703 Harker:

Hi,

I think that the problem comes of jquery, I had the same problem very long ago.

It is not recommended but I edited my file "js/jquery.js" by adding at the end of page this code :

 

// ----------------------------------------------------------------------------
// Added for Shoutbox
// ----------------------------------------------------------------------------

{$.fn.markItUp=function(){};};
var L = {}
var mini = {}

 

This should fix the refresh issue when submitting a message, and the tags in the TPL for the minichat need to be changed to "submit" or "send" under the value variable under the input submit codes so you can see text on the buttons.

Добавление комментариев доступно только зарегистрированным пользователям