TaigaChat Pro - Realtime chat/shoutbox [Deleted]

It doesn't work at me. I'm using speed mode and thumbnail zoom option. posted an image in taigachat (speed mode) in firefox. then opened other browser chrome, pressed ctrl+f5 to reload and image was still fullsize.

This doesn't happen at you? Can you please test this shortly at your installation? Could this has something to do with my custom style?

It could be.. can you PM me admin CP details for your site?
 
Darkimmortal updated TaigaChat Pro - Realtime chat/shoutbox with a new update entry:

Version 1.0.5

Please expand post to view the update instructions


Changelog:

1.0.5 (10/01/2013):

  • Users in Chat will now be pre-populated when used via widget framework or xenporta, so can be used standalone without the shoutbox widget being present on the same page.
  • Added option to globally disable ‘users in chat’ widget, reducing server load
  • Added...

Read the rest of this update entry...
 
2 things...

  1. If we disable users in chat widget... the entire sidebar on the full chat page should be disabled too.
  2. Can we get the default callback execution order of the navtabs set to 100? No reason for it to be 10 and in front of other more important sections.
 
Also, small tip. In your XenPorta blocks, you have them calling from getModule(). getModule() obeys caching rules. So if a forum admin sets a cache limit for one of your blocks; it will follow the cache. Since your blocks load in user data for permissions, it will actually save that users permissions into the cache.

When making blocks where you want to absolutely be sure that no one uses the cache option, you should use getBypass(). Get my RecentThreads block to see an example of it; and notice that it doesn't use $options, but the entire block $params data.
 
2 things...

  1. If we disable users in chat widget... the entire sidebar on the full chat page should be disabled too.
  2. Can we get the default callback execution order of the navtabs set to 100? No reason for it to be 10 and in front of other more important sections.

1. I figured it was better removed through templates, as the normal users online sidebar data is still displayed even with that option disabled, which some may want
2. Personal preference :P
 
Oooh! Idea!

Since I've disabled the users in chat sidebar; all is well. However, there is still a (19 in chat) text on the titlebar. It would be nice if clicking on that text would call a class="OverlayTrigger" data-cacheOverlay="false" and display the users in the chat.

Also, you should define a data-cacheOverlay="false" on the motd edit link... as if one mod edits it, then another mod edits it they wont see the new edit.
 
Oooh! Idea!

Since I've disabled the users in chat sidebar; all is well. However, there is still a (19 in chat) text on the titlebar. It would be nice if clicking on that text would call a class="OverlayTrigger" data-cacheOverlay="false" and display the users in the chat.

Also, you should define a data-cacheOverlay="false" on the motd edit link... as if one mod edits it, then another mod edits it they wont see the new edit.

Must have missed that, will add it to what gets disabled by the option as it's costing an extra query

And noted the cacheoverlay thing :)
 
Must have missed that, will add it to what gets disabled by the option as it's costing an extra query
Add an option to disable the sidebar completely as well. Then you can get rid of the calls to getSessionActivityQuickList() as well. Yes, I know its in MEMORY and very little for cost... but humor me! =P
 
Add an option to disable the sidebar completely as well. Then you can get rid of the calls to getSessionActivityQuickList() as well. Yes, I know its in MEMORY and very little for cost... but humor me! =P

I'll add it but the resource cost is tiny as it's never refreshed
 
Thanks for the update! Only thing I've tested and noticed thus far is when I type "/me" it still gets parsed and will appear as simply "3:30 PM - Name" - This is with speedmode disabled.
 
Correction, they are there but I can't see them. Inspecting the elements on the page I can see that the list of chat messages are there.

http://www.bor3dgaming.com/

Can anyone see my chat messages? The templates are all default and I don't have any CSS affecting the display.
I had the same issue. Turns out I was uploading the wrong/old .xml file for upgrading the plugin.
 
I may be missing something but where do we get the update? Was it sent to the paypal email? I have't seen it....
 
Back
Top Bottom