Chat by Siropu

Chat by Siropu [Paid] 1.25.1

No permission to buy (€29.99)
@Rambro Aha, right. Well, here's my edit for my site:
Code:
.siropuChatMessageActions li {
    width: 15px;
    text-align: center; }

<xen:if is="@enableResponsive">
@media (max-width: @maxResponsiveNarrowWidth) {
    .Responsive .siropuChatMessageActions { font-size: 16px; }
    .Responsive .siropuChatMessageActions li { width: 20px; }
}
</xen:if>
It gives slightly more spacing than usual in the native display (it looks good imo, so I went with it). As for the responsive display in smartphones, you can see the result on the link I posted on my previous reply.
 
@Rambro Aha, right. Well, here's my edit for my site:
Code:
.siropuChatMessageActions li {
    width: 15px;
    text-align: center; }

<xen:if is="@enableResponsive">
@media (max-width: @maxResponsiveNarrowWidth) {
    .Responsive .siropuChatMessageActions { font-size: 16px; }
    .Responsive .siropuChatMessageActions li { width: 20px; }
}
</xen:if>
It gives slightly more spacing than usual in the native display (it looks good imo, so I went with it). As for the responsive display in smartphones, you can see the result on the link I posted on my previous reply.
Here's the result on my iPhone 6

image.webp

Still have to hit the quote twice to get it to register.
 
Still have to hit the quote twice to get it to register.
Yeah well, the CSS was only supposed to enlarge the icons since I didn't have the issue where I had to hit quote twice.
Does it happen only with the quote button? Also, have you or your members tried with an Android phone? I haven't tried with an iPhone, but at least I know for sure that there's no such issue with Android in my site. I'll try to ask my mates which use iPhone to test the behavior in their phone, later.
 
Yeah well, the CSS was only supposed to enlarge the icons since I didn't have the issue where I had to hit quote twice.
Does it happen only with the quote button? Also, have you or your members tried with an Android phone? I haven't tried with an iPhone, but at least I know for sure that there's no such issue with Android in my site. I'll try to ask my mates which use iPhone to test the behavior in their phone, later.
No the edit and delete buttons as well. I think all my members use iPhones.
 
Last edited:
Is there a way to have images uploaded through the chat compressed and optimised at all?

Also, is there a way to set a lower file size for uploads for certain user groups
 
Images are uploaded as is. It's the same as you would link from external sources.
As for user group max image size, it can be added if requested by more users.
 
@Rambro Can you get me a test account in your site with access to press one of the buttons in the chat? I'll try to check the behavior with an Android just to see whether it's actually happening with everyone else or only on your site. Most of my mates use Android, and the ones with iPhone are hardly online lately so I can't get them to test the behavior with an iPhone on my site.
 
Edit: Fixed

@Siropu getting this error trying to unkick/unban

Code:
Zend_Db_Statement_Mysqli_Exception: Mysqli prepare error: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'FROM _siropu_chat_sessions AS s LEFT JOIN _user AS u ON u.user_id = s.us' at line 2 - library/Zend/Db/Statement/Mysqli.php:77
Generated By: Solidus, 1 minute ago

Code:
#0 /var/www/vhosts/wweforums.net/httpdocs/library/Zend/Db/Statement.php(115): Zend_Db_Statement_Mysqli->_prepare('\r\n\t\t\tSELECT s.*...')
#1 /var/www/vhosts/wweforums.net/httpdocs/library/Zend/Db/Adapter/Mysqli.php(381): Zend_Db_Statement->__construct(Object(Zend_Db_Adapter_Mysqli), '\r\n\t\t\tSELECT s.*...')
#2 /var/www/vhosts/wweforums.net/httpdocs/library/Zend/Db/Adapter/Abstract.php(478): Zend_Db_Adapter_Mysqli->prepare('\r\n\t\t\tSELECT s.*...')
#3 /var/www/vhosts/wweforums.net/httpdocs/library/Zend/Db/Adapter/Abstract.php(753): Zend_Db_Adapter_Abstract->query('\r\n\t\t\tSELECT s.*...', Array)
#4 /var/www/vhosts/wweforums.net/httpdocs/library/Siropu/Chat/Model.php(32): Zend_Db_Adapter_Abstract->fetchRow('\r\n\t\t\tSELECT s.*...', 3856)
#5 /var/www/vhosts/wweforums.net/httpdocs/library/Siropu/Chat/ControllerPublic/Chat.php(2680): Siropu_Chat_Model->getSessionJoinUser(3856)
#6 /var/www/vhosts/wweforums.net/httpdocs/library/Siropu/Chat/ControllerPublic/Chat.php(2006): Siropu_Chat_ControllerPublic_Chat->_getUserOrError()
#7 /var/www/vhosts/wweforums.net/httpdocs/library/XenForo/FrontController.php(351): Siropu_Chat_ControllerPublic_Chat->actionModerator()
#8 /var/www/vhosts/wweforums.net/httpdocs/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#9 /var/www/vhosts/wweforums.net/httpdocs/index.php(13): XenForo_FrontController->run()
#10 {main}
 
Top Bottom