- Minimum age required - Enable shoutbox based on user's age.
- Shoutbox refresh interval - Allows you to set refresh interval for new messages. This option can be disabled.
- Shoutbox refresh timeout - Stop refresh interval for inactive users after x minutes
- Maximum shout length - Set the maximum allows shout length.
- Minimum time between shouts - Flood check (with user group permission to bypass it)
- Shout display limit - Set the maximum number of shouts to display on...
New Features
Added active user list - Will display a simple list of active users at the bottom of the shoutbox that will refresh every minute.
Added top user list - Will display a list of top x users based on their number of shouts. By default 25 and can be changed from admin options.
Improvements
Made some changes to auto "loading more shouts" feature to require "View archive" permission.
Allow only admins to ban moderator/staff users.
Added shout action links into a menu...
Added "Real-Time" mode which allows you to improve performance and server load by calling a JSON file on the server every second, instead of querying the database every x seconds, handling more active users at the same time and performing shout edits and deletes almost instantly.
Please note that while using this option, shouts will be accessible to anyone (who knows what they are doing), so do not use it if you want total privacy.
Also, if bandwidth is a server limitation on your web...
Added admin option to reset user shout count when shouts are pruned.
Json file used in "Real-time mode" will now be created when the option is enabled, to pass file health check validation.
- Added admin option to start chat collapsed for first time users.
- Fixed an issue with active user list on the dedicated page where the list will load only when it refreshes via JS.
Fixed an error on the archive page for users who don't have the permissions to view the staff room.
- Added style property for user mentions where you can style the shout container, text and date.
- Fixed a bug with user mention where @ not working when the shout is loaded via AJAX.
[*]Added the option to select which ChatGPT model to use for /ai command prompts.
[*]Note: The previous version was wrongly numbered internally and when you upgrade to this one, you will have to use the rebuild method instead which will work just fine.
Allow multi-line shouts
- When press Enter
- When press Shift + Enter
- No