Chat by Siropu

Chat by Siropu [Paid] 1.25.1

No permission to buy (€29.99)
Hi siropu, I can't open private conversations on smartphone, even if someone writes me. I can only see the list, but not the messages. Is there aything I am doing wrong? Thanks :)
 
Last edited:
Just seen this error in the error log from a few days ago, I think it was from a failed first attempt to install RC2.

Seemed to install fine afterwards though

Error Info
Zend_Db_Statement_Mysqli_Exception: Mysqli statement execute error : Duplicate entry 'siropu_chat_open_hours' for key 'title' - library/Zend/Db/Statement/Mysqli.php:214
 
In the moment is't a little difficult to switch to a room with new messages. The tab for the room is flashing, and I need to click on the tab when it is visible and not just disappeared because of the flashing. So my users often wrongly double-click on the room and it closes.

Otherwise, an option would be great to mute a room. The constant flashing disturbs sometimes.
 
It would be nice if this could be down loaded and installed with Chris D's addon and install addon. Perhaps after payment the user could be sent to a download page that works with the addon @Chris D has written.
 
@Temery, Are you getting any errors in the back end?
@kankan, I don't see the benefits of that. Next release will have alerts when a user starts a conversation.

Not sure what you mean. The chat has been installed, but now visitors using Chrome get a blank page for my site. I cleared my cashe, and it seemed to fix the problem. But that doesn't help others who don't know tomdo so.
 
Last edited:
is there a way to show (Edited) at the end of the message in chat, when a message is edited?

A user on my site raised a similar query with me. Some kind of edited indicator (perhaps when editing occurs after a minute or two?) would be welcomed. Adding an asterisk to the start/end of the timestamp could work. Or maybe an 'edited' timestamp could replace the original timestamp without causing the message to shuffle down and change order? This would require table modifications though, like edited_date in addition to message_date.
 
I'm using the bot response tool, I currently have 1300 responses set to a keyword, if I go more than that, I get:

Zend_Db_Statement_Mysqli_Exception: Mysqli statement execute error : Data too long for column 'response_message' at row 1 - library/Zend/Db/Statement/Mysqli.php:214

I know that MySQL has a limit to this, is there any way you could support more responses?
 
In this case you have to use phpmyadmin and change response_message field in xf_siropu_chat_bot_responses table from TEXT to MEDIUMTEXT or LONGTEXT.
 
Back
Top Bottom