Chat by Siropu

Chat by Siropu [Paid] 1.25.1

No permission to buy (€29.99)
Siropu updated Chat by Siropu with a new update entry:

Improvements & Bug Fixes

Improvements
  • Added option to show/hide forum activity posts in archive
  • Added results footer for archive
  • Added option to open forum activity links in a new window/tab (JavaScript based approach)
  • Forum activity thread links now point to /unread, to get to the first unread post in the thread
  • Added option to display avatars only for "Who's chatting" widget
  • Added option to embed the "Who's chatting" widget using a callback
Bugs Fixed
  • ...

Read the rest of this update entry...
 
It's not a bug. If you have upgraded from an older version, there are new table fields added and you get db errors until you run the upgrade. I have mentioned a few versions ago to disable the chat before upgrading.
 
@Alfa1, are there any outdated chat files/templates? Do you see any errors in the browser console?
Yes, siropu_chat.css was outdated. I merged the changes now.
And there is this message which keeps coming up in the console:
XenForo.activate(%o) [object Object] xenforo.js:223
 
Hello,

Is there a way to force the shout box for all users to display under the forum list?
How do I enable tabs?
Is it possible to periodically dump chat messages into a archive thread automatically?
And is it possible to change maximised height?
 
Last edited:
@Alfa1, use CSS to make avatars bigger.
Code:
#siropuChatUsersWidget li.Tooltip img {
    width: 48px !important;
    height: 48px !important;
}

Is there a way to force the shout box for all users to display under the forum list?
If you set display mode to forum list and don't want users to change the position from their chat settings, just remove the permissions that allows them to do that.

How do I enable tabs?
You have to enable the admin option "Enable Page" and set the tab position value to one of this: home, middle, end

Is it possible to periodically dump chat messages into a archive thread automatically?
It doesn't have post to thread option, it has its own archive.

And is it possible to change maximised height?
To change the height for maximized mode use this CSS:

Code:
.siropuChatMaximized #siropuChatContent {height: 500px !important;}
 
Last edited:
@Alfa1, use CSS to make avatars bigger.
Code:
#siropuChatUsersWidget li.Tooltip img {
    width: 48px !important;
    height: 48px !important;
}


If you set display mode to forum list and don't want users to change the position from their chat settings, just remove the permissions that allows them to do that.


You have to enable the admin option "Enable Page" and set the tab position value to one of this: home, middle, end


It doesn't have post to thread option, it has its own archive.


To change the height for maximized mode use this CSS:

Code:
.siropuChatMaximized #siropuChatContent {height: 500px !important;}
Great thank you very much.

Jut one little problem, I noticed that sometimes, when I reload, a message from several hours ago will appear as if it were recently made

Screen Shot 2016-06-07 at 13.01.45.webp
 
XenWord shouldn't be a problem. You said it happens sometimes, see what is different that time. Also look into the browser console for errors related to the chat.
 
XenWord shouldn't be a problem. You said it happens sometimes, see what is different that time. Also look into the browser console for errors related to the chat.
I haven't been able to replicate it recently, so maybe it was a cache problem or something which solved itself
 
There isn't. Rooms need to be joined manually from the rooms list. You can only set default joined rooms in admin options.
 
How can the room settings selected upon "add room" be edited once it's been added? I can't find any link for it...
 
Back
Top Bottom