[MODM] AjaxChat integration for XenForo

[MODM] AjaxChat integration for XenForo beta 2a

No permission to download
Now that things are working I have discovered something that makes the chat problematic.

In my site we have these users called "Storytellers" which are just the moderators of their own forums for their game that they are storytelling and since the purpose of our site is to come . . be a storyteller(unless your just a regular player of course ;D!)

We have a lot of green users in the chat due to this. Any way to make the chat not count regular forum moderators?
 
Now that things are working I have discovered something that makes the chat problematic.

In my site we have these users called "Storytellers" which are just the moderators of their own forums for their game that they are storytelling and since the purpose of our site is to come . . be a storyteller(unless your just a regular player of course ;D!)

We have a lot of green users in the chat due to this. Any way to make the chat not count regular forum moderators?
Currently, forum moderators are automatically given chat moderation permissions. I'll add an option to select the usergroups with chat moderation privileges in future versions.
 
Currently, forum moderators are automatically given chat moderation permissions. I'll add an option to select the usergroups with chat moderation privileges in future versions.

That would help alot!

Because so many people are chat moderators ;D!

Edit: Yeah . . as soon as you can please. So many people are green :(...
 
The next update will be a big one, but it is still a work in progress.

In the meantime, to disable moderators permissions, you can comment the following lines in chat/lib/class/CustomAJAXChat.php, in function getValidLoginUserData() :
Code:
			} else if ($visitor['is_moderator']) {
				$userData['userRole'] = AJAX_CHAT_MODERATOR;
 
ManOnDaMoon updated [MODM] AjaxChat integration for XenForo with a new update entry:

New functionnalities, bug fixes and performance improvements

Please read carefully this update description: the navigation workflow has been modified, and new options have been introduced that you may want to be aware of.

In this update :
  • Full integration of the chat view in xenForo, including for guests :
    • online users list
    • channel selection
    • settings
    • help
    • sound
    • BBCode
    • ...
  • New navigation workflow : login -> shoutbox -> logout
  • New options :
    • Ability to totally disable Ajax-Chat native...

Read the rest of this update entry...
 
Nice changes but now it wont work since it keeps saying

(14:32:49) [MC]Bot: Error: Connection timeout. Please try again.
 
Nice changes but now it wont work since it keeps saying

(14:32:49) [MC]Bot: Error: Connection timeout. Please try again.

Thanks for reporting. I'll need more info to debug this, but please first ensure you cleared your cache then retry since this is a javascript error.
I'll need more infor on your AJAX-Chat settings (do not forget to mask your DB credentials).
Is there a possibility for me to access the chat in order to debug the issue live?
 
i have DB details still in settings just that error comes :/, let me enable guest mode for temporary so you can try it yourself :)

Website is minecraftboard.com
 
Thanks to Jake, I've been able to figure what the issue is, but not where it comes from. Has someone else also experienced this problem? Each message comes back with the error message above, but is still saved into DB.
 
Kintaro, install db for chat separately from main db this is very EXCELLENT feature. If you don't understand that, think about it again and again.
 
resonansER I wasn't talking about using two separate DBs... ;) but about two configurations separated, one on the Xenforo CP and the other on the config.php.
 
in future version the configuration will be automatic and without the need to install it separatly?
Today already you do not need to edit the config.php file except if you have very specific requirements. This add-on settings page is meant to overwrite most (95%) of the settings available in the file. :)
 
Thank you! Maybe it's better specify it in the instructions. ;-)
If I want a shout box on a xenforo's page I have to use it with widget framework?
 
Back
Top Bottom