RT Chat (Ajax Chat w/ Cache)

MyBB RT Chat (Ajax Chat w/ Cache) 1.3

Register & Get access to index
MyBB Versions
1.8.x
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.

#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 Smilies
  • Min message length
  • Groups which can access chat
  • Separated chat page at /misc.php?ext=rt_chat
  • Edit message / Delete message
  • and many more features

#Chat actions
Ban user via chat action
PHP:
/ban "username" "ban reason" 60 // Will ban user for 60 minutes
Unban user via chat action
PHP:
/unban "username"
Clear chat via chat action
PHP:
/clear
Check user ban status via chat action
PHP:
/check "username"
Will check the details about user with username username and the message will be displayed only to moderator who called the command.

#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

preview_149652_1681676342_fcd0f179937e4a126396294b7c566ae0.png
preview_149652_1681676337_3e46e221a3e636b92e2a7c3b988f5cab.png
preview_149652_1681823076_7410c0e5ef3511551a11d296b3ac02ba.png
preview_149652_1682098922_1d32b890ccfb207586b05f9529247efe.png
preview_149652_1682613244_e85e8b1e43edae560346a6c54f4fd31e.png
Author
MYBB
Views
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from MYBB

Latest updates

  1. Download RT Chat (Ajax Chat w/ Cache) 1.3

    Added new file structure for RT plugins Feel free to delete old folder inc/plugins/rt_chat
  2. Version 1.2

    Added whisper system (private chat messages) Added statistics popup (top 10 chat posters) Added...
Back
Top Bottom