<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Live Help Knowledge Base</title>
	<atom:link href="http://livehelp.stardevelop.com/kb/feed/" rel="self" type="application/rss+xml" />
	<link>http://livehelp.stardevelop.com/kb</link>
	<description></description>
	<lastBuildDate>Thu, 17 May 2012 13:48:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Live Chat Zendesk Integration</title>
		<link>http://livehelp.stardevelop.com/kb/463/</link>
		<comments>http://livehelp.stardevelop.com/kb/463/#comments</comments>
		<pubDate>Thu, 15 Sep 2011 14:20:23 +0000</pubDate>
		<dc:creator>stardevelop.com</dc:creator>
				<category><![CDATA[Installation]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[integration]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[zendesk]]></category>

		<guid isPermaLink="false">http://livehelp.stardevelop.com/kb/?p=463</guid>
		<description><![CDATA[<p>To setup Live Chat to function with Zendesk you will need to create an extension within the Zendesk administration.  You can setup the extensions within the Zendesk Administration > Settings > Extensions.  You should then click Add Widget > Global JavaScript.  The paste the following code.  The Global JavaScript widget will insert the Live Help JavaScript and Live Help visitor tracking code on all your web pages.</p>]]></description>
			<content:encoded><![CDATA[<p>To setup Live Chat to function with Zendesk you will need to create an extension within the Zendesk administration.  You can setup the extensions within the Zendesk Administration > Settings > Extensions.  You should then click Add Widget > Global JavaScript.  The paste the following code.  The Global JavaScript widget will insert the Live Help JavaScript and Live Help visitor tracking code on all your web pages.</p>

<textarea style="font-family:Consolas, Monaco, 'Courier New', Courier, monospace; font-size:11px; width:610px; margin:10px 0px; background: none repeat scroll 0 0 #F9F9F9; border: 1px solid #ECECEC; border-radius:4px; padding:10px; resize:none">
var LiveHelpSettings = {};
LiveHelpSettings.server = 'www.example.com';
LiveHelpSettings.chatTab = true;
LiveHelpSettings.zendesk = true;

if (currentUser != 'undefined' &#038;& currentUser.isEndUser == true &#038;& currentUser.id != null &#038;& currentUser.name != 'Anonymous user') {
	LiveHelpSettings.name = currentUser.name;
	LiveHelpSettings.email = currentUser.email;
}

jQuery(document).ready(function() {

	// JavaScript
	var LiveHelp = document.createElement('script'); LiveHelp.type = 'text/javascript'; LiveHelp.async = true;
	LiveHelp.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + LiveHelpSettings.server + '/livehelp/scripts/jquery.livehelp.noconflict.js';
	var s = document.getElementsByTagName('script')[0];
	s.parentNode.insertBefore(LiveHelp, s);
	
	var Zendesk = document.createElement('script'); LiveHelp.type = 'text/javascript'; Zendesk.async = true;
	Zendesk.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + LiveHelpSettings.server + '/livehelp/plugins/zendesk/jquery.livehelp.zendesk.js';
	s.parentNode.insertBefore(Zendesk, s);

});
</textarea>

<p>One you have pasted the above code into the Zendesk Global JavaScript widget you will need to edit the following line near the bottom of the JavaScript code.  You should change the <strong>bold</strong> text to the domain where you have installed the Live Help software.  Only add the domain to this text as the /livehelp/ folder will be added automatically.</p>
<div><code>
LiveHelpSettings.url = '<strong>www.example.com</strong>';
</code></div>
<p>You can also create a Custom widget with the following code if you wish to display the Live Help chat button on certain pages.  You also need to edit the <strong>bold</strong> text within the code below to point to your Zendesk installation.</p>
<div><code>&lt;!-- stardevelop.com Live Help International Copyright - All Rights Reserved //--&gt;<br/>
&lt;!-- BEGIN Live Help HTML Code - NOT PERMITTED TO MODIFY IMAGE MAP/CODE/LINKS //--&gt;<br/>
&lt;a href="#" target="_blank" class="LiveHelpButton"&gt;<br/>
&lt;img src="<strong>http://www.example.com/</strong>livehelp/include/status.php" id="LiveHelpStatus" name="LiveHelpStatus" class="LiveHelpStatus" border="0" alt="Live Help" /&gt;<br/>
&lt;/a&gt;&lt;!-- END Live Help HTML Code - NOT PERMITTED TO MODIFY IMAGE MAP/CODE/LINKS //--&gt;<br/></code></div>]]></content:encoded>
			<wfw:commentRss>http://livehelp.stardevelop.com/kb/463/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding Custom Smarty Templates</title>
		<link>http://livehelp.stardevelop.com/kb/437/</link>
		<comments>http://livehelp.stardevelop.com/kb/437/#comments</comments>
		<pubDate>Mon, 11 Apr 2011 04:55:23 +0000</pubDate>
		<dc:creator>stardevelop.com</dc:creator>
				<category><![CDATA[Customising]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[customising]]></category>
		<category><![CDATA[customizing]]></category>
		<category><![CDATA[Live Chat]]></category>
		<category><![CDATA[Smarty]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[templates]]></category>

		<guid isPermaLink="false">http://livehelp.stardevelop.com/kb/?p=437</guid>
		<description><![CDATA[From within the Live Help Server Software v3.90 and above you are able to create custom templates. The templates are based on the PHP Smarty templating system and allow you to customise the guest chat window to suit your own web site design and layout. Make a copy of either the /livehelp/templates/default/ or /livehelp/templates/whmcs-portal/ folder. [...]]]></description>
			<content:encoded><![CDATA[<p>From within the Live Help Server Software v3.90 and above you are able to create custom templates.  The templates are based on the PHP Smarty templating system and allow you to customise the guest chat window to suit your own web site design and layout.</p>
<ol>
<li>Make a copy of either the <em>/livehelp/templates/default/</em> or <em>/livehelp/templates/whmcs-portal/</em> folder.</li>
<li>Rename the copied duplicate folder to the name of your template e.g. <em>/livehelp/templates/custom/</em></li>
<li>Edit the .tpl files to change the HTML code, don’t change any <script></script> tags or {} Smarty tags.</li>
<li>Configure your new template to load as the default template in the Live Help Windows app > Settings tab > Appearance > Template</li>
</ol>
<p>You can also customise the following folders and images if you wish to make advanced customisations to the images and CSS.</p>
<ol>
<li><em>/livehelp/images/</em> &#8211; Contains images that shouldn&#8217;t need translating</li>
<li><em>/livehelp/locale/en/images/</em> &#8211; Contains images that need translating for each language pack.</li>
<li><em>/livehelp/styles/</em> &#8211; Contains CSS styles, some of these are generated from PHP and use the settings that are configured within the Live Help Windows app > Settings tab > Appearance section.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://livehelp.stardevelop.com/kb/437/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VoIP / Skype Call Back HTML Code</title>
		<link>http://livehelp.stardevelop.com/kb/433/</link>
		<comments>http://livehelp.stardevelop.com/kb/433/#comments</comments>
		<pubDate>Wed, 23 Mar 2011 04:46:44 +0000</pubDate>
		<dc:creator>stardevelop.com</dc:creator>
				<category><![CDATA[Installation]]></category>
		<category><![CDATA[Call Back]]></category>
		<category><![CDATA[HTML code]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[Live Help]]></category>
		<category><![CDATA[Skype]]></category>
		<category><![CDATA[VoIP]]></category>

		<guid isPermaLink="false">http://livehelp.stardevelop.com/kb/?p=433</guid>
		<description><![CDATA[In order for your potential customers to find your online status, you will need to add the HTML code to your web site&#8217;s pages. There are three simple steps to ensure Live Help will run correctly on your web pages. If you use Joomla or WordPress then you can install the Joomla module or WordPress [...]]]></description>
			<content:encoded><![CDATA[<p>In order for your potential customers to find your online status, you will need to add the HTML code to your web site&#8217;s pages. There are three simple steps to ensure Live Help will run correctly on your web pages. If you use Joomla or WordPress then you can install the <a href="http://livehelp.stardevelop.com/kb/?p=63">Joomla module</a> or <a href="http://livehelp.stardevelop.com/kb/?p=159">WordPress plugin</a> to automatically add the HTML code</p>
<h1>Step 1.</h1>
<p>In order for your customers to request a VoIP / Skype telephone callback, you will need to add the Live Help Callback HTML code to your web site&#8217;s pages. There are three simple steps to ensure Live Help will run correctly on your web pages. </p>
<p>Please note: These first steps are the same steps that are required for the regular Live Help button. Only step three is required if you have already placed step one and two on your web site.</p>
<div><code><br />
&lt;!-- stardevelop.com Live Help International Copyright - All Rights Reserved //--&gt;<br />
&lt;!--  BEGIN stardevelop.com Live Help Messenger Code - Copyright - NOT PERMITTED TO MODIFY COPYRIGHT LINE / LINK //--&gt;<br />
&lt;script type="text/JavaScript" src="/livehelp/scripts/jquery-latest.js"&gt;&lt;/script&gt;<br />
&lt;script type="text/javascript"&gt;<br />
&lt;!--<br />
&nbsp;&nbsp;&nbsp;&nbsp;var LiveHelpSettings = {};<br />
&nbsp;&nbsp;&nbsp;&nbsp;LiveHelpSettings.server = '<strong>www.example.com</strong>';<br />
&nbsp;&nbsp;&nbsp;&nbsp;LiveHelpSettings.embedded = true;<br />
&nbsp;&nbsp;&nbsp;&nbsp;(function(d, $, undefined) {<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$(window).ready(function() {<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;// JavaScript<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;var LiveHelp = d.createElement('script'); LiveHelp.type = 'text/javascript'; LiveHelp.async = true;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;LiveHelp.src = ('https:' == d.location.protocol ? 'https://' : 'http://') + LiveHelpSettings.server + '/livehelp/scripts/jquery.livehelp.js';<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;var s = d.getElementsByTagName('script')[0];<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;s.parentNode.insertBefore(LiveHelp, s);<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;});<br />
&nbsp;&nbsp;&nbsp;&nbsp;})(document, jQuery);<br />
--><br />
&lt;/script&gt;<br />
&lt;!--  END stardevelop.com Live Help Messenger Code - Copyright - NOT PERMITTED TO MODIFY COPYRIGHT LINE / LINK //--&gt;<br />
</code></div>
<h1>Step 2.</h1>
<p>The following lines need to be added where you wish to display the VoIP / Skype Call Back button (you may display many Live Help status buttons on a single page):</p>
<div><code>&lt;!-- stardevelop.com Live Help International Copyright - All Rights Reserved //--&gt;<br />
&lt;a href="#" class="LiveHelpCallButton"&gt;&lt;img src="/livehelp/include/status.php?CALLBACK" id="LiveHelpStatus" name="LiveHelpStatus" class="LiveHelpStatus" border="0" alt="Live Help" /&gt;&lt;/a&gt;<br />
&lt;!-- END Live Help HTML Code - NOT PERMITTED TO MODIFY IMAGE MAP/CODE/LINKS //--&gt;</code></div>
<p><em>Example (Status Button Code &#8211; Step 2):</em></p>
<p><em><!-- stardevelop.com Live Help International Copyright - All Rights Reserved //-->
<!-- BEGIN Live Help HTML Code - NOT PERMITTED TO MODIFY IMAGE MAP/CODE/LINKS //-->
<a href="#" class="LiveHelpButton" style="border:none"><img src="http://stardevelop.chat.stardevelop.net/livehelp/include/status.php" id="LiveHelpStatus" name="LiveHelpStatus" border="0" alt="Live Help" title="Live Help" class="LiveHelpStatus"/></a>
<!-- END Live Help HTML Code - NOT PERMITTED TO MODIFY IMAGE MAP/CODE/LINKS //--></em></p>
]]></content:encoded>
			<wfw:commentRss>http://livehelp.stardevelop.com/kb/433/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WHMCS VoIP Call Back HTML Code</title>
		<link>http://livehelp.stardevelop.com/kb/423/</link>
		<comments>http://livehelp.stardevelop.com/kb/423/#comments</comments>
		<pubDate>Wed, 23 Mar 2011 04:07:28 +0000</pubDate>
		<dc:creator>stardevelop.com</dc:creator>
				<category><![CDATA[Installation]]></category>
		<category><![CDATA[Callback]]></category>
		<category><![CDATA[HTML code]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[Live Help]]></category>
		<category><![CDATA[VoIP]]></category>
		<category><![CDATA[WHMCS]]></category>

		<guid isPermaLink="false">http://livehelp.stardevelop.com/kb/?p=423</guid>
		<description><![CDATA[If you have setup Live Help Messenger as a WHMCS module then you need to install special HTML code on your web pages to support the WHMCS integration. In order for your customers to request a VoIP / Skype telephone callback, you will need to add the Live Help Callback HTML code to your web [...]]]></description>
			<content:encoded><![CDATA[<p>If you have setup Live Help Messenger as a WHMCS module then you need to install special HTML code on your web pages to support the WHMCS integration.</p>
<p>In order for your customers to request a VoIP / Skype telephone callback, you will need to add the Live Help Callback HTML code to your web site&#8217;s pages. There are two steps to ensure Live Help will run correctly on your web pages. </p>
<p>Please note: These first step is the same HTML code that is required for the regular Live Help button &#8211; this code is used for tracking your web site visitors. Only step two is required if you wish to use the Live Help VoIP call back feature.</p>
<p>You will need to edit the <strong>bold</strong> text within the HTML code so that the HTML code points to your WHMCS installation folder.  An absolute path is required for the HTML code to work as expected.</p>
<h2>Step 1.</h2>
<p>The following lines should be added on each page after your &lt;title&gt; tag and just before your &lt;/head&gt; tag (this should be added once per page):</p>
<div><code><br />
&lt;!-- stardevelop.com Live Help International Copyright - All Rights Reserved //--&gt;<br />
&lt;!--  BEGIN stardevelop.com Live Help Messenger Code - Copyright - NOT PERMITTED TO MODIFY COPYRIGHT LINE / LINK //--&gt;<br />
&lt;script type="text/JavaScript" src="/livehelp/scripts/jquery-latest.js"&gt;&lt;/script&gt;<br />
&lt;script type="text/javascript"&gt;<br />
&lt;!--<br />
&nbsp;&nbsp;&nbsp;&nbsp;var LiveHelpSettings = {};<br />
&nbsp;&nbsp;&nbsp;&nbsp;LiveHelpSettings.server = '<strong>www.example.com/whmcs/modules</strong>';<br />
&nbsp;&nbsp;&nbsp;&nbsp;LiveHelpSettings.embedded = true;<br />
&nbsp;&nbsp;&nbsp;&nbsp;(function(d, $, undefined) {<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$(window).ready(function() {<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;// JavaScript<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;var LiveHelp = d.createElement('script'); LiveHelp.type = 'text/javascript'; LiveHelp.async = true;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;LiveHelp.src = ('https:' == d.location.protocol ? 'https://' : 'http://') + LiveHelpSettings.server + '/livehelp/scripts/jquery.livehelp.js';<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;var s = d.getElementsByTagName('script')[0];<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;s.parentNode.insertBefore(LiveHelp, s);<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;});<br />
&nbsp;&nbsp;&nbsp;&nbsp;})(document, jQuery);<br />
--><br />
&lt;/script&gt;<br />
&lt;!--  END stardevelop.com Live Help Messenger Code - Copyright - NOT PERMITTED TO MODIFY COPYRIGHT LINE / LINK //--&gt;<br />
</code></div>
<p><strong>Note: </strong>You don&#8217;t need to include the &lt;script&gt; tag to /whmcs/includes/jscript/jquery.js if your web site already includes the jQuery JavaScript library.</p>
<h2>Step 2.</h2>
<p>The following lines need to be added where you wish to display the Live Help status indicator button (you may display many Live Help status buttons on a single page):</p>
<div><code>&lt;!-- stardevelop.com Live Help International Copyright - All Rights Reserved //--&gt;<br />
&lt;a href="#" class="LiveHelpCallButton"&gt;&lt;img src="<strong>/whmcs/modules</strong>/livehelp/include/status.php?CALLBACK" id="LiveHelpStatus" name="LiveHelpStatus" class="LiveHelpStatus" border="0" alt="Live Help" /&gt;&lt;/a&gt;<br />
&lt;!-- END Live Help HTML Code - NOT PERMITTED TO MODIFY IMAGE MAP/CODE/LINKS //--&gt;</code></div>
<p>Please note: The above second step is optional and should only be added to web pages that you wish to display the Live Help VoIP call back button.</p>
]]></content:encoded>
			<wfw:commentRss>http://livehelp.stardevelop.com/kb/423/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MaxMind IP City Location Support</title>
		<link>http://livehelp.stardevelop.com/kb/414/</link>
		<comments>http://livehelp.stardevelop.com/kb/414/#comments</comments>
		<pubDate>Tue, 01 Feb 2011 01:45:14 +0000</pubDate>
		<dc:creator>stardevelop.com</dc:creator>
				<category><![CDATA[Installation]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Windows Application]]></category>
		<category><![CDATA[city]]></category>
		<category><![CDATA[GeoIP]]></category>
		<category><![CDATA[GeoLite]]></category>
		<category><![CDATA[IP2City]]></category>
		<category><![CDATA[IP2Country]]></category>
		<category><![CDATA[location]]></category>
		<category><![CDATA[MaxMind]]></category>

		<guid isPermaLink="false">http://livehelp.stardevelop.com/kb/?p=414</guid>
		<description><![CDATA[The Live Help v3.90 and above supports IP City level location detection. We support the MaxMind GeoLite City (free) and MaxMind GeoIP City (paid with higher accuracy) databases. These databases are not included with the Live Help downloads (due to the size of the database) so you will need to download the latest database from [...]]]></description>
			<content:encoded><![CDATA[<p>The Live Help v3.90 and above supports IP City level location detection.  We support the MaxMind GeoLite City (free) and MaxMind GeoIP City (paid with higher accuracy) databases.  These databases are not included with the Live Help downloads (due to the size of the database) so you will need to download the latest database from the MaxMind web site.  The following instructions are for installing the database.</p>
<ul>
<li>Download the MaxMind GeoLite City database at <a href="http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz">GeoLite City (Approx. 18MB)</a></li>
<li>Unzip the file on your local PC, you can use a free tool like 7zip for unzipping the GeoLiteCity.dat.gz file.</li>
<li>Upload the GeoLiteCity.dat file to the /livehelp/plugins/maxmind/ directory.  The file is approximately 30MB so this may take some time.</li>
<li>The GeoLite database should be located at /livehelp/plugins/maxmind/GeoLiteCity.dat when finished uploading</li>
</ul>
<p>The MaxMind GeoLite database is updated each month (normally on the 1st of each month) so you can replace this file every month if you wish to use the most accurate location data.  Further details on the MaxMind GeoLite City database is available at <a href="http://www.maxmind.com/app/geolitecity?rId=stardevelop">http://www.maxmind.com/app/geolitecity</a></p>
]]></content:encoded>
			<wfw:commentRss>http://livehelp.stardevelop.com/kb/414/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Blank Live Help Chat Window Issue</title>
		<link>http://livehelp.stardevelop.com/kb/404/</link>
		<comments>http://livehelp.stardevelop.com/kb/404/#comments</comments>
		<pubDate>Mon, 17 Jan 2011 02:16:20 +0000</pubDate>
		<dc:creator>stardevelop.com</dc:creator>
				<category><![CDATA[Installation]]></category>
		<category><![CDATA[blank]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[Live Help]]></category>

		<guid isPermaLink="false">http://livehelp.stardevelop.com/kb/?p=404</guid>
		<description><![CDATA[If you have installed Live Help and the Live Help popup window is showing a blank chat window then we recommend the following troubleshooting steps. Check that the /livehelp/templates_c/ directory exists. If this directory doesn&#8217;t exist then please create it. If the chat window is still blank then make the /livehelp/templates_c/ directory writable. We recommend [...]]]></description>
			<content:encoded><![CDATA[<p>If you have installed Live Help and the Live Help popup window is showing a blank chat window then we recommend the following troubleshooting steps.</p>
<ul>
<li>Check that the /livehelp/templates_c/ directory exists.  If this directory doesn&#8217;t exist then please create it.</li>
<li>If the chat window is still blank then make the /livehelp/templates_c/ directory writable.  We recommend that you try the following permissions in this order 755, 775 and 777. </li>
</ul>
<p>The /livehelp/templates_c/ directory should be writable so that the Live Help templates can be created.  This issue will only affect Live Help installations v3.90 and above.</p>
<p><strong>Please note:</strong> If you are using Security-Enhanced Linux (SELinux) then you may also need to setup <em>allow_httpd_anon_write</em> to 1.  You can do this by running the command <em>setsebool -P allow_httpd_anon_write 1</em></p>
]]></content:encoded>
			<wfw:commentRss>http://livehelp.stardevelop.com/kb/404/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Invalid UTF-8 Character Encoding</title>
		<link>http://livehelp.stardevelop.com/kb/375/</link>
		<comments>http://livehelp.stardevelop.com/kb/375/#comments</comments>
		<pubDate>Mon, 30 Aug 2010 05:09:44 +0000</pubDate>
		<dc:creator>stardevelop.com</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[encoding]]></category>
		<category><![CDATA[invalid]]></category>
		<category><![CDATA[translate]]></category>
		<category><![CDATA[translating]]></category>
		<category><![CDATA[utf-8]]></category>

		<guid isPermaLink="false">http://livehelp.stardevelop.com/kb/?p=375</guid>
		<description><![CDATA[If you are translating the Live Help language pack files to your own language then you may experience the following issue with invalid UTF-8 characters appearing within the Live Help chat window.  This error will occur if you have not correctly saved the language pack files as UTF-8. A screenshot is shown below of the [...]]]></description>
			<content:encoded><![CDATA[<p>If you are translating the Live Help language pack files to your own language then you may experience the following issue with invalid UTF-8 characters appearing within the Live Help chat window.  This error will occur if you have not correctly saved the language pack files as UTF-8.</p>
<p>A screenshot is shown below of the issue occurring with a Spanish language pack, an incorrectly saved language pack file will show invalid characters such as � within the chat window.  <strong>Note: </strong>We only include an English language pack with Live Help, this is just an example for the purposes of this KB article.</p>
<div id="attachment_376" class="wp-caption aligncenter" style="width: 617px"><a href="http://livehelp.stardevelop.com/kb/wp-content/uploads/2010/08/Chat-Window-Language-Issue.png" rel="lightbox[375]"><img class="size-full wp-image-376 " title="Live Chat Window -  UTF-8 Language Character Issue" src="http://livehelp.stardevelop.com/kb/wp-content/uploads/2010/08/Chat-Window-Language-Issue.png" alt="Live Chat Window - UTF-8 Language Character Issue" width="607" height="500" /></a><p class="wp-caption-text">Live Chat Window -  UTF-8 Language Character Issue</p></div>
<p>In order to resolve the issue you will need to open the /livehelp/locale/en/guest.php file or the guest.php file in the correct language pack folder using Notepad.  It is best to use Microsoft Notepad as it has the correct options for saving the language pack file as UTF-8 encoding.</p>
<p>Once you have the language pack open in Notepad, you should have the language pack file open as shown below.  You then need to save the file as UTF-8 Encoding as shown within the second screenshot below.</p>

<a href='http://livehelp.stardevelop.com/kb/375/language-issue-notepad/' title='Guest Language Pack File Open within Microsoft Notepad'><img width="150" height="150" src="http://livehelp.stardevelop.com/kb/wp-content/uploads/2010/08/Language-Issue-Notepad-150x150.png" class="attachment-thumbnail" alt="Guest Language Pack File Open within Microsoft Notepad" title="Guest Language Pack File Open within Microsoft Notepad" /></a>
<a href='http://livehelp.stardevelop.com/kb/375/language-issue-notepad-saving/' title='Saving Language Pack as UTF-8 Encoding'><img width="150" height="150" src="http://livehelp.stardevelop.com/kb/wp-content/uploads/2010/08/Language-Issue-Notepad-Saving-150x150.png" class="attachment-thumbnail" alt="Saving Language Pack as UTF-8 Encoding" title="Saving Language Pack as UTF-8 Encoding" /></a>

]]></content:encoded>
			<wfw:commentRss>http://livehelp.stardevelop.com/kb/375/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Managing Departments</title>
		<link>http://livehelp.stardevelop.com/kb/360/</link>
		<comments>http://livehelp.stardevelop.com/kb/360/#comments</comments>
		<pubDate>Thu, 26 Aug 2010 07:18:52 +0000</pubDate>
		<dc:creator>stardevelop.com</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[accounts]]></category>
		<category><![CDATA[department]]></category>
		<category><![CDATA[Live Help]]></category>
		<category><![CDATA[multi-department]]></category>

		<guid isPermaLink="false">http://livehelp.stardevelop.com/kb/?p=360</guid>
		<description><![CDATA[In order to manage departments you must associate a department to an operator when creating the account. When creating or editing accounts you can enter a department within the appropriate department field. Assign Multiple Departments In certain circumstances it is necessary for an operator to be assigned to multiple departments eg. Technical Support and Sales [...]]]></description>
			<content:encoded><![CDATA[<p>In order to manage departments you must associate a department to an operator when creating the account. When creating or editing accounts you can enter a department within the appropriate department field.</p>
<div id="attachment_367" class="wp-caption aligncenter" style="width: 645px"><a href="http://livehelp.stardevelop.com/kb/wp-content/uploads/2010/08/GuestAccount.png" rel="lightbox[360]"><img class="size-full wp-image-367 " title="Guest Account - Easily Enter Assign a Department to the Account" src="http://livehelp.stardevelop.com/kb/wp-content/uploads/2010/08/GuestAccount.png" alt="Guest Account - Easily Enter Assign a Department to the Account" width="635" height="401" /></a><p class="wp-caption-text">Guest Account - Easily Enter Assign a Department to the Account</p></div>
<h2 style="margin-top: 25px;">Assign Multiple Departments</h2>
<p>In certain circumstances it is necessary for an operator to be assigned to multiple departments eg. Technical Support and Sales departments. When assigning a user to multiple departments enter the values within the departments field separated by semi-colons eg. Support; Sales; Management.  The example above shows the Guest account that is assigned to Support, Sales and Management departments.</p>
<div id="attachment_368" class="wp-caption aligncenter" style="width: 554px"><a href="http://livehelp.stardevelop.com/kb/wp-content/uploads/2010/08/OnlineDepartments.png" rel="lightbox[360]"><img class="size-full wp-image-368 " title="Chat Window - Visitors can easily select an Online Department" src="http://livehelp.stardevelop.com/kb/wp-content/uploads/2010/08/OnlineDepartments.png" alt="Chat Window - Visitors can easily select an Online Department" width="544" height="448" /></a><p class="wp-caption-text">Chat Window - Visitors can easily select an Online Department</p></div>
<p>Your site visitors will be prompted to select a department when request a Live Help chat from your web site. Departments are only displayed to your site visitors if an operator is available within the department (shown above).</p>
]]></content:encoded>
			<wfw:commentRss>http://livehelp.stardevelop.com/kb/360/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding Operator Accounts</title>
		<link>http://livehelp.stardevelop.com/kb/348/</link>
		<comments>http://livehelp.stardevelop.com/kb/348/#comments</comments>
		<pubDate>Thu, 26 Aug 2010 07:03:27 +0000</pubDate>
		<dc:creator>stardevelop.com</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[Windows Application]]></category>
		<category><![CDATA[accounts]]></category>
		<category><![CDATA[add]]></category>
		<category><![CDATA[change password]]></category>
		<category><![CDATA[delete]]></category>
		<category><![CDATA[Live Help]]></category>

		<guid isPermaLink="false">http://livehelp.stardevelop.com/kb/?p=348</guid>
		<description><![CDATA[Within the Live Help Messenger Windows application you can manage the operator accounts within the Accounts tab (as shown in the screenshot below).  You can easily see what operators are logged into Live Help and update any account details as required.  For each operator you are able to setup the account username, first name, last [...]]]></description>
			<content:encoded><![CDATA[<p>Within the Live Help Messenger Windows application you can manage the operator accounts within the Accounts tab (as shown in the screenshot below).  You can easily see what operators are logged into Live Help and update any account details as required.  For each operator you are able to setup the account username, first name, last name, email address, department, access level, account status and operator icon.</p>
<div id="attachment_350" class="wp-caption aligncenter" style="width: 610px"><a href="http://livehelp.stardevelop.com/kb/wp-content/uploads/2010/08/AddingAccounts.png" rel="lightbox[348]"><img class="size-full wp-image-350" title="Easily Manage Operator Accounts within Live Help" src="http://livehelp.stardevelop.com/kb/wp-content/uploads/2010/08/AddingAccounts.png" alt="Easily Manage Operator Accounts within Live Help" width="600" height="449" /></a><p class="wp-caption-text">Easily Manage Operator Accounts within Live Help</p></div>
<h2 style="margin-top:20px">Account Options (Add / Delete and Change Password)</h2>
<p>You are also able to easily Add Accounts, Delete Accounts, Change Status Mode and Change Password for an account.  You can access these additional options for the Options button in the bottom right corner of the Accounts section (shown below).&#8217;</p>
<div id="attachment_353" class="wp-caption aligncenter" style="width: 424px"><a href="http://livehelp.stardevelop.com/kb/wp-content/uploads/2010/08/AccountsMenu.png" rel="lightbox[348]"><img class="size-full wp-image-353" title="Add / Delete Account and Change Password" src="http://livehelp.stardevelop.com/kb/wp-content/uploads/2010/08/AccountsMenu.png" alt="Add / Delete Account and Change Password" width="414" height="284" /></a><p class="wp-caption-text">Options Button - Add / Delete Accounts and Change Passwords</p></div>
]]></content:encoded>
			<wfw:commentRss>http://livehelp.stardevelop.com/kb/348/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Department jQuery HTML Code</title>
		<link>http://livehelp.stardevelop.com/kb/341/</link>
		<comments>http://livehelp.stardevelop.com/kb/341/#comments</comments>
		<pubDate>Tue, 24 Aug 2010 06:53:19 +0000</pubDate>
		<dc:creator>stardevelop.com</dc:creator>
				<category><![CDATA[Installation]]></category>
		<category><![CDATA[department]]></category>
		<category><![CDATA[HTML code]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Live Help]]></category>

		<guid isPermaLink="false">http://livehelp.stardevelop.com/kb/?p=341</guid>
		<description><![CDATA[A department Live Help button will show the Live Help status for just one department. When the visitor clicks the department button they will be directed to that department and not given the option to select an available department. If you wish to insert a department button within your web pages then you will need [...]]]></description>
			<content:encoded><![CDATA[<p>A department Live Help button will show the Live Help status for just one department.  When the visitor clicks the department button they will be directed to that department and not given the option to select an available department.  </p>
<p>If you wish to insert a department button within your web pages then you will need to modify step 2 of the HTML code.  You would modify the HTML code for your department as shown below in <strong>bold</strong>.  You need to change both LiveHelpSettings.department = &#8216;<strong>Sales</strong>&#8216; and /livehelp/include/status.php<strong>?DEPARTMENT=Sales</strong>.  This example is for a <strong>Sales</strong> department Live Help button.</p>
<h2>Step 1.</h2>
<p>The following lines should be added on each page after your &lt;title&gt; tag and just before your &lt;/head&gt; tag (this should be added once per page):</p>
<div><code><br />
&lt;!-- stardevelop.com Live Help International Copyright - All Rights Reserved //--&gt;<br />
&lt;!--  BEGIN stardevelop.com Live Help Messenger Code - Copyright - NOT PERMITTED TO MODIFY COPYRIGHT LINE / LINK //--&gt;<br />
&lt;script type="text/JavaScript" src="/livehelp/scripts/jquery-latest.js"&gt;&lt;/script&gt;<br />
&lt;script type="text/javascript"&gt;<br />
&lt;!--<br />
&nbsp;&nbsp;&nbsp;&nbsp;var LiveHelpSettings = {};<br />
&nbsp;&nbsp;&nbsp;&nbsp;LiveHelpSettings.server = '<strong>www.example.com</strong>';<br />
&nbsp;&nbsp;&nbsp;&nbsp;LiveHelpSettings.embedded = true;<br />
&nbsp;&nbsp;&nbsp;&nbsp;LiveHelpSettings.department = '<strong>Sales</strong>';<br />
&nbsp;&nbsp;&nbsp;&nbsp;(function(d, $, undefined) {<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$(function() {<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$(window).ready(function() {<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;// JavaScript<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;var LiveHelp = d.createElement('script'); LiveHelp.type = 'text/javascript'; LiveHelp.async = true;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;LiveHelp.src = ('https:' == d.location.protocol ? 'https://' : 'http://') + LiveHelpSettings.server + '/livehelp/scripts/jquery.livehelp.js';<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;var s = d.getElementsByTagName('script')[0];<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;s.parentNode.insertBefore(LiveHelp, s);<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;});<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;});<br />
&nbsp;&nbsp;&nbsp;&nbsp;})(document, jQuery);<br />
--><br />
&lt;/script&gt;<br />
&lt;!--  END stardevelop.com Live Help Messenger Code - Copyright - NOT PERMITTED TO MODIFY COPYRIGHT LINE / LINK //--&gt;<br />
</code></div>
<p><strong>Note: </strong>You don&#8217;t need to include the &lt;script&gt; tag to /whmcs/includes/jscript/jquery.js if your web site already includes the jQuery JavaScript library.</p>
<h2>Step 2.</h2>
<p>The following lines need to be added where you wish to display the Live Help status indicator button (you may display many Live Help status buttons on a single page):</p>
<div><code>&lt;!-- stardevelop.com Live Help International Copyright - All Rights Reserved //--&gt;<br />
&lt;a href="#" class="LiveHelpButton"&gt;&lt;img src="/livehelp/include/status.php<strong>?DEPARTMENT=Sales</strong>" id="LiveHelpStatus" name="LiveHelpStatus" class="LiveHelpStatus" border="0" alt="Live Help" /&gt;&lt;/a&gt;<br />
&lt;!-- END Live Help HTML Code - NOT PERMITTED TO MODIFY IMAGE MAP/CODE/LINKS //--&gt;</code></div>
<p>Please note: The above second step is optional and should only be added to web pages that you wish to display the Live Help button.</p>
]]></content:encoded>
			<wfw:commentRss>http://livehelp.stardevelop.com/kb/341/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

