Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions
You are not logged in.
Pages: 1
is there a way to display the time only once?
Offline
This can happen only if you send a message with empty body. E.g from bot. So check your bot configuration.
Offline
This can happen only if you send a message with empty body. E.g from bot. So check your bot configuration.
I'm sorry, but in my case this happens when I set a variable
Offline
Still way to little details to reproduce.
Offline
Still way to little details to reproduce.
for example in this case:
[== PHP ==]
J[Warning] [default] [default] Array
(
[0] => Array
(
[id] => 2475
[msg] =>
[meta_msg] => {"content":{"execute_js":{"chat_emit":"attr_rem","ext_args":"{\"attr\":[\"chat_ui\",\"survey_id\"]}"}}}
[time] => 1641375328
[chat_id] => 169
[user_id] => -2
[name_support] => Supporto live
)
[1] => Array
(
[id] => 2476
[msg] =>
[meta_msg] => {"content":{"quick_replies":[{"_id":"lTm7rY9Jr","type":"trigger","content":{"name":"Voglio entrare in chat!","payload":"57"}},{"_id":"5B7hd76gI","type":"trigger","content":{"name":"Richiamami","payload":"97"}}],"attr_options":{"hide_text_area":true}}}
[time] => 1641375329
[chat_id] => 169
[user_id] => -2
[name_support] => Supporto live
)
)
prints two lines, but first line is empty, instead second line are buttons
Offline
Hi,
That's more clear I'll try. But what version you are using?
Offline
Hi,
That's more clear I'll try. But what version you are using?
Version 3.91
Offline
ok,
I'll let you know once I test/fix today or tomorrow.
Offline
ok,
I'll let you know once I test/fix today or tomorrow.
thanks a lot
Offline
Sorry, but I can't reproduce either way. Send full dump of a chat from lh_msg table. I have suspicious you are not on 3.91v or you have overridden some template as this scenario is taken care here
https://github.com/LiveHelperChat/liveh … pl.php#L26
Make sure you are executing same content.
Offline
Pages: 1