Chat by Siropu

Chat by Siropu [Paid] 1.25.1

No permission to buy (€29.99)
@marquisite, if you know PHP. you can extend actionSubmit method in Siropu_Chat_ControllerPublic_Chat controller and add your own commands. If input matches the command, generate the message and insert. Else return parent method.

When the admin adds members, the chat bot should display a notification too.
It does. If you are using option "Display in new tab" for forum activity, it will display there. Else, in the general chat room.

But having to use chat commands to initiate a private chat is way too user unfriendly.
How so? When you click the private conversations tab, it shows how to start a conversation. When you start a normal conversation with someone, you have to enter both a subject and a message. In the chat, you have to type the username and a message. If the user is in the same room as you, the option is in the user's options menu and you would only have to type the message.

In testing there's permanently a 1 above the chat tab
That means that there is 1 person in the rooms.

I'd like the ability to 'Like' individual messages too.
In 1.25.0 you can like room messages but not private messages.
 
How so? When you click the private conversations tab, it shows how to start a conversation. When you start a normal conversation with someone, you have to enter both a subject and a message. In the chat, you have to type the username and a message. If the user is in the same room as you, the option is in the user's options menu and you would only have to type the message.

You're right about the notice - however I completely missed that, it didn't register as I was looking for a dedicated button near the private conversation tab.

In conversations you have dedicated 'To', 'Subject', and 'Message' fields. To non-technical users the idea of passing commands into a single text entry box is very unfamiliar and unintuitive.

Plus, it means there's no autocompletion of usernames, which is kind if necessary as so many users have oddly spelt names.

In 1.25.0 you can like room messages but not private messages.

That's cool, it would be good to have it added for private conversation in the future.
 
It does. If you are using option "Display in new tab" for forum activity, it will display there. Else, in the general chat room.
I am sorry but no. I use the extra tab but I do not have any register messages. Even not in the chat archive. And I added a couple of users in the last days.
 
I create the user with status "waiting for approval" and then approve him. This is necessary because an email will be send to the user then and not when I set him as "valid" directly.
 
Feature request:
Please consider to add a recipient input box with autocomplete, similar to how conversations work. 'Add User'
This would be really nice for our members.
 
I'll sometimes get the xenforo broken image icon when using the giphy command. Any idea why? The link itself works perfectly if I try to load it seperately
 
There is a template called siropu_chat_rooms_tabs that is included in siropu_chat template. Try changing the position of the include above the chat main div. I don't know if it will work, but try it.

My apologies but can you please tell me more about this change because I don't understand...
 
I create the user with status "waiting for approval" and then approve him. This is necessary because an email will be send to the user then and not when I set him as "valid" directly.
I will make some changes to include status "waiting for approval" as well.
The giphy tag doesn't seem to work if it follows a user tag.
Commands only work if they are used first.

I'll sometimes get the xenforo broken image icon when using the giphy command. Any idea why? The link itself works perfectly if I try to load it seperately
Are you using SSL? That's probably the issue and it will be fixed in 1.25.0

My apologies but can you please tell me more about this change because I don't understand...
In siropu_chat template, move
Code:
<xen:if is="{$chatMultiRooms} AND {$chatEmbedRooms}">
        <xen:include template="siropu_chat_rooms_tabs" />
    </xen:if>

Above this:
Code:
<div id="siropuChat"...
 
Siropu updated Chat by Siropu with a new update entry:

New Features, Improvements & Bug Fixes

New Features
1. Private Conversations

- Allows users to chat in private with one another.
- Private conversations can be started using the /msg command. I've also added a form that will make it easier to start a conversation, using autocomplete for recipient field.
- When scrolling up at the top (or bottom if inverse direction is used) older messages will automatically load.
- You can search conversation using /find keyword command. Using /new...

Read the rest of this update entry...
 
Back
Top Bottom