Merge branch '644-remove-help-files' into 'master'

Resolve "help/misc.html not updated"

See merge request mike-koch/Mods-for-HESK!104
master^2
Mike Koch 6 years ago
commit a1fc11cd93

@ -1,56 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Interactive help for Hesk settings</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="help_style.css" type="text/css" rel="stylesheet" />
</head>
<body>
<!-- next: 58 -->
<h2>Interactive help for Hesk settings</h2>
<p>&nbsp;</p>
<a name="41"></a><h3>Custom fields</h3>
<p>Custom fields can be used to collect additional information from your customers. You can enable up to 20 custom fields by selecting YES in the Enable column. Once a field is enabled you have several options to set.</p>
<h4>Type</h4>
<p>Choose field type. It can be one of the following options:</p>
<ul>
<li><b>Text field</b> - a normal one-line text field (&lt;input type=&quot;text&quot;&gt;)</li>
<li><b>Large text box</b> - text area, a larger text field with multiple lines (&lt;textarea&gt;&lt;/textarea&gt;)</li>
<li><b>Radio button</b> - a radio button with at least two options (&lt;input type=&quot;radio&quot;&gt;)</li>
<li><b>Select box</b> - a drop-down select box with at least two options (&lt;select&gt;&lt;/select&gt;)</li>
<li><b>Checkbox</b> - checkbox with at least two options (&lt;input type=&quot;checkbox&quot;&gt;). Multiple options can be chosen (ticked).</li>
</ul>
<h4>Required</h4>
<p>Check to make the custom field a required, otherwise it is an optional one.</p>
<h4>Field name</h4>
<p>Give the custom field a unique name that what will be displayed next to the field, for example &quot;Postal address&quot;.</p>
<h4>Location</h4>
<p>Choose whether the custom field should be displayed before or after the &quot;Message&quot; field when submitting a new support ticket.</p>
<h4>Options</h4>
<p></p>Options you can set for each field depending on the selected Type:</p>
<ul>
<li><b>Text field</b> - you can set maximum input length (in chars) and default value</li>
<li><b>Large text box</b> - you can set number of rows and columns (&lt;textarea rows=&quot;<b>Y</b>&quot; cols=&quot;<b>X</b>&quot;&gt;)</li>
<li><b>Radio button</b> - list radio button options, one per line</li>
<li><b>Select box</b> - list select box options, one per line</li>
</ul>
<p>&nbsp;</p>
<p align="center"><a href="#" onclick="Javascript:window.close()">Close window</a></p>
</body>
</html>

@ -1,207 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Interactive help for Hesk settings</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="help_style.css" type="text/css" rel="stylesheet" />
</head>
<body>
<!-- next: 65 -->
<h2>Interactive help for Hesk settings</h2>
<p>&nbsp;</p>
<a name="55"></a><h3>Email sender</h3>
<p>Select wether HESK should send emails usign PHP mail() function or using a manually setup SMTP server.</p>
<p>PHP mail() should work on most setups, if it doesn't you may try setting up a SMTP server instead.</p>
<p>Available SMTP variables:</p>
<p>
<b>SMTP Host</b> - hostname of your SMTP server, usually <i>localhost</i> or <i>mail.yourdomain.com</i><br />
<b>SMTP Port</b> - your SMTP port, usually 25<br />
<b>SMTP Timeout</b> - SMTP timeout in seconds<br />
<b>SSL Protocol</b> - enable if your SMTP server requires SSL protocol<br />
<b>TLS Protocol</b> - enable if your SMTP server requires TLS protocol<br />
<b>SMTP Username</b> - your SMTP username (if used)<br />
<b>SMTP Password</b> - your SMTP password (if used)<br />
</p>
<p>&nbsp;</p>
<p align="center"><a href="#" onclick="Javascript:window.close()">Close window</a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<a name="54"></a><h3>Email Piping</h3>
<p>Enables email piping (creating tickets from emails).</p>
<p>This option just enables piping functionality in HESK, for complete email piping setup please refer to the readme.html file.</p>
<p>&nbsp;</p>
<p align="center"><a href="#" onclick="Javascript:window.close()">Close window</a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<a name="59"></a><h3>POP3 Fetching</h3>
<p>This setting enables or disables POP3 Fetching - creating tickets from emails by connecting to an email account using POP3 connection.
<p>For instructions on how to setup POP3 Fetching please see the readme.html file.</p>
<p>Available variables are:</p>
<p>
<b>POP3 Host</b> - hostname of your POP3 server, usually <i>mail.yourdomain.com</i><br />
<b>POP3 Port</b> - your POP3 port, usually 110. Gmail for example uses 995<br />
<b>TLS Protocol</b> - enable if your POP3 server requires TLS protocol<br />
<b>Keep a copy</b> - if enabled HESK will <b>not</b> delete mail from POP3 server<br />
<b>POP3 Username</b> - your POP3 username<br />
<b>POP3 Password</b> - your POP3 password<br />
</p>
<p>&nbsp;</p>
<p align="center"><a href="#" onclick="Javascript:window.close()">Close window</a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<a name="60"></a><h3>Email Loops</h3>
<p>Settings to help detect email loops created from autoresponders or undeliverable email.</p>
<p>Any number of emails higher than <b>Max Hits</b> from an email address within <b>Timeframe</b> seconds
will be ignored by email piping.</p>
<p>Set <b>Max Hits</b> to <b>0</b> to disable loop detection.</p>
<p>Note that this feature will only be used if Email piping or POP3 Fetching is enabled.</p>
<p>&nbsp;</p>
<p align="center"><a href="#" onclick="Javascript:window.close()">Close window</a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<a name="62"></a><h3>Detect email typos</h3>
<p>This function will try to detect common email domain name misspelling and suggest a corrected version.</p>
<p>For example if customer enters user@<span style="color:red"><b>gmial.com</b></span> HESK will detect it and suggest
user@<span style="color:green"><b>gmail.com</b></span> instead.</p>
<p>HESK will compare email domains to the domains listed in <i>Email providers</i> list.</p>
<p>&nbsp;</p>
<a name="63"></a><h3>Email providers</h3>
<p>A list of common email providers your customers use. HESK will use this list to try to detect mistyped email addresses.</p>
<p>Enter one domain per line, <u>without</u> the @ sign.</p>
<p>You can enter any number of common domain names, but try not to overdo it - enter just the most common ones.</p>
<p>&nbsp;</p>
<p align="center"><a href="#" onclick="Javascript:window.close()">Close window</a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<a name="61"></a><h3>Strip quoted reply</h3>
<p>This function deletes quoted replies from all customer emails before they are converted into a ticket using Email piping or POP3 Fetching.</p>
<p>All emails sent to customers will start with this line:</p>
<p>------ Reply above this line ------</p>
<p>Any text below this line will be removed when and email is imported into ticket reply.</p>
<p>&nbsp;</p>
<p align="center"><a href="#" onclick="Javascript:window.close()">Close window</a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<a name="64"></a><h3>Embedded files</h3>
<p>Enable if you wish HESK to save embedded email files (for example embedded images) as attachments when importing tickets over Email piping or POP3 Fetching.</p>
<p>Files over maximum allowed attachments limit will be ignored.</p>
<p>Note that with HESK file attachments have priority over embedded files. For example if you allow 2 file attachments and receive an email with 1 file attachment
and 3 embedded images, HESK will save the file attachment and first embedded image, the rest will be ignored.</p>
<p>&nbsp;</p>
<p align="center"><a href="#" onclick="Javascript:window.close()">Close window</a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<a name="57"></a><h3>Multiple emails</h3>
<p>If a customer tries to enter several emails (separated by comma) into the Email field when submitting a ticket HESK
will only use the first email by default and ignore any other emails.</p>
<p>To allow customers to enter multiple emails enable this feature by checking the box.</p>
<p>&nbsp;</p>
<p align="center"><a href="#" onclick="Javascript:window.close()">Close window</a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<a name="50"></a><h3>Confirm email</h3>
<p>If selected, the &quot;Submit a ticket&quot; form will show a &quot;Confirm email&quot;
field forcing the customer to type the email address twice. This helps avoid typos
in email addresses.</p>
<p>&nbsp;</p>
<p align="center"><a href="#" onclick="Javascript:window.close()">Close window</a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<a name="58"></a><h3>Open only</h3>
<p>If checked then the &quot;Forgot ticket ID&quot; email (email sent to remind customers of their ticket tracking ID number)
will only list open tickets and ignore resolved ones.</p>
<p>&nbsp;</p>
<p align="center"><a href="#" onclick="Javascript:window.close()">Close window</a></p
</body>
</html>

@ -1,100 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Interactive help for Hesk settings</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="help_style.css" type="text/css" rel="stylesheet" />
</head>
<body>
<!-- next: 58 -->
<h2>Interactive help for Hesk settings</h2>
<p>&nbsp;</p>
<h3>General settings</h3>
<a name="1"></a><h4>Website title</h4>
<p>A short title of your website, for example &quot;My lovely website&quot;. This will be used as the title of the link that is displayed in the top left corner of the customer interface to enable them to return to your website.</p>
<a name="2"></a><h4>Website URL</h4>
<p>URL of your website, for example &quot;http://www.yourwebsite.com&quot;. Make sure this is a valid URL and you start it with either http:// or https:// . This will be used as the URL of the link that is be displayed in top left corner of customer interface and enable them to return to your website.</p>
<p>&nbsp;</p>
<p align="center"><a href="#" onclick="Javascript:window.close()">Close window</a></p>
<p>&nbsp;</p>
<a name="4"></a><h4>Webmaster email</h4>
<p>Default webmaster email address. Make sure you enter a valid email address, it can be the same as Support email.</p>
<p>&nbsp;</p>
<p align="center"><a href="#" onclick="Javascript:window.close()">Close window</a></p>
<p>&nbsp;</p>
<a name="5"></a><h4>&quot;From:&quot; email</h4>
<p>Your &quot;From:&quot; email address. This is the email address that will be shown as email sender (From: header) in all emails sent by HESK. Usually it is an email you don't read and don't reply to. Make sure you enter a valid email address, it can be the same as Support email but it is recommended to use a different one.</p>
<a name="6"></a><h4>&quot;From:&quot; name</h4>
<p>This is the name that will be shown as email sender (From:) in all emails sent by HESK. If no name is set the email From: header will only show your From: email address.</p>
<p>&nbsp;</p>
<p align="center"><a href="#" onclick="Javascript:window.close()">Close window</a></p>
<p>&nbsp;</p>
<h3>Language settings</h3>
<a name="9"></a><h4>Default Language</h4>
<p>If you have several languages installed for Hesk this will be the default language. All properly installed languages are displayed in the drop-down box. Please refer to the readme.html file for instructions on how to install more languages. The &quot;Test language folder&quot; link will help you troubleshoot non-working language installations.</p>
<!--
<p>By checking the &quot;Make this my preferred Language&quot; box the selected language will be set as your preferred personal language (this is only in effect if multiple languages are enabled).
-->
<p>If multiple languages are enabled you can set your preferred language on the &quot;Profile&quot; page.</p>
<a name="43"></a><h4>Multiple languages</h4>
<p>Enabling this setting will allow your users and staff to choose their preferred language from the list of installed languages. Do not enable this feature unless you provide support in all of the installed languages!</p>
<p>&nbsp;</p>
<p align="center"><a href="#" onclick="Javascript:window.close()">Close window</a></p>
<p>&nbsp;</p>
<h3>Database settings</h3>
<a name="32"></a><h4>Database host</h4>
<p>Database host server, &quot;localhost&quot; works for most users. Do NOT change this unless you know what your MySQL host is. Ask your hosting company if not sure or if you are having problems connecting to the MySQL database.</p>
<a name="33"></a><h4>Database name</h4>
<p>The name of your MySQL database. You should create one in your web hosting control panel or ask your hosting company for this info.</p>
<a name="34"></a><h4>Database username</h4>
<p>The username you use to connect to your MySQL database. You should create a MySQL user in your web hosting control panel or ask your hosting company for this info</p>
<p>&nbsp;</p>
<p align="center"><a href="#" onclick="Javascript:window.close()">Close window</a></p>
<p>&nbsp;</p>
<a name="35"></a><h4>Database password</h4>
<p>The password you use to connect to MySQL database. You should create a MySQL user in your web hosting control panel or ask your hosting company for this info</p>
<a name="36"></a><h4>Table prefix</h4>
<p>The prefix that will be added to all table names. If set to <b>hesk_</b> table &quot;users&quot; will actually be named &quot;hesk_users&quot; in your database.
This is useful if you want to run multiple installs of Hesk using one MySQL database, just give each install a unique table prefix name (hesk1_, hesk2_, hesk3_, ...)</p>
<p>&nbsp;</p>
<p align="center"><a href="#" onclick="Javascript:window.close()">Close window</a></p>
</body>
</html>

@ -1,45 +0,0 @@
body {
margin:5px 5px;
padding:0;
background:#fff;
color: black;
font : 68.8%/1.5 Verdana, Geneva, Arial, Helvetica, sans-serif;
text-align:left;
}
p {
color : black;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 1.0em;
}
h2 {
text-align: center;
}
h3 {
color : #000;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 1.0em;
text-align:center;
}
h4 {
color: #428bca;
}
.section {
color: #74804e;
font-weight: bold;
}
.title {
color : black;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 1.0em;
}
.wrong {color : red;}
.correct {color : green;}

@ -1,314 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Interactive help for Hesk settings</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="help_style.css" type="text/css" rel="stylesheet" />
</head>
<body>
<!-- next: 65 -->
<h2>Interactive help for Hesk settings</h2>
<p>&nbsp;</p>
<h3>Help desk settings</h3>
<a name="6"></a><h4>Help desk title</h4>
<p>Title of your support desk, for example &quot;My company Help Desk&quot;</p>
<a name="7"></a><h4>Hesk URL</h4>
<p>URL of the folder where your Hesk will be installed. Do NOT add a trailing / to the URL!<br />
<span class="correct">CORRECT:</span> http://www.yourdomain.com/helpdesk<br />
<span class="wrong">WRONG:</span> http://www.yourdomain.com/helpdesk/ (don't end the URL with a / )</p>
<p>&nbsp;</p>
<p align="center"><a href="#" onclick="Javascript:window.close()">Close window</a></p>
<p>&nbsp;</p>
<a name="61"></a><h4>Admin folder</h4>
<p>Name of the folder, where admin files are located.</p>
<p>The folder needs to exist within the main HESK folder. On most systems names are CaSe SeNSiTiVe.</p>
<p>Allowed chars (other will be removed): a-z A-Z 0-9 _ -</p>
<p>Default: <i>admin</i></p>
<a name="62"></a><h4>Attachments folder</h4>
<p>Name of the folder, where attachments will be stored.</p>
<p>The folder needs to exist within the main HESK folder and be writable by PHP. On most systems names are CaSe SeNSiTiVe.</p>
<p>Allowed chars (other will be removed): a-z A-Z 0-9 _ -</p>
<p>Default: <i>attachments</i></p>
<p>&nbsp;</p>
<p align="center"><a href="#" onclick="Javascript:window.close()">Close window</a></p>
<p>&nbsp;</p>
<a name="10"></a><h4>Listings per page</h4>
<p>The default number of tickets listed per page in admin panel. Use digits only.</p>
<a name="11"></a><h4>Print font size</h4>
<p>Font size on the &quot;Printer friendly version&quot; pages of support tickets</p>
<p>&nbsp;</p>
<p align="center"><a href="#" onclick="Javascript:window.close()">Close window</a></p>
<p>&nbsp;</p>
<a name="15"></a><h4>Autoclose tickets</h4>
<p>If a ticket has no activity <i>from the customer</i> for X days it automatically closes. Set to 0 to disable autoclose.</p>
<a name="58"></a><h4>Max open</h4>
<p>A maximum number of open tickets a customer may have. When this limit is reached the customer will not be able to submit new tickets
until existing ones are resolved. Affects only tickets submitted via online form.</p>
<p>Set to <b>0</b> to disable limiting maximum open tickets.</p>
<p>&nbsp;</p>
<p align="center"><a href="#" onclick="Javascript:window.close()">Close window</a></p>
<p>&nbsp;</p>
<a name="59"></a><h4>Reply order</h4>
<p>Choose whether you want most recent replies to appear at top or at bottom of the ticket page.</p>
<a name="60"></a><h4>Reply form</h4>
<p>Choose whether you want the Add a reply form to appear at top or at bottom of the ticket page.</p>
<p>&nbsp;</p>
<p align="center"><a href="#" onclick="Javascript:window.close()">Close window</a></p>
<p>&nbsp;</p>
<a name="44"></a><h4>Allow automatic login</h4>
<p>If set to YES staff will have an option to automatically login to their account every time they open HESK administration panel from their computer.
If disabled HESK will only be able to remember usernames, not passwords.</p>
<a name="51"></a><h4>Auto-assign tickets</h4>
<p>Tickets will automatically be assigned to a staff member when submitted.</p>
<p>Several factors are taken into account when assigning tickets automatically, such as ticket category
and number of currently open assigned tickets.</p>
<p>&nbsp;</p>
<p align="center"><a href="#" onclick="Javascript:window.close()">Close window</a></p>
<p>&nbsp;</p>
<a name="16"></a><h4>Reopen tickets</h4>
<p>Set to ON to allow customers to reopen a ticket once it has been closed. When set to OFF once closed the customer will have to open a new ticket.</p>
<a name="17"></a><h4>Reply rating</h4>
<p>If set to ON customers will be able to mark staff replies as <i>Helpful</i> or <i>Not helpful</i>. This customer feedback will be used to rate staff.</p>
<a name="45"></a><h4>Customer priority</h4>
<p>If set to ON customers will be able to set priority/urgency for their tickets ranging from Low to High. If set to OFF all tickets will be submitted with the default priority (Low) and only staff will be able to change the priority level to a higher one.</p>
<p>&nbsp;</p>
<p align="center"><a href="#" onclick="Javascript:window.close()">Close window</a></p>
<p>&nbsp;</p>
<a name="49"></a><h4>Sequential IDs</h4>
<p>If enabled, all tickets will also show a sequential ID number. This should allow
easier customer-staff communication about a ticket (saying <i>ticket ID 45</i> rather
than <i>ticket ID GHS-G5E-A6T8</i>). However, only
staff will be able to view tickets by sequential numbers.</p>
<a name="14"></a><h4>List usernames</h4>
<p>If set to ON staff usernames be listed in a select box on the admin login page and they will only need to type their password in. Recommended setting: OFF (staff will have to type
both their username and password to login)</p>
<p>&nbsp;</p>
<p align="center"><a href="#" onclick="Javascript:window.close()">Close window</a></p>
<p>&nbsp;</p>
<a name="12"></a><h4>Debug mode</h4>
<p>Turns ON/OFF the debug mode. In normal usage debug mode should be turned OFF. Turn ON only if you are having problems and Hesk is not working properly. Don't forget to turn back OFF when Hesk is working normally again.</p>
<p>&nbsp;</p>
<p align="center"><a href="#" onclick="Javascript:window.close()">Close window</a></p>
<p>&nbsp;</p>
<a name="63"></a><h4>Short links</h4>
<p>If turned ON, website links longer than 70 chars will be shortened for display.</p>
<p>For example a link like this:<br />
http://www.some-long-domain.com/sub-folder/another-folder/and-yet-another/this-is-some-long-file-name.html?this_is_a_long_query=and_this_is_a_long_value</p>
<p>Would be displayed as:<br />
http://www.some-long-domain.com/sub-folder/another-fol ... long_value</p>
<p>&nbsp;</p>
<p align="center"><a href="#" onclick="Javascript:window.close()">Close window</a></p>
<p>&nbsp;</p>
<a name="13"></a><h4>Use anti-SPAM image</h4>
<p>Toggles use of the anti-SPAM security image (captcha).</p>
<table border="0">
<tr>
<td valign="top"><i>Value</i></td>
<td><i>Meaning</i></td>
</tr>
<tr>
<td valign="top" style="white-space:nowrap;"><b>OFF</b></td>
<td>anti-SPAM images disabled</td>
</tr>
<tr>
<td valign="top" style="white-space:nowrap;"><b>ON - Customers</b> &nbsp;</td>
<td>only customers will be required to solve the image</td>
</tr>
<tr>
<td valign="top" style="white-space:nowrap;"><b>ON - All</b></td>
<td>both customer and staff will be required to solve it</td>
</tr>
</table>
&nbsp;
<table border="0">
<tr>
<td colspan="2"><i>Image type</i></td>
</tr>
<tr>
<td valign="top" style="white-space:nowrap;"><b>Simple image</b> &nbsp;</td>
<td>a very basic image generated by PHP (GD library required)<br /><span class="wrong">A simple image is not effective against advanced robots,
consider using an anti-SPAM questions or ReCaptcha instead!</span></td>
</tr>
<tr>
<td valign="top" style="white-space:nowrap;"><b>ReCaptcha</b> &nbsp;</td>
<td>use a free service by Google (<a href="http://www.google.com/recaptcha/whyrecaptcha" target="_blank">requires registration</a>)</td>
</tr>
</table>
<p>&nbsp;</p>
<p align="center"><a href="#" onclick="Javascript:window.close()">Close window</a></p>
<p>&nbsp;</p>
<a name="64"></a><h4>ReCaptcha</h4>
<p>ReCaptcha is a free anti-bot service by Google.</p>
<p>To use ReCaptcha you will need to:</p>
<ol>
<li><a href="https://www.google.com/recaptcha/admin/create" target="_blank">Register for ReCaptcha</a></li>
<li>When logged in, click <b>Add a new site</b></li>
<li>Enter your website details and register it</li>
<li>Copy the <b>Public key</b> into HESK settings</li>
<li>Copy the <b>Private key</b> into HESK settings</li>
<li>Choose whether your website uses SSL or not</li>
<li>Save HESK settings</li>
</ol>
<p>&nbsp;</p>
<p align="center"><a href="#" onclick="Javascript:window.close()">Close window</a></p>
<p>&nbsp;</p>
<a name="42"></a><h4>Use anti-SPAM question</h4>
<p>Toggles use of the anti-SPAM security question. This is a very simple yet quite effective way of combating spammers
(not if they decide to target your website specifically but it should block all the
spambots travelling the web).
The idea is to create a <b>unique</b> question that only humans can answer to. You can
use HTML code in the question. Answers are not CaSe SeNSiTiVe. Some examples:</p>
<table border="0">
<tr>
<td><b>-&gt; Question</b></td>
<td><b>-&gt; Answer</b></td>
</tr>
<tr>
<td>What color is water?</td>
<td>Blue</td>
</tr>
<tr>
<td>What is the next number after four? (use only digits)</td>
<td>5</td>
</tr>
<tr>
<td>Type access code <b>ABCDE</b> here:</td>
<td>ABCDE</td>
</tr>
<tr>
<td>Access code: (find it on the bottom of our <a href="#" onclick="Javascript:return false">links page</a>)</td>
<td>Somecode</td>
</tr>
</table>
<p>Warning! <b>DO NOT</b> use these examples, use a unique question that will only be used on your website!</p>
<p>&nbsp;</p>
<p align="center"><a href="#" onclick="Javascript:window.close()">Close window</a></p>
<p>&nbsp;</p>
<a name="47"></a><h4>Login attempts limit &amp; Ban time (minutes)</h4>
<p>This feature limits brute-force attacks to either login to HESK or view tickets.</p>
<p>After <i>Login attempts limit</i> number of failed attempts to view a ticket or login to HESK the IP address will be banned for <i>Ban time (minutes)</i>.</p>
<p>To disable failed login attempts limiting, set value to <b>0</b> (NOT recommended!).</p>
<a name="46"></a><h4>View tickets</h4>
<p>If enabled (checked), customers will need to enter both their email address and ticket tracking ID to view the contents of a tickets.
If disabled, only entering ticket tracking ID will suffice.</p>
<p>&nbsp;</p>
<p align="center"><a href="#" onclick="Javascript:window.close()">Close window</a></p>
<p>&nbsp;</p>
<h3>Attachments</h3>
<a name="37"></a><h4>Use attachments</h4>
<p>Select YES to enable file attachments. If enabled customers and support staff will have the option to attach files to support tickets.</p>
<p><b>NOTE:</b> If and how file attachments will work depends on your server settings, please refer to readme.html for considerations and possible limitations of file attachments on your server.</p>
<a name="38"></a><h4>Number per post</h4>
<p>Number of file attachments allowed per post. Optimal range is around 1 to 4. This setting is only available if &quot;Use attachments&quot; is set to YES.</p>
<p>&nbsp;</p>
<p align="center"><a href="#" onclick="Javascript:window.close()">Close window</a></p>
<p>&nbsp;</p>
<a name="39"></a><h4>Maxmimum file size</h4>
<p>Maximum size of attached files. Note that the maximum upload file size is limited by your server settings, please refer to readme.html for more information on file attachment limits. This setting is only available if &quot;Use attachments&quot; is set to YES.</p>
<a name="40"></a><h4>Allowed file types</h4>
<p>Allowed file extensions for attaching files. To add more extensions use the same formatting <b>.ext</b> and separate them with a comma. This setting is only available if &quot;Use attachments&quot; is set to YES.</p>
<p>&nbsp;</p>
<p align="center"><a href="#" onclick="Javascript:window.close()">Close window</a></p>
</body>
</html>

@ -1,8 +0,0 @@
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML><HEAD>
<TITLE>403 Forbidden</TITLE>
</HEAD><BODY>
<H1>Forbidden</H1>
You don't have permission to access this folder.<P>
<hr />
</BODY></HTML>

@ -1,100 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Interactive help for Hesk settings</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="help_style.css" type="text/css" rel="stylesheet" />
</head>
<body>
<!-- next: 60 -->
<h2>Interactive help for Hesk settings</h2>
<p>&nbsp;</p>
<h3>Knowledgebase settings</h3>
<a name="22"></a><h4>Knowledgebase (KB)</h4>
<p>Set to ON to enable knowledgebase or to OFF to disable it. Knowledgebase is a categorized collection of answers to frequently asked questions (FAQ) and articles.<br />
<span class="correct"><b>TIP:</b></span> A comprehensive, well written and organized knowledgebase is a great self help resource for your customers. Taking time to write and maintain
knowledgebase articles can save you a lot of time and drastically reduce the number of support tickets you receive in the future! It also helps your customers
solve problems quickly without having to wait for your reply.</p>
<a name="52"></a><h4>WYSIWYG Editor</h4>
<p>This will enable a <i>What You See Is What You Get</i> type
editor (a rich-text editor) for the knowledgebase articles rather than a simple
text editor.</p>
<a name="23"></a><h4>Suggest KB articles</h4>
<p>If set to YES Hesk will match ticket subject and message against knowledgebase articles and recommend customers to read matching articles before submitting a new support ticket.</p>
<p>&nbsp;</p>
<p align="center"><a href="#" onclick="Javascript:window.close()">Close window</a></p>
<p>&nbsp;</p>
<a name="24"></a><h4>Enable KB rating</h4>
<p>Set to YES to allow customers to rate knowledgebase articles as Helpful or Not helpful</p>
<a name="25"></a><h4>Enable KB search</h4>
<p>Enabling this feature will show a search form on top of help desk customer interface and allow them to use the search form to search your knowledgebase.</p>
<p>You can choose to display a small search box (located in the top right corner) or a large one (more visible, covers entire page width).</p>
<p>&nbsp;</p>
<p align="center"><a href="#" onclick="Javascript:window.close()">Close window</a></p>
<p>&nbsp;</p>
<a name="58"></a><h4>Show article views</h4>
<p>Set to YES to display number of knowledgebase article views publicly (views are always visible from staff control panel).</p>
<a name="59"></a><h4>Show article date</h4>
<p>Set to YES to display knowledgebase article submission date publicly (date is always visible from staff control panel).</p>
<p>&nbsp;</p>
<p align="center"><a href="#" onclick="Javascript:window.close()">Close window</a></p>
<p>&nbsp;</p>
<a name="26"></a><h4>Max search results</h4>
<p>This is the maximum matching results Hesk will return when someone searches the knowledgebase.</p>
<a name="27"></a><h4>Article preview length</h4>
<p>Maximum length (number of chars) of knowledgebase article content that will be displayed in article list when browsing knowledgebase categories.</p>
<p>&nbsp;</p>
<p align="center"><a href="#" onclick="Javascript:window.close()">Close window</a></p>
<p>&nbsp;</p>
<a name="28"></a><h4>Categories in row</h4>
<p>Number of (sub)categories to be displayed in table row when browsing knowledgebase.</p>
<a name="29"></a><h4>Subcategory articles</h4>
<p>Number of (preview) articles listed in subcategory display.</p>
<p>&nbsp;</p>
<p align="center"><a href="#" onclick="Javascript:window.close()">Close window</a></p>
<p>&nbsp;</p>
<a name="30"></a><h4>Show popular articles</h4>
<p>Number of popular (most visited) articles shown on <a href="../" target="_blank">help desk index</a> and <a href="../knowledgebase.php" target="_blank">knowledgebase index</a> pages. Set to 0 to disable listing popular articles.</p>
<a name="31"></a><h4>Show latest articles</h4>
<p>Number of latest (most recently submitted) articles shown on <a href="../" target="_blank">help desk index</a> and <a href="../knowledgebase.php" target="_blank">knowledgebase index</a> pages. Set to 0 to disable listing latest articles.</p>
<p>&nbsp;</p>
<p align="center"><a href="#" onclick="Javascript:window.close()">Close window</a></p>
</body>
</html>

@ -1,102 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Interactive help for Hesk settings</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="help_style.css" type="text/css" rel="stylesheet" />
</head>
<body>
<!-- next: 60 -->
<h2>Interactive help for Hesk settings</h2>
<p>&nbsp;</p>
<a name="18"></a><h4>Server time offset</h4>
<p>If your server time differs from your local time you can set the time difference here. Examples:<br />
server time: 12:30, local time: 13:30, set hours to <b>1</b> and minutes to <b>0</b><br />
server time: 12:30, local time: 14:45, set hours to <b>2</b> and minutes to <b>15</b><br />
server time: 12:30, local time: 09:30, set hours to <b>-3</b> and minutes to <b>0</b><br />
server time: 12:30, local time: 11:00, set hours to <b>-1</b> and minutes to <b>-30</b></p>
<a name="19"></a><h4>Daylight saving</h4>
<p>ON if your country uses daylight saving time. Set to OFF to disable daylight saving time.</p>
<p>Do NOT turn this on if your server already adjusts for daylight saving time!</p>
<p>&nbsp;</p>
<p align="center"><a href="#" onclick="Javascript:window.close()">Close window</a></p>
<p>&nbsp;</p>
<a name="20"></a><h4>Time format</h4>
<p>This is PHP date syntax for timestamps displayed by Hesk.</p>
<p><span class="wrong">Use only one space in the syntax (separating date and time), Hesk will use the space to break date and time into two lines!</span></p>
<p>For full syntax to use see <a href="http://www.php.net/date" target="_blank">PHP date manual</a>. Few examples you can use:</p>
<table border="1" cellspacing="0" cellpadding="4">
<tr>
<td><b><i>Setting</i></b></td>
<td><b><i>Result</i></b></td>
</tr>
<tr>
<td><b>Y-m-d H:i:s</b></td>
<td>2012-12-31 14:35:53</td>
</tr>
<tr>
<td><b>d/m/Y H:i:s</b></td>
<td>31/12/2012 14:35:53</td>
</tr>
<tr>
<td><b>m-d-Y H:i:s</b></td>
<td>12-31-2012 14:35:53</td>
</tr>
<tr>
<td><b>j-M-Y H:i:s</b></td>
<td>31-Dec-2012 14:35:53</td>
</tr>
<tr>
<td><b>j-M-Y g:ia</b></td>
<td>31-Dec-2012 2:35pm</td>
</tr>
</table>
<p>&nbsp;</p>
<p align="center"><a href="#" onclick="Javascript:window.close()">Close window</a></p>
<p>&nbsp;</p>
<a name="21"></a><h4>Admin link</h4>
<p>If selected a link to admin panel will be displayed on the bottom of your <a href="../" target="_blank">help desk index page</a>.</p>
<a name="48"></a><h4>Submit notice</h4>
<p>If checked, the <i>Submit a ticket</i> form will show a note (at the bottom)
saying the customer should double-check all the information entered and
that their IP address is being logged for security purposes.</p>
<p>&nbsp;</p>
<p align="center"><a href="#" onclick="Javascript:window.close()">Close window</a></p>
<p>&nbsp;</p>
<a name="56"></a><h4>Online Users</h4>
<p>If checked HESK will show a list of users online in the last X minutes at the bottom of the help desk (in staff interface only).</p>
<a name="59"></a><h4>Updates</h4>
<p>If checked HESK will automatically check for updates whenever you open the settings page.</p>
<p>For automatic update check to work your server must be connected to the Internet and have either cURL or allow_url_fopen enabled.</p>
<p>If disabled or required functions are missing, a manual &quot;Check for updates&quot; links will appear.</p>
<p>&nbsp;</p>
<p align="center"><a href="#" onclick="Javascript:window.close()">Close window</a></p>
</body>
</html>
Loading…
Cancel
Save