TaigaChat Pro - Realtime chat/shoutbox [Deleted]

Only issue users have reported on 1.0.2 is the chat doesn't honor their timezone settings if speed mode is enabled. Appears to be using the guest's default timezone perhaps? Or the webserver's default, I don't know, but it isn't displaying the correct time for various users that's all I know. With speed mode disabled it does use the correct time.
 
Only issue users have reported on 1.0.2 is the chat doesn't honor their timezone settings if speed mode is enabled. Appears to be using the guest's default timezone perhaps? Or the webserver's default, I don't know, but it isn't displaying the correct time for various users that's all I know. With speed mode disabled it does use the correct time.

This is intentional as there's no feature in xenforo to display an absolute server time and have javascript correct it - adding a workaround is low priority.

With speed mode enabled, all users must see the same data, with changes only possible by javascript (eg moderator dropdown).

One solution is to use relative times
 
I get an error when importing the widgets framework xml:

  • Invalid Widget Position specified: hook:forum_list_nodes. The position must be a list of existing templates' name (separate by comma).
  • Please enter a positive whole number.

Any ideas?
 
Thanks for the update. Server/browser cache cleared, and tried again the Speed mode (not HTTPS) to see if it works better. It seems not : messages are showed like after 10 seconds.
Is this mode actually designed like that ? If so, how I do if I want to see messages in real-time ?
 
Thanks for the update. Server/browser cache cleared, and tried again the Speed mode (not HTTPS) to see if it works better. It seems not : messages are showed like after 10 seconds.
Is this mode actually designed like that ? If so, how I do if I want to see messages in real-time ?

Are the refresh time settings set to low values?

Do you have an extremely large number of people in chat?
 
Default values, and I'm alone. (You can check yourself, http://cs-amx.fr/ ; testuser/azerty)

2gxyC.png
 
Just checked, and it seems the fault is nginx and open_file_cache.
If I remove the same kind of lines from the config, it seems to work fine now.
Will keep off this file cache feature for now, or will config more properly with minimal value.
Thanks for your time.
 
has anyone been getting past alerts popup again after making a post in the forum (had new posts/threads pop up on taigachat)? I disabled speed mode and removed the option to post threads/posts in the chat automatically and the issue went away. seems to be a bug.
 
has anyone been getting past alerts popup again after making a post in the forum (had new posts/threads pop up on taigachat)? I disabled speed mode and removed the option to post threads/posts in the chat automatically and the issue went away. seems to be a bug.
I've been getting random alerts (like 40 new alerts which don't point to anything) which started occuring after installing the pro version of taigachat.

I've also got both those enabled (speed mode and post new threads). Might try disabling the latter.
 
has anyone been getting past alerts popup again after making a post in the forum (had new posts/threads pop up on taigachat)? I disabled speed mode and removed the option to post threads/posts in the chat automatically and the issue went away. seems to be a bug.

This bug was fixed previously (it was an issue with speed mode rather than post new threads), I'll triple check there's not been a regression
 
Possible issue reported by my users last night, here is a screenshot:

Taigachaterror.webp


Last night several users reported messages being posted out of order, or late. In this screenshot you can see examples of 10:41 posts listed after 10:43 and similar results. When I go back and review the chat log today everything looks just fine.

One user said: "I keep getting posts I've seen a half-our ago." and another: "Mine seems ok but last night I was seeing posts that were made an hour earlier".

We are currently running 1.0.1 with Speed mode turned on, and forum activity turned off.

I'm also seeing complaints about lag in making posts, as well as the chat room locking up and needing a browser refresh. Many of these users are, ehrm, less than computer geniuses, and just figuring out what browser they are using is challenging. It's a minor miracle I got a screenshot of the error as it happened. I'm betting they are using old, out of date browsers...
 
Great optimization of db queries in the last version! Thank you :)
Thank you also for the MOTD, now when it's empty no unnecessary html is added.
It's a detail but could you please change this part:
class Dark_TaigaChat_Helper_Global
Search:
PHP:
          $toolbar_bbcode_temp2 =  str_replace("\r", "", trim($options->dark_taigachat_toolbar_bbcode));
Replace with:
PHP:
            $toolbar_bbcode_temp2 = preg_replace('#^//.+#mi', '', $options->dark_taigachat_toolbar_bbcode);
            $toolbar_bbcode_temp2 =  str_replace("\r", "", trim($toolbar_bbcode_temp2));

It will allow to comment a button to disable it without erasing its all html code.
 
  • Ban feature now works and it doesn't redirect you after clicking the link.
  • Option to completely ignore someone also works.

Thanks Luke! (y)

Only other thing I wouldn't mind having is multi-room support with the option of saving your room preference as you browse the site.
 
Found a minor issue - with forum activity on, if a forum category or thread title has & in it, it'll show up as & instead.
 
Possible issue reported by my users last night, here is a screenshot:

View attachment 37135


Last night several users reported messages being posted out of order, or late. In this screenshot you can see examples of 10:41 posts listed after 10:43 and similar results. When I go back and review the chat log today everything looks just fine.

One user said: "I keep getting posts I've seen a half-our ago." and another: "Mine seems ok but last night I was seeing posts that were made an hour earlier".

We are currently running 1.0.1 with Speed mode turned on, and forum activity turned off.

I'm also seeing complaints about lag in making posts, as well as the chat room locking up and needing a browser refresh. Many of these users are, ehrm, less than computer geniuses, and just figuring out what browser they are using is challenging. It's a minor miracle I got a screenshot of the error as it happened. I'm betting they are using old, out of date browsers...

That's something to do with speed mode, i was getting same problem before, so i turned off speed mode and it fixed it.
 
Top Bottom