When the official interaktonline site goes down and your clients click on the interakt logo on the property panels inside KTML they will end up with a dead link.
KTML Interakt link removal instructions:
Find the following file:
/includes/ktm/core/ktml.js
Line 208:
{if(confirm(msg+"\n\n"+KT_Messages["goto technote"])){window.open("http://www.interaktonline.com/Support/Knowledgebase/Technote/Details/144/124/KTML+only+loads+in+safe+mode.html");}
Replace with:
{if(confirm(msg+"\n\n"+KT_Messages["goto technote"])){window.open("http://www.mydomain.com/ktml/index.php");}
Around line 288, remove this complete line
<a id="logoKTML_' + this.name + '" href="http://www.interaktonline.com/go/KTML/?from=' + FROM_WHERE + '" target="_blank" title="KTML homepage"><img src="'+KtmlRelativeImagePath+'logo_pi.gif" alt="KTML homepage" border="0" height="43"/></a>
Or replace with your own to point to your locally hosted support files:
<a id="logoKTML_'+this.name+'" href="http://www.mydomain.com/ktml/index.php" target="_blank" title="KTML Videos"><img src="'+KtmlRelativeImagePath+'logo_pi.gif" alt="XMS Videos" border="0" height="43"/></a>\