Skip to content

RT Chat Is a modern and responsive MyBB chat plugin which utilizes MyBB cache system when retrieving messages via ajax. For high performance and no database queries, you can speed up ajax requests to even 1-2 seconds per request for better message sync.

License

Notifications You must be signed in to change notification settings

RevertIT/mybb-rt_chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RT Chat

Is a modern and responsive MyBB chat plugin which utilizes MyBB cache system when retrieving messages via ajax. For high performance and no database queries, you can speed up ajax requests to even 1-2 seconds per request for better message sync.

Table of contents

  1. ❗ Dependencies
  2. 📃 Features
  3. ➕ Installation
  4. 🔼 Update
  5. ➖ Removal
  6. 📜 Usage
  7. 💡 Feature request
  8. 🙏 Questions
  9. 🐞 Bug reports
  10. 📷 Preview

❗ Dependencies

📃 Features

  • Responsive design (CSS, templates, and settings included)
  • Ajax chat with cached messages. (No database stress!)
  • Whispers system. (Private chat messages)
  • Popup modal for top 10 chat posters
  • Chat bot (Get configurable notifications from bot in chat)
  • Chat actions like (/clear, /ban, /unban, /check)
  • Anti flood system
  • Live message timer update
  • Infinite scroll for older messages
  • Set refresh time
  • Set away time (Ajax won't be called when user is afk)
  • Supports BBCodes and Smiles
  • Max message length
  • Edit/delete messages
  • Groups which can access chat
  • Separated chat page at /misc.php?ext=rt_chat
  • and many more features.

➕ Installation

  1. Copy the directories from the plugin inside your root MyBB installation.
  2. Settings for the plugin are located in the "Plugin Settings" tab. (/admin/index.php?module=config-settings)

🔼 Update

  1. Deactivate the plugin.
  2. Replace the plugin files with the new files.
  3. Activate the plugin again.

➖ Removal

  1. Uninstall the plugin from your plugin manager.
  2. Optional: Delete all the RT Chat plugin files from your MyBB folder.

📜 Usage

Chat actions

All chat actions are case-insensitive.

  • Ban user via chat action
/ban "username" "ban reason" 60

Will ban the user with username username and set reason as ban reason for 60 minutes.

  • Unban user via chat action
/unban "username"

Will unban the user with username username.

  • Clear chat via chat action
/clear

Will clear all the chat messages.

  • Check user status via chat action
/check "username"

Will check the details about user with username username and the message will be displayed only to moderator who called the command.

💡 Feature request

Open a new idea by clicking here

🙏 Questions

Open a new question by clicking here

🐞 Bug reports

Open a new bug report by clicking here

📷 Preview

Screenshot

Screenshot

Screenshot

Screenshot

Screenshot

About

RT Chat Is a modern and responsive MyBB chat plugin which utilizes MyBB cache system when retrieving messages via ajax. For high performance and no database queries, you can speed up ajax requests to even 1-2 seconds per request for better message sync.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published