Chat 2 by Siropu

Chat 2 by Siropu [Paid] 2.5.2

No permission to buy (€29.99)
Stack-Trace
Code:
#0 src/addons/Siropu/Chat/Pub/Controller/Chat.php(255): Siropu\Chat\Entity\Message->setError()
#1 src/XF/Mvc/Dispatcher.php(350): Siropu\Chat\Pub\Controller\Chat->actionSubmit(Object(XF\Mvc\ParameterBag))
#2 src/XF/Mvc/Dispatcher.php(257): XF\Mvc\Dispatcher->dispatchClass('Siropu\\Chat:Cha...', 'Submit', Object(XF\Mvc\RouteMatch), Object(Siropu\Chat\Pub\Controller\Chat), NULL)
#3 src/XF/Mvc/Dispatcher.php(113): XF\Mvc\Dispatcher->dispatchFromMatch(Object(XF\Mvc\RouteMatch), Object(Siropu\Chat\Pub\Controller\Chat), NULL)
#4 src/XF/Mvc/Dispatcher.php(55): XF\Mvc\Dispatcher->dispatchLoop(Object(XF\Mvc\RouteMatch))
#5 src/XF/App.php(2184): XF\Mvc\Dispatcher->run()
#6 src/XF.php(391): XF\App->run()
#7 index.php(20): XF::runApp('XF\\Pub\\App')
#8 {main}

PHP:
array(4) {
  ["url"] => string(22) "/index.php?chat/submit"
  ["referrer"] => string(33) "http://mysite.com/index.php"
  ["_GET"] => array(1) {
    ["chat/submit"] => string(0) ""
  }
  ["_POST"] => array(11) {
    ["users"] => array(1) {
      [1] => string(13) "3,25467,14611"
    }
    ["channel"] => string(4) "room"
    ["room_id"] => string(1) "1"
    ["last_id"] => array(1) {
      [1] => string(4) "1342"
    }
    ["conv_id"] => string(1) "0"
    ["conv_items"] => string(0) ""
    ["message_html"] => string(46) "<p>/ban user dalehrling hours 1</p><p><br></p>"
    ["_xfRequestUri"] => string(10) "/index.php"
    ["_xfWithData"] => string(1) "1"
    ["_xfToken"] => string(8) "********"
    ["_xfResponseType"] => string(4) "json"
  }
}
 
How to avoid advertising banners on your chat page?
I put chat into this:
Prevent ads showing in these templates

But still shows up.
 
I am considering this chat for my forum, I think it is a functional product. Great praise Siropu!

I would like to ask who is using - you can provide a link, I would like to be inspired.
Have your chat on the front page or somewhere nested, or where?
I am also worried about: is chat not counterproductive - does it duplicate threads? What is your long-term practical experience with the module?

Thanks foy your advice / opinions.
 
I assume the usernames are cached for performance reasons and when a username changes, it's not updated in the messages table at any point.

Would there be anything I'd break updating the usernames manually in the chat tables?
 
The username is stored in the table, but for display it uses the user entity based on the user ID so changing the username is not a problem.
 
The username is stored in the table, but for display it uses the user entity based on the user ID so changing the username is not a problem.
My fault for not specifying what in particular it was referring to but it's the [username] has started a new thread called [thread name] notifications. Still shows the old username.
 
v2.1.5
Cron bot message not work (only sometimes).
Is this issue solved in 2.1.6?
Where can I find a log of the chat addon?
 
Last edited:
Mostly not. It will run at 1:58 am.
Strangely, I have to set 0:58 to run the cron at 1:58.
The server time is correct.
 
Hi Siropu.

When I give permission to Unregistered / Unconfirmed, I alway get the attached image:

By the way, I already have all the permissions configured correctly.
 

Attachments

  • siropu chat.webp
    siropu chat.webp
    8.4 KB · Views: 13
Back
Top Bottom