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.
- ❗ Dependencies
- 📃 Features
- ➕ Installation
- 🔼 Update
- ➖ Removal
- 📜 Usage
- 💡 Feature request
- 🙏 Questions
- 🐞 Bug reports
- 📷 Preview
- MyBB 1.8.x
- https://github.com/frostschutz/MyBB-PluginLibrary (>= 13)
- https://github.com/RevertIT/mybb-rt_extendedcache (>= 2.0)
- PHP >= 8.0
- 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.
- Copy the directories from the plugin inside your root MyBB installation.
- Settings for the plugin are located in the "Plugin Settings" tab. (
/admin/index.php?module=config-settings
)
- Deactivate the plugin.
- Replace the plugin files with the new files.
- Activate the plugin again.
- Uninstall the plugin from your plugin manager.
- Optional: Delete all the RT Chat plugin files from your MyBB folder.
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.
Open a new idea by clicking here
Open a new question by clicking here
Open a new bug report by clicking here