Chat by Siropu

Chat by Siropu [Paid] 1.25.1

No permission to buy (€29.99)
@STORMS, I could add the option to save them in a thread when using the "Delete All Messages" feature.
Have you thought about adding some trophies for this addon?
What about adding a mute command?
I don't plan on adding trophies. As for the "mute", you can use the XF ignore feature.
 
@STORMS, I could add the option to save them in a thread when using the "Delete All Messages" feature..
That would be perfect. The private version of the chat that you would create, I would use it primarily like FB's instant 1v1 chat. The actual chat I may still consider for using during events but the server load is always the main concern.

Thanks!
 
I don't plan on adding trophies. As for the "mute", you can use the XF ignore feature.

If I'm right, it prevents you to see what a user is writing. But he will still continue to write something. Mute would be similar to "ban but still able to see the chat" but then, the hard ban is no longer here :/
 
@m3commish, make sure you have uploaded and replaced the old files with the latest ones.

I actually did have the old file replaced but it shows an attachment link where I'm looking for a thumbnail that can be sized in chat options.

Also, it would be great to see the ability to have colored usernames versus a ton of colored text messages inside the chat. Random colors given would be great or giving the user the ability to select the color in options much like you created for colored text.
 
@Enguerran A, You can achieve that with a temporary ban. You can also ban or update the ban from the banned users page.
@m3commish, Not sure I understand what you mean. As for usernames, I won't be adding colored usernames because it will interfere with the user group colors. A user could set the color to green or red the same as a moderator/admin which could cause confusion.
 
Fair enough on the username colors.

As for the thumbnail image showing in the chat box ....


Let me try and explain it this way - I had one of my moderators make a post in a node that was checked to reflect in the chat box. In his post, it contained an image. With the excerpt at that time set at roughly 100, the image IN his post was a broken link in the chat box. What I am asking is, would it be possible for that image .. to not only be visible and working in the chat box, but have the ability to be a thumbnail that can be sized manually in the admin options 'if you will' for this chat addon?
 
@m3commish, If you set the post excerpt to 0, the image will show up. Then with a css code you size the image how you want.
Code:
.quoteContainer img {
max-height: 100px;
}

@ŽivaAkcija, it's in the chat user options.
 
Siropu updated Chat by Siropu with a new update entry:

Improvements & Bug Fixes

Improvements
  • I have added style properties to allow you to change the color of the Font Awesome icons. This includes the editor icons.
  • I have made a small aesthetic change to the message list to prevent the date to go bellow the message.
Bug Fixes
  • Changing user options after changing the color message with the color picker breaks the message color code.
  • The content height in "Maximized mode" on "All Pages Mode" with notices or ads enabled, was...

Read the rest of this update entry...
 
@Siropu We have a text repeat bug. The chat will sometimes display the same message twice. This isn't an error with submission, but with message retrieval. A refresh fixes it to where only the amount of messages that were actually submitted are displayed, so there's some sort of bug with polling

Here's an example.
Screen Shot 2015-07-18 at 3.38.38 PM.webp
 
@Siropu

If I remove:
Code:
#siropuChatMessages > li {
text-align: justify;
}

I get rid of the following issue (where Bard's username doesn't start at the same place as Masala's). - Plus there seems to be some kind of "extra space" issue between the words...

But then the line isn't justified at the end, before the timestamp.

Can you make the username somehow separate from the rest of "text-align: justify;", so that the username would always start at the same place, regardless of the line length? Yet keeping the main text content justified...

http://i.imgur.com/gLbEaWj.png

Screen Shot 2015-07-19 at 00.43.45.webp
 
I want to disable the quote feature when you hover over the timestamp.

We don't have edit and delete enabled for regular users either.

So basically for regular users the timestamp wouldn't change to quote button on hover, and for moderators it would change only to edit / delete, not quote.

I disabled the quote button from the ACP Chat options, but this doesn't disable the hover quote function.

Could you please add this option.

Screen Shot 2015-07-19 at 02.39.40.webp

Code:
.siropuChatQuote {
display: none;
}

hides it, but for regular users it after that changes to white space on hover, which I would like to avoid, instead keeping the timestamp visible at all times.

Screen Shot 2015-07-19 at 02.43.28.webp
 
@Siropu Additionally, messages posted via /me should be reportable with the author as the reportee.

@markku

If you have the color BBCode turned off or no-permissioned, that can occur
 
@Shiro, it's not a bug with the message retrieval. It never happened to me so the only explanation I can find it's due to a slow server response when posting and refresh takes place at the same time as the message gets returned. Is refresh rate 1 second or more?
@markku, I will add the justify only for messages. The Quote in Admin Options is to enable/disable the quote button in chat editor. As for the color bug, that problem was in 1.15.0. Do you have it in 1.15.1? I can't reproduce it now...
@Scharesoft, I will make some adjustments.
 
Back
Top Bottom