Chat by Siropu

Chat by Siropu [Paid] 1.25.1

No permission to buy (€29.99)
@Siropu i have enable embedded. It's not showing . What did you mean with user option ? Or where can I found it to check it ?

Kind regards

Lemmi
 
@Alfa1, the response bot is different from the bot announcement, they only appear under the same name. I will make some changes in the next release so you can differentiate between them.
@Lemminator, I found a bug and it will be fixed in the next release.
 
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:
@Gossipy, 1 one 1 chatting in a private window will basically require a new chat so it will become a new Add-on in the future.

Thanks. I asked because we had CometChat before, which everyone hated. But with CometChat you could easily double-click a user's name and it would launch a separate 1:1 chat window.
 
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