Chat by Siropu

Chat by Siropu [Paid] 1.25.1

No permission to buy (€29.99)
If a thread has been unapproved for public view or deleted I can't delete it from the chat - I was able to before the last update.
 
Are the buttons in the chat like B buttons etc are they based on the style buttons or has the chat got separate buttons?
I can't seem to find anywhere to edit the button sizes etc in my templates.
 
They use the default button class used in XF templates. If you want to style them differently, use this code in EXTRA.css:

Code:
#siropuChatEditor .button {
    font-size: 14px;
}
 
The reporting system is very annoying. I just clicked "Delete" to remove a post, instead it removes the report. Make "Delete" relative to the actual content, not the report. This makes moderation easy from the report center. Plus, reports should be "archived" not deleted.
 
It's not really a bug. It's the behavior of the "justify" alignment.
You can change that by adding this in EXTRA.CSS
Code:
.siropuChatContentLeft {
text-align: left !important;
}
 
@Siropu

ouxtvGG.png

Hi, how i can Add the second backgroundcolour ?
 
I can't find a "Rooms" button anywhere on my chat... even though I have several rooms.

chatrooms-png.109416


That Rooms link doesnt exist on my chat.
 
@balkanminion, add this in EXTRA.css:
Code:
#siropuChatMessages li:nth-child(even) {
    background: #eee;
}
@Jaxel, besides the "Enable Rooms" admin option, you also have to set up the "Join rooms" user group permission.
 
Top Bottom