Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions
You are not logged in.
Pages: 1
Hello.
I have a hosted version of livehelperchat and need override front page with my static page. Because operators confused, when they open frontpage instead of /site_admin and see form of start chat.
For example, I have chat on domain installed on http://something.com
Admin page available in http://something.com/site_admin and I need to replace http://something.com with my static html page or something like this. Or disable form of start chat.
By default I see "Fill out this form to start a chat" and form.
Is it possible?
Offline
Hi,
thank you for your question in the Forum.
Sorry maybe you need commercial support for that.
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
Couldn't find a configurable option neither.
What I did:
- create a new file named startchat.tpl.php located in directory design/customtheme/tpl/lhchat/
- open this file with a texteditor like Notepad++
- and enter a php redirect to where you want like ...
<?php
header("Location: http://something.com/somewhere_else/your.html/");
exit;
?>
- save file
- clean cache
That's all. Good luck.
Last edited by zet (2016-03-10 08:48:52)
Offline
Pages: 1