Chat by Siropu

Chat by Siropu [Paid] 1.25.1

No permission to buy (€29.99)
In the options of the chat I can choose embed or all pages (and other positions). So it's not possible to show a chat room on a page if the All pages mode is active. If all pages is active, on every page the chat is visible, except of the chat page. Why it's not possible to insert a specific chat page into a node and set the chat active on all pages? Of course except of the chat page and the nodes where the chat is embed. I hope it was more comprehensible :)
 
What is the difference between

<xen:callback class="Siropu_Chat_Callback" method="getChat" params="{xen:array 'room_id=id'}"></xen:callback>

and

<xen:callback class="Siropu_Chat_Callback" method="getChat" params="{xen:array 'room_id=id',...

because right now I have no idea how to use the sidebar embed code
 
The second has an extra parameter which includes the CSS that makes the chat display ok in the sidebar. This is the correct code:
PHP:
<xen:callback class="Siropu_Chat_Callback" method="getChat" params="{xen:array 'room_id=id', 'sidebar=1'}"></xen:callback>

Go to Admin > Appearance > Template Modifications > Create Template Modification

Template: PAGE_CONTAINER
Modification Key: siropuChatSidebarRoom1 (you can use any unique name you want)

Find:
{xen:raw $sidebar}

Replace:
<xen:callback class="Siropu_Chat_Callback" method="getChat" params="{xen:array 'room_id=id', 'sidebar=1'}"></xen:callback>
{xen:raw $sidebar}

Save and you are done.
Don't forget to change "id" with room id or set to 0 for general chat.

P.S. The chat admin option "display mode" needs to be set to "Embed".
 
Chat on my forum_list needs about 5 seconds to show messages after upgrade to 1.14.0. Chat page loads normal.
 
Is there a way to use the Taigia Chat Users in Chatroom in addition to the chatroom, Its nice to know when people are just viewing the chat, instead of having to type in the chat for there name to display. Does this make sense?
 
i clicked the 'disable chat' checkbox, and now the chat is gone (as i expected) but i can't seem to find how to re-enable it? Never mind, I found it. Semi-transparent box in the bottom right corner of my website :)

also, i would like to make a suggestion; how about an option to change what side of the bar the latest chat appears on? i'm using css to float it right instead of left, but it would be a cool option to have since some browsers have a url/update/loading alert that covers up the latest message when a page is loading (i.e. chrome).
 
Last edited:
It's already possible to switch the direction of the chat messages and after reloading the chat the old messages appear under the new one.
 
Would you be able to allow private conversations rather than whispers like ArrowChat? We currently use that system which is horrendous but the only thing stopping me switching to this is private conversations with people you follow like ArrowChat uses.
 
Would you be able to allow private conversations rather than whispers like ArrowChat? We currently use that system which is horrendous but the only thing stopping me switching to this is private conversations with people you follow like ArrowChat uses.

It seems more reasonable to let a user create a custom chat room since that would provide the same functionality.
 
I'd rather not have a lot of chat rooms and I know they will forget to delete them or what not if they 'stick'. I also use chat rooms for private guild chats on ArrowChat so rather not have them making those but I do get your point.

The issue being that ArrowChat has a bar across the bottom as well as this so we cannot really switch to it for what we want as we lose the ArrowChat feature we need that I mentioned above.
 
@Siropu

Do you plan to add some of previous suggestions like mine to have a possibility to bookmark favorite smilies?
It will be great if you give the possibility to members to change the background of the chat and elements position, colors,...

Regards,

Ps: After clearing the cache of my browser, the delay of 5 seconds when opening the index page still...
I don't know if other users have this issue but I will try on another computer as quickly as possible.
 
Would you be able to allow private conversations rather than whispers like ArrowChat? We currently use that system which is horrendous but the only thing stopping me switching to this is private conversations with people you follow like ArrowChat uses.
I might add this in the future but I'll probably double the price of this add-on if that happens.

@Betclever, sorry, I don't plan to implement such features at this point.
As for the problem, make sure you have the latest js scripts of the chat in place.
 
Would you be able to allow private conversations rather than whispers like ArrowChat? We currently use that system which is horrendous but the only thing stopping me switching to this is private conversations with people you follow like ArrowChat uses.
vote +1 to this suggestion :)
 
Back
Top Bottom