Help
General ArrowChat talk that doesn't fit any other forum.
User avatar
jackal
Customer
 
Posts: 102
Joined: 06 May 2019, 15:29

 

by jackal 27 Jul 2022, 11:14

When you run the ArrowChat Maintenance, does it suppose to close all opened private chat boxes? It seems like the maintenance cleans up the message but leaves the chat boxes open. This is causing Arrowchat to show up at the bottom in very very delayed. Some of my members have like hundreds of chatbox that have been left opened.
User avatar
Jason
Customer
 
Posts: 2329
Joined: 12 Dec 2009, 16:06

 

by Jason 27 Jul 2022, 16:48

Hundreds?! It's a good thing v4 limits the number of them 🤣 Somewhere around 15-20. Also, the efficiency of loading chat tabs has been greatly increased.

Unfortunately, the maintenance does not clear that setting.
User avatar
jackal
Customer
 
Posts: 102
Joined: 06 May 2019, 15:29

 

by jackal 28 Jul 2022, 05:58

Hundreds?! It's a good thing v4 limits the number of them 🤣 Somewhere around 15-20. Also, the efficiency of loading chat tabs has been greatly increased.

Unfortunately, the maintenance does not clear that setting.
Need help now to many members with chatboxes open & recent chats on mobile.
1. Is it possible the admin (me) to close them via the phpMyAdmin?
2. What file can I (myself) edit to remove Recent Chat now (on mobile)?
3. v4 should have the option to disable Recent Chats just like we have the option now to disable "Enable Online List" .
4. The limit "15-20" should be included in the admin panel that way each admin can decide on the number.
User avatar
Jason
Customer
 
Posts: 2329
Joined: 12 Dec 2009, 16:06

 

by Jason 28 Jul 2022, 07:44

Yeah, unfocus_chat and focus_chat in arrowchat_status need to be set to null.

Good idea! The number that limits the open chat tabs is in a single file so it will be easy to add to the admin panel.
User avatar
jackal
Customer
 
Posts: 102
Joined: 06 May 2019, 15:29

 

by jackal 28 Jul 2022, 08:51

Yeah, unfocus_chat and focus_chat in arrowchat_status need to be set to null.

Good idea! The number that limits the open chat tabs is in a single file so it will be easy to add to the admin panel.
In the PHPAdmin arrowchat_status "structure" both are already set to NULL by default.
You do not have the required permissions to view the files attached to this post.
User avatar
Jason
Customer
 
Posts: 2329
Joined: 12 Dec 2009, 16:06

 

by Jason 28 Jul 2022, 09:15

You have to clear them all for each user. If you go to "Browse", you'll see that users will have values for that field.
Code: Select all
UPDATE arrowchat_status SET unfocus_chat = NULL, focus_chat = NULL
User avatar
jackal
Customer
 
Posts: 102
Joined: 06 May 2019, 15:29

 

by jackal 28 Jul 2022, 09:53

Thank you! That code works great. I will use it once a week to keep the site running smoothly.
User avatar
jackal
Customer
 
Posts: 102
Joined: 06 May 2019, 15:29

 

by jackal 03 Nov 2022, 05:48

Is this code no longer necessary? Doesn't seem to work with v4.0.2
User avatar
jackal
Customer
 
Posts: 102
Joined: 06 May 2019, 15:29

 

by jackal 26 Nov 2022, 06:06

Is this code no longer necessary? Doesn't seem to work with v4.0.2
Nevermind... code works fine with v4.0.2