Chat 2 by Siropu

Chat 2 by Siropu [Paid] 2.5.4

No permission to buy (€29.99)
You mean the navigation item for Chat, has no link to the dedicated page? Can you see the Chat on other positions such all pages or Above forum lust?


From the Chat "Browse rooms" tab. You must gave all the necessary permissions set.

I see absolutely no chat browse room tab.
 
What display mode have you set in admin options? By default, it is all pages mode where it displays a bar at the bottom of the screen.
 
Got both chats working. Thanks.

Suggestion: with "kick" and/or ban it'd be a good idea to also set the user's posts in the forums to "needs approval." When kick or banned from a chat they most often hit the forums to vent.
 
Agradecería su ayuda. En mi foro, Xenforo, puedo añadir emoticonos desde mi móvil a cualquier tema, pero no puedo hacerlo en el plugin de chat Siropu. Desde una cuenta de usuario normal, recibo el error: «Se ha producido un error del servidor. Inténtelo de nuevo más tarde».

Y desde la cuenta de administrador, obtengo esto:

INSERT INTO xf_siropu_chat_message (message_room_id, message_text, message_user_id, message_username, message_bot_name, message_type, message_type_id, message_type_category_id, message_is_ignored, message_recipients, message_mentions, message_like_users, message_like_count, message_date, message_edit_count, reaction_score, reactions, reaction_users) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
------------

#0 src/XF/Db/Mysqli/Statement.php(207): XF\Db\AbstractStatement->getException('Error en la consulta MySQL...', 1366, '22007')
#1 src/XF/Db/Mysqli/Statement.php(83): XF\Db\Mysqli\Statement->getException('Error en la consulta MySQL...', 1366, '22007')
#2 src/XF/Db/AbstractAdapter.php(96): XF\Db\Mysqli\Statement->execute()
#3 src/XF/Db/AbstractAdapter.php(219): XF\Db\AbstractAdapter->query('INSERT INTO `x...', Array)
#4 src/XF/Mvc/Entity/Entity.php(1572): XF\Db\AbstractAdapter->insert('xf_siropu_chat_...', Array, false)
#5 src/XF/Mvc/Entity/Entity.php(1300): XF\Mvc\Entity\Entity->_saveToSource()
#6 src/addons/Siropu/Chat/Pub/Controller/Chat.php(322): XF\Mvc\Entity\Entity->save()
#7 src/XF/Mvc/Dispatcher.php(362): Siropu\Chat\Pub\Controller\Chat->actionSubmit(Object(XF\Mvc\ParameterBag))
#8 src/XF/Mvc/Dispatcher.php(264): XF\Mvc\Dispatcher->dispatchClass('Siropu\\Chat:Cha...', 'Submit', Object(XF\Mvc\RouteMatch), Object(Siropu\Chat\Pub\Controller\Chat), NULL)
#9 src/XF/Mvc/Dispatcher.php(121): XF\Mvc\Dispatcher->dispatchFromMatch(Object(XF\Mvc\RouteMatch), Object(Siropu\Chat\Pub\Controller\Chat), NULL)
#10 src/XF/Mvc/Dispatcher.php(63): XF\Mvc\Dispatcher->dispatchLoop(Object(XF\Mvc\RouteMatch))
#11 src/XF/App.php(2826): XF\Mvc\Dispatcher->run()
#12 src/XF.php(806): XF\App->run()
#13 index.php(23): XF::runApp('XF\\Pub\\App')
#14 {principal}


Agradecería cualquier ayuda, ya no sé qué hacer.
 
I have the following problem: users on my forum upload photos in the chat, but they appear like this after a few minutes. Is there a solution? Thanks

IMG_1028.webp
 
Hey, @Siropu - Running Chat 2.5.3 on XenForo 2.3.7 and observing what appears to be a conflict between Chat and spoiler tags. The issue is that spoiler tags don't work (clicking the button or the blurred text does nothing) when the following conditions are met:
  • Chat is enabled
  • The page has been loaded in a minimum-width presentation, such as portrait orientation on a phone, or with the window at minimum width in a desktop browser
Loading the page in a landscape orientation and then rotating to portrait does not reproduce the issue. Neither does loading the page on desktop in a wide window and dragging it narrow. If you do these things, you must then manually reload the page in order to observe the issue.

When the issue happens, I see the following Javascript error (this is from Safari's Javascript console):

1765747710305.webp

Scrolling to the bottom of the page and disabling chat, then reloading/refreshing the page resolves the issue and spoiler tags begin working again.
 
Last edited:
Cannot reproduce it in Chrome/Firefox. Could be Safari related but cannot test it on Mac.
Thanks for trying it, @Siropu. Hmm. I can reproduce this on all browsers and platforms I have access to right now. Trying to imagine what else it might be. Here's what I see in the latest Chrome on Win11 when I...
  1. Enable Chat
  2. Drag the window very narrow to simulate portrait on a phone
  3. Click reload/refresh (generates the "Cannot read properties of null" error)
  4. Click on a spoiler button (generates the "Could not find click handler" error)
With Chat off, and/or the window dragged wide, neither of these errors happens. Very puzzling.

1765901729711.webp

I'll continue to review our customizations.
 
Back
Top Bottom