Revised, redesigned and adapted to DLE 10.3 chat module. Simple functional, is all that is necessary, and no excess.
Functionality of the site:
1. Writing messages in chat with the conclusion avatars. It is possible to write, referring to a specific user. Compatible bb tags, smiles, colors, fonts .. The administrator or moderator can delete the message.
2. There is a setting in the admin chat.
3. Ban users
4. Filter words with replacement
5. Save the logs and view them
6. Cleaning of all messages in the chat.
What I actually corrected the errors of:
1. Fixed a bug where the avatar appeared for a second, then becomes a bat picture.
2. After clicking "Send" the message is not sent until you press enter.
3. A couple of small bugs in the admin.
4. Fixed auto-update the chat.
Installing
1. Pour the files on the server
2. Align right folder engine \ chat \ data and files in it, as well as on the backup / chat / - 777
3. Open index.php
Find:
require_once ROOT_DIR . '/engine/init.php'; require_once ENGINE_DIR . '/chat/chat_block.php';  $tpl->set ( '{speedbar}', $tpl->result['speedbar'] ); $tpl->set ( '{chat_block}', $tpl->result['chat_block'] );Find:
case "comments" :
  include ENGINE_DIR . '/modules/comments.php';
  break;  case "chat" : 
                include ENGINE_DIR.'/chat/chat.php'; 
                break;6. Open .htaccess
Find:
RewriteEngine On  # For Chat
RewriteRule ^chat(/?)+$ index.php?do=chatbut also on the main page, insert tag {chat_block} in main.tpl before or after {content} tag to your discretion.
8. If you want to auto-cleaning the chat, you can set the crown on cron_job.php
9. Delete file chat.install.php
Title: Module chat
CMS: DLE 9.x - 10.x
Module Version: 1.0
Download MODULE Chats DLE 9.X - 10.X - English
 
  
  
Aucun commentaire:
Enregistrer un commentaire