Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions
You are not logged in.
Pages: 1
Hello LHC team !
I'm searching to modify the starting form with username and accept TOS on the v2 widget. I tried to a activate the debug mode to found where I can find this info but no info appear, I have only debug info on admin interface.
So my question is : Where can I modify the v2 widget starting form, I just need to enlarge the username field to take all the place (from col-6 to col-12)
Offline
Hi,
Easiest way just make one character change there. Dirty way https://github.com/LiveHelperChat/liveh … s.php#L156 to 12
Proper way would be just write small extension and listen to erLhcoreClassChatEventDispatcher::getInstance()->dispatch('widgetrestapi.onlinesettings', array('output' => & $outputResponse));
And override this single number there.
And third way just override widget css. /intel/git/livehelperchat_mysql_com/design/defaulttheme/css/widgetv2/widget_override.css https://doc.livehelperchat.com/docs/ext … ide-quick/ create in your extension css file with identical path.
Offline
Simple extension if you just want to listen to an events.
https://github.com/LiveHelperChat/liveh … verifyuser
Offline
Yes, It works.
Really thank you !
Offline
Pages: 1