Chat by Siropu

Chat by Siropu [Paid] 1.25.1

No permission to buy (€29.99)
I'm using your callback method in ad_above_content template to embed the chat window in all pages....but for some reason when in thread view the the thread title is above the chat window. Is there someway to have the thread title show below the chat window? even happens when adding the callback method directly to the top of the thread_view template as well.
 
Since that BBCode doesn't support user color, there is nothing I can do about it.

Could you strip the link off the username and add it to an icon after the username instead? Like there's a dropdown icon in the chatters list after the username, only here it'd be like "Username88 (>)" with the link on the (>) icon. That way the username could be styled like in all the other places and the link would still be available too.
 
I don't understand what you mean by that. The username color comes from the display_style_group_id which isn't available in this case.
 
I just purchased and installed this add-on. I am testing it out on my community.

One of the first issues I noticed is that thread notifications by the chat bot are showing for threads existing in boards/forums which are accessible only by my moderators and/or global moderators. I tested this with an account which was setup as a normal registered user with no access to these boards. Of course, if the link is clicked on in chat it won't show the actual thread on the board, just an error with loading the page, but the fact that it is alerting users in chat to a thread which they should not be able to see, or let alone know that the board existing, is a worry.

Can this be fixed so I can re-enable these two options below? (hopefully I these are the only settings I need to turn off in this instance)

I like these two settings below as these notifications are really handy.

Image10.webp
 
the author has stated many times that this addon doesn't check a member's forum permission for every shout...you would need to un-highlight this forum in the chat options of acp so the link doesn't show new threads/post made in hidden/staff forums.
 
the author has stated many times that this addon doesn't check a member's forum permission for every shout...
There are 142 pages of posts on this thread. I didn't search through this thread. I have about 30 add-ons installed and have found with my existing add-ons that this is usually already implemented, in terms of permissions, so it's an expected feature for me, based on how the other add-ons are working that check permissions.

you would need to un-highlight this forum in the chat options of acp so the link doesn't show new threads/post made in hidden/staff forums.
Thanks, this is all I needed to know! :) The options for this add-on are extensive and all on the one page — I totally missed the fine print when setting it up originally. It's good to know I have this option.
 
One of my global mods noticed that the custom user titles are not showing on the 'Top Chatters' link under the 'Chat' tab/link in the menu. So for each tabbed page on the 'Top Chatters', it's showing the board default title based on how I have it set for the average user, not the custom title that those have placed in.

It would be good to see the custom titles shown here if the user has one.
 
on the chat page, how do you change the size of the chat? assuming I wanted more height. by default it is about half of the page size. can it be changed to be longer?

I would assume it's this, but it hasn't changed anything:

7w68cvD.png
 
Last edited:
That isn't the option. Why not use the maximized mode in your user settings?
If you want to change the height for everyone, use this:
Code:
.siropuChatPage #siropuChatContent {height: 600px;}
 
This is one of the first things I noticed about the chat, that the box was too small in length. I personally find that the default size is a bit too small, especially if you have a lot of chatters chatting and they are posting things like images. But then the maximised size may be a bit too large for some resolutions. I will very likely take a look at modifying it in the code to set it a little bit bigger for the minimum size, but leave the maximum size as the maximum is fine for me.
 
That isn't the option. Why not use the maximized mode in your user settings?
would this change the appearance for everyone? I'm actually okay with this if it makes it the default for everyone.
also .siropuChatPage #siropuChatContent {height: 600px;} would go anywhere in the template "siropu_chat"?

Edit: Figured the last part out. "siropu_chat.css"
 
Last edited:
any chance to add option for notice to show directly on chat and cannot be deleted when prune chat, something in ACP like global notice?
 
Back
Top Bottom