Chat by Siropu

Chat by Siropu [Paid] 1.25.1

No permission to buy (€29.99)
Is it possible to set defaults in admin???

eg editor at top, chat direction etc, bit annoying telling chatters how to do this all the time as everyone on my forums seem to like the complete opposite to how the installed version is
 
Yes, it is, but it works for users that haven't used the chat before. The option is "Default Miscellaneous Settings".
 
Hello,

i got 1 question. How i can make 2 different colours in the chat background. For example

"User1" is writing in grey colour.
"User2" is writing in white colour.
"User3" is writing in grey colour.
"User1" is writing in white colour.

Change the color to be ergonomically better readable.
 
Add this in EXTRA.css:
Code:
.siropuChatMessages > li:nth-child(odd) {
    background-color: grey;
}
.siropuChatMessages > li:nth-child(even) {
    background-color: white;
}
 
It doesnt work :(


"""

/** + bei Link**/

.message .postNumber:before
{
content: url('@/images/addthis.png');
display: inline;
height: 8px;
width: 8px;
vertical-align: middle;
float: left;
margin-right: 2px;
}

.message .postNumber:before
{
content: "\f0fe";
font-family: FontAwesome;
margin-right: 2px;
color: #FE6D4C;
}

.message .postNumber:before
{
content: "\f0fe";
font-family: FontAwesome;
margin-right: 2px;
color: #FE6D4C;
}

/** Transparent **/

#content .pageContent {
{
background-color: rgba(255,255,255,0.4) !important;
}

.siropuChatBot {
background-color: #ffffc9;
}


.siropuChatMessages > li:nth-child(odd) {
background-color: grey;
}
.siropuChatMessages > li:nth-child(even) {
background-color: white;
}

""
 
Last edited:
Has anyone ever had problems with users not being able to chat, getting a error of "The server has not responded in time :("?
 
It doesnt work
I've tested the code and it's working fine for me. Try adding !important;

Code:
.siropuChatMessages > li:nth-child(odd) {
    background-color: grey !important;
}
.siropuChatMessages > li:nth-child(even) {
    background-color: white !important;
}
Has anyone ever had problems with users not being able to chat, getting a error of "The server has not responded in time :("?
Are there any outdated chat templates?
 
@Siropu I seem to have issues with the s9e addon by @JoshyPHP when members drop links in the chat window. In this case, it is Instagram. No matter if I use the BBcode media or link it defaults to the 404 box as attached. I looked at the BBcodes and it looks good. It has happened on a couple other occasions. This is the error from the Chrome console.

Code:
Failed to load resource: the server responded with a status of 404 (Not Found)
https://s9e.github.io/iframe/instagram.min.HTML#BRa7JvlDAfM

Have you seen anyone else have this kind of issue? s9e has always worked for me so I am not sure if it is the chat addon.
 

Attachments

  • Screen Shot 2017-03-15 at 2.02.16 PM.webp
    Screen Shot 2017-03-15 at 2.02.16 PM.webp
    16.3 KB · Views: 4
@Siropu Check out the URL, the extension should be ".html" in lowercase. Is there something in your add-on that capitalizes the start of a sentence or something like that?
 
Code:
Error Info
Error: [] operator not supported for strings - library/Siropu/Chat/ControllerPublic/Chat.php:357
Generated By: Somewhere in the middle, Today at 8:35 AM

Stack Trace
#0 /library/XenForo/FrontController.php(351): Siropu_Chat_ControllerPublic_Chat->actionDeleteImages()
#1 /library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#2 /index.php(13): XenForo_FrontController->run()
#3 {main}
Request State
array(3) {
  ["url"] => string(52) "https://forum.com/index.php?chat/delete-images"
  ["_GET"] => array(1) {
    ["chat/delete-images"] => string(0) ""
  }
  ["_POST"] => array(5) {
    ["selected"] => array(3) {
      [0] => string(2) "48"
      [1] => string(2) "49"
      [2] => string(2) "50"
    }
    ["_xfRequestUri"] => string(6) "/chat/"
    ["_xfNoRedirect"] => string(1) "1"
    ["_xfToken"] => string(8) "********"
    ["_xfResponseType"] => string(4) "json"
  }
}
XF 1.5.12
Chat 1.25.0
 
I love this chat, most especially now that we have dice! It's made our games so much more dynamic. But is there a way to keep one from typing something in one window, tabbing over, and accidently posted what they typed into the wrong chat? Wall them off from each other, sorta? I just lost a whole huge post that way.
 
Top Bottom