Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions
You are not logged in.
Hey there,
I just started developing and modding live helper chat for my own website, its an awesome piece of software. However I'm struggling a bit with integrating my own scripts from my website. For example, I have a nice Popup-Script whoch receives a parameter and loads some contents depending on the parameters from a different server. In plain HTML this works perfectly, however in Live helper chat onclick events get interpretet(..?) by a different script. From what I've understood so far there is an event handler for all custom events, but this seems not suitable for my needs. Any clue on where/how I can add my own functions to the chat?
Note: I am sending the button using BBCode for plain HTML
Offline
Thanks for the question.
Please try to wait a reply from the developer
PeopleInside - Live helper chat - free limited forum support!
For commercial support or GitHub [see FAQ here]
If you want to support this open source project, just donate [see support page]
Something wrong with the forum? [contact a superhero]
Offline
Thanks for the quick reply, let's wait and see what's possible
Offline
You can give a look at the documentation in the main time: https://doc.livehelperchat.com/
You can maybe find the answer.
In my forum signature you can find some links to also join the discord chat where you can try to ask your question if here doesn't get an answer.
When you find the solution please, try to share here so other users may be helped as well.
Wish to you a magical week end.
PeopleInside - Live helper chat - free limited forum support!
For commercial support or GitHub [see FAQ here]
If you want to support this open source project, just donate [see support page]
Something wrong with the forum? [contact a superhero]
Offline
Take a look at this extensions.
It renders button in the widget and listen for their own JS event with which afterward you can do whatever you want.
https://github.com/LiveHelperChat/cloud … de.tpl.php
Also you can always just have quick reply buttons and on click execute another trigger which has ExecuteJS response type.
Offline