Chat by Siropu

Chat by Siropu [Paid] 1.25.1

No permission to buy (€29.99)
More feature requests:
- Replace icons with Font-Awesome
- Join room by clicking on room name
- when in a room, show if there is activity in other rooms.
 
Last edited:
@Siropu Hey, with the censor system, it's censoring phrases and then saving them to the DB, while the standard XenForo process is to save everything uncensored to the DB, and censor it BEFORE it's outputted to the client. Can you do the same with this addon, as anything modifying the censorString function simply doesn't work with your addon :(
 
Very nice add-on!

Suggestion: easier 1-on-1 chatting

For example, maybe an additional option when you click the arrow next to a username is to launch a private chat window with that user.
 
Last edited:
I get a lot of complaints that the Chat is laggy when using on mobile phones.

Desktop viewing works fine.

Is this chat somehow heavy? Phones can't handle it?

With TaigaChat there never were complaints about lagginess...
 
- if chat is enabled on all pages and On the main chat page, you click outside of the SiropuChat div then the SiropuChat div disappears. Instead there is a footer bar. If I click this then the chat opens again.
 
Last edited:
I haven't found any issues and I'm using and developing the Add-on using Chrome. Please send me a PM or s support ticket with a test account to take a look.
 
I think you should add an option to show the users chat color in the editor like taigachat.

I achieved this by going into siropu_chat_editor

And inserting
Code:
style="color: #{$chatSettings.color} !important;"

Into this:
Code:
<input type="text" name="message" class="textCtrl UserTagger" {xen:if '{$xenOptions.siropu_chat_message_max_length}', 'maxlength="{$xenOptions.siropu_chat_message_max_length}"', ''} autocomplete="off" placeholder="{xen:phrase siropu_chat_write_message}">
 
Back
Top Bottom