Chat by Siropu

Chat by Siropu [Paid] 1.25.1

No permission to buy (€29.99)
is there a way to turn off the sound on chat load? every time i open a new tab in my site it sounds like someone just posted in the chat.
 
Siropu updated Chat by Siropu with a new update entry:

New Features & Bug Fixes

Version 1.14.0 allows you to embed the chat with any room anywhere you want in the template using a template callback with XF's Template Modifications System.

Supports two modes: Node and Sidebar.

Embed a room in a node:
PHP:
<xen:callback class="Siropu_Chat_Callback" method="getChat" params="{xen:array 'room_id=id'}"></xen:callback>

Embed a room in the sidebar:
PHP:
<xen:callback class="Siropu_Chat_Callback" method="getChat" params="{xen:array 'room_id=id',...

Read the rest of this update entry...
 
@Siropu

To be honest, I did not understand what I have to do to add a room in the sidebar cause I'm using your chat system on my index page "above the footer".
Therefore, I just want to keep the system I'm using at the moment and add the chat system on the sidebar for admin/moderators.

Can you just tell me what shall I do in this case?

Regards.
 
You can't load 2 instances of the chat at the same time because it will not work. I've added this feature for those who want to embed the chat in different nodes/pages or in the sidebar.
 
@Siropu

latest update breaks this in the corner,

1.png
 
@Jaxel, I don't know what I can do about that custom BBcode. As for the other issues, will be fixed in the next release.
@electrogypsy, problem has been fixed in 1.13.2. You just need to clear the browser cache.
There is a way to load javascript files through ajax. I forgot how I did it in XenMedio.
 
where is whisper option?
If you have enabled it from Admin Options and set permissions, it will show up in the users list in each user's menu.

@Solidus, will look into it.

There is a way to load javascript files through ajax. I forgot how I did it in XenMedio.
I see this code in one of XF's ViewPublic but I don't know if this loads JS scripts of BBCodes.

PHP:
$output['js'] = $template->getRequiredExternals('js');

Please try it and see if it works.

Add this:

PHP:
$template = $this->createTemplateObject('', array());

in Chat/ViewPublic/Public.php

And this:

PHP:
'js' => $template->getRequiredExternals('js')
to
PHP:
Xenforo_ViewRenderer_Json::jsonEncodeForOutput(array(

If it will work, I will add it by default.
 
You can't load 2 instances of the chat at the same time because it will not work. I've added this feature for those who want to embed the chat in different nodes/pages or in the sidebar.

This is an intereseting update. It would be great if insert a chat is also possible, when it shows on all pages. On this specifig page where it's embed you could disable the chat for all pages like in the moment on the standard chat page.
 
I've narrowed down the following error:

Code:
ErrorException: Undefined index: message_type - library/Siropu/Chat/ControllerPublic/Chat.php:907
Generated By: Jaxel, A moment ago

#0 /home/eightway/public_html/library/Siropu/Chat/ControllerPublic/Chat.php(907): XenForo_Application::handlePhpError(8, 'Undefined index...', '/home/eightway/...', 907, Array)
#1 /home/eightway/public_html/library/XenForo/FrontController.php(347): Siropu_Chat_ControllerPublic_Chat->actionSubmit()
#2 /home/eightway/public_html/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#3 /home/eightway/public_html/index.php(13): XenForo_FrontController->run()
#4 {main}

It happens whenever the the message starts with a tagged user such as:
@Siropu this **** is broke.
 
@Scharesoft, not sure I understand what you mean.
@ŽivaAkcija, If you post more messages, does it not show up? From what I see Waterfox has the font a little different which made the text fit without needing the scrollbar. I had to install Waterfox (never heard of it before) to test it myself and it's working fine.
@Jaxel, have you upgraded to 1.14.0? You shouldn't get that error now.
 
Back
Top Bottom