Chat by Siropu

Chat by Siropu [Paid] 1.25.1

No permission to buy (€29.99)
@Siropu This is a continuation about my question regarding enable.js and mod.js from before. Where can I change which file to load mod.js from? I can change chat.js from siropu_chat template, and enable.js from siropu_chat_disabled template. But I've no clue about mod.js. To make things easier than asking users of my site to force-refresh the site to reload the chat's js files, I came up with an idea to append numbers to the files' name. Thus during every update (or whenever I do manual edit), I'll simply increase the number, so users won't have to manually force-refresh the site to see changes. Especially since I'm using CloudFlare, the caching was even sillier.

Also, siropu_chat_disabled is still using margin instead of padding for the body.

Plus one more, can you also show XenForo's loading bar when someone want to re-enable the chat? Same reason as to why I suggested showing it for /help command and stuff before.
 
Last edited:
@BobbyWibowo, there are 8 files that use mod.js. To find them search templates for Chat/mod.js
I think it's a good idea to put something after the the js file, just like XF does to prevent clearing the cache. I will see if I can display the chat version ID after it like so chat.js?v=xx

I will make the other changes also.

@zipporah, yes. Phrase: siropu_chat Style Property: Header Heading
 
Last edited:
To change the phrase "Chat", go to Admin > Appearance > Phrases and search for the phrase "siropu_chat".
To change the color, go to Admin > Appearance > Style Properties > Chat > Header Heading
 
To change the color, go to Admin > Appearance > Style Properties > Chat > Header Heading
Got it thanks ;3
To change the phrase "Chat", go to Admin > Appearance > Phrases and search for the phrase "siropu_chat".
I went to siropu_chat phrase and I found a bunch of results with the prefix "option" in front of each of them.

Are you referring to this one?
option_group_siropu_chat
 
A suggestion!
I would love whispers to be logged in the Archives as well.

Possibly as [user1] > [user2] or something similar.

We review our logs constantly but have an issue with not being able to see whispers sent between users.
 
@zipporah, it's there. Do a phrase search for "Chat" with case sensitive checked.
@Bashful, they are logged but for privacy reasons they are not displayed for users that are not part of the conversation.
 
@Siropu Also, one more, in addition to showing XenForo's loading bar when someone re-enable the chat. I'd also love it to show when someone press the smilies icon. XenForo by default will show the loading bar when you press smilies icon on the editor. And since it seems that the chat's editor will also load the smilies from AJAX or something, I can still feel that it takes a while to load on my slow internet (more like big latency/ping instead of slow internet, actually, plus my web host is kinda slow).
 
@Siropu can you add default option in future release for chat bot to use font awesome icon:

Find:
Code:
Code:
<a class="avatar"><img src="@siropuChatBotAvatar"></a>
Replace:
Code:
Code:
<img src="@siropuChatBotAvatar">
With your Font Awesome Icon:
Code:
Code:
<i class="fa fa-android"></i>
 
@Bashful, they are logged but for privacy reasons they are not displayed for users that are not part of the conversation.
Where is it logged at? I can't find them in the archive?

If you mean that even the staff can't see the whispers that they aren't apart of, is there a way to possibly enable this?

It would help us with reports that users never seem to file, but pm us about what a user apparently said to them.
 
Unless whispers are reported, staff members/admins should not see them in my opinion. It's the same as conversations where you don't have access to read them.
 
Unless whispers are reported, staff members/admins should not see them in my opinion. It's the same as conversations where you don't have access to read them.
My users tend not to report them is my issue. Then say that a user had said something which should be taken care of. I just don't like to discipline without proof
 
Unless whispers are reported, staff members/admins should not see them in my opinion. It's the same as conversations where you don't have access to read them.
Hi,

Perhaps allowing the staff to see who is discussing in private instantly on the chat (put a notification when users are discussing in private)? It might help if a member is suspicious of something and he could write to all members to leave the site, etc. Even if we cannot see the content, could be useful in certain situations. Instead of seeing the content of the messages, each message sent by the users would be a notification letting know that people discuss in private (with people username in the conversation).

Perhaps it would be better to put a group permission, because people might like to know that people discuss in private. I think it would be a good addition to add it to your chat.
 
Ok, to make everyone happy I have added 2 new permissions:
  1. View whispers (you can see who sent the message and recipients but not the message)
  2. Read whispers (you can see everything)
 
Top Bottom