I need to implement a livechat javascript snippet in the header of ispconfig to display a livechat inside of the panel, what file can i find this? i have tried to look into the template files but cant locate where the header codes are, can anyone help and guide me to correct file?
I'm pretty sure I found my ispconfig header content here: /usr/local/ispconfig/interface/web/themes/default/templates/main.tpl.htm
That's the file the page is generated from. So you either added the wrong js code or you missed reloading the page in the Browser. And be aware that this is the main page, not the sub-pages that get loaded into the iframes. But the easier way to include js is to put your js file in the folder /usr/local/ispconfig/interface/web/js/js.d/ so that it gets included automatically.
The problem is it should be an external js file for livechat included, i cant have it work in any way