electrogypsy
Well-known member
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.
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',...
how to include font awesome in editor for , link, image, quote, media, smiles, spoiler, and code?
No users being displayed as chatting either.
There is a way to load javascript files through ajax. I forgot how I did it in XenMedio.@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.
If you have enabled it from Admin Options and set permissions, it will show up in the users list in each user's menu.where is whisper option?
I see this code in one of XF's ViewPublic but I don't know if this loads JS scripts of BBCodes.There is a way to load javascript files through ajax. I forgot how I did it in XenMedio.
$output['js'] = $template->getRequiredExternals('js');
$template = $this->createTemplateObject('', array());
'js' => $template->getRequiredExternals('js')
Xenforo_ViewRenderer_Json::jsonEncodeForOutput(array(
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.
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}
We use essential cookies to make this site work, and optional cookies to enhance your experience.