Shoutbox by Siropu

Скачать Shoutbox by Siropu
Недавно искали:

Itnull

Команда форума
Администратор
Регистрация
22.05.13
Сообщения
25.539
Реакции
9.484
Веб-сайт
itnull.me
  • Автор темы
  • Администратор
  • Модер.
  • Команда форума
  • #1
Виджет простого чата, который можно добавить в любую из доступных позиций виджетов.

Опции:
  • Настройка интервала обновления окна чата.
  • Настройка максимальной длины сообщения.
  • Настройка количества отображаемых сообщений в видимой части окне чата.
  • Настройка автоматического удалять сообщений, старше x-дней.
  • Включение/отключение звукового уведомления о новых сообщениях.
  • Включение/отключение отображения аватаров пользователей в сообщениях чата.
  • Включение/отключение разрешения использовать BB-коды.
  • Возможность указать произвольное сообщение в футере (под сообщениями) чата.

Возможность настроить права для просмотра чата, редактирования/удаления сообщений, очистки сообщений (команда /prune).
При прокрутке окна сообщений, более старые сообщения подгружаются автоматически.

Автор не планирует добавлять новые функции и возможности в этот чат.

Если у Вас PHP не выше 5.6, то при попытке отправки сообщения получите ошибку.
Автор чата использует в коде синтаксис, доступный только в PHP 7+.

Для исправления работы, если у вас не PHP 7, в файле
src\addons\Siropu\Shoutbox\Pub\Controller\Shoutbox.php
Найти:

PHP:
   if ($shouts->count())
          {
               $reply->setJsonParams([
                    'lastId' => $shouts->first()->shout_id,
                    'prune'  => $params->prune ?? false
               ]);
          }

Заменить на:
PHP:
 if($params->prune) {
            $prune = true;
          } else {
            $prune = false;
          }

          if ($shouts->count())
          {
               $reply->setJsonParams([
                    'lastId' => $shouts->first()->shout_id,
                    'prune'  => $prune
               ]);
          }



Shoutbox by Siropu 1.1.1​

 

Вложения

  • Siropu-Shoutbox-1_1_1.zip
    22,1 KB · Просмотры: 12
Последнее редактирование:
About This File
This is a shoutbox widget that you can add in any of the available widget positions.

Options:

  1. Shoutbox refresh interval - Allows you to set refresh interval for new messages. This option can be disabled.
  2. Maximum shout length - Set the maximum allows shout length.
  3. Shout display limit - Set the maximum number of shouts to display on page load.
  4. Delete shouts older than - Allows you to auto-delete shouts older than x days.
  5. Auto prune shoutbox every x hours.
  6. Auto prune message.
  7. Enable sound - Enable sound notification for new shouts.
  8. Enable avatars - Display user avatar in shout.
  9. Allow BB codes - Controlls if BB codes are parsed or not.
  10. Footer - Allows you to add custom content (text, ads, etc) in the shoutbox footer.
It has user group permissions for using shoutbox, editing/deleting shouts, prune shoutbox (/prune)
When scrolling at the bottom of the shouts, older shouts will be automatically loaded.

I don't plan to add new features to this add-on. If you want a feature rich chat application, then please see my Chat 2 add-on (coming soon).
 

Вложения

  • Siropu - Shoutbox 1.1.3.zip
    23,2 KB · Просмотры: 10
About This File
This is a shoutbox widget that you can add in any of the available widget positions.

Options:

  1. Shoutbox refresh interval - Allows you to set refresh interval for new messages. This option can be disabled.
  2. Maximum shout length - Set the maximum allows shout length.
  3. Shout display limit - Set the maximum number of shouts to display on page load.
  4. Delete shouts older than - Allows you to auto-delete shouts older than x days.
  5. Auto prune shoutbox every x hours.
  6. Auto prune message.
  7. Enable sound - Enable sound notification for new shouts.
  8. Enable avatars - Display user avatar in shout.
  9. Allow BB codes - Controlls if BB codes are parsed or not.
  10. Footer - Allows you to add custom content (text, ads, etc) in the shoutbox footer.
It has user group permissions for using shoutbox, editing/deleting shouts, prune shoutbox (/prune)
When scrolling at the bottom of the shouts, older shouts will be automatically loaded.

I don't plan to add new features to this add-on. If you want a feature rich chat application, then please see my Chat 2 add-on (coming soon).
 

Вложения

  • Siropu - Shoutbox 1.1.4.zip
    24,6 KB · Просмотры: 15
  • Автор темы
  • Администратор
  • Модер.
  • Команда форума
  • #4
Виджет простого чата, который можно добавить в любую из доступных позиций виджетов.

Опции:
  • Настройка интервала обновления окна чата.
  • Настройка максимальной длины сообщения.
  • Настройка количества отображаемых сообщений в видимой части окне чата.
  • Настройка автоматического удалять сообщений, старше x-дней.
  • Включение/отключение звукового уведомления о новых сообщениях.
  • Включение/отключение отображения аватаров пользователей в сообщениях чата.
  • Включение/отключение разрешения использовать BB-коды.
  • Возможность указать произвольное сообщение в футере (под сообщениями) чата.
 

Вложения

  • Siropu-Shoutbox-1_3_1.zip
    27,5 KB · Просмотры: 11
Shoutbox by Siropu 1.3.2
 

Вложения

  • _shoutbox-by-siropu-paid-1.3.2.zip
    33,3 KB · Просмотры: 7
Shoutbox by Siropu 1.3.3
 

Вложения

  • shoutbox-by-siropu-paid-1.3.3.zip
    33,6 KB · Просмотры: 5
Shoutbox by Siropu 1.4.3
 

Вложения

  • shoutbox-by-siropu-1.4.3.zip
    34,8 KB · Просмотры: 7
  • Автор темы
  • Администратор
  • Модер.
  • Команда форума
  • #8
Назад
Сверху Снизу