» General settings
Website title
A short title of your website, for example "My lovely website". 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.
Website URL
URL of your website, for example "http://www.example.com". 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.
Webmaster email
Default webmaster email address. Make sure you enter a valid email address, it can be the same as Support email.
"From:" email
Your "From:" 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.
"From:" name
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.
Site theme
This is the theme that will be used across all customer-facing HESK pages. All properly installed themes will be displayed in the drop-down box. The "Test theme folder" button will help you troubleshoot non-working themes.
Admin CSS
Here you can specify the URL of a custom CSS file that will be included in the admin panel.
Use your custom CSS file to overwrite the HESK default admin panel style or add additional CSS rules without modifying the source files.
Admin JS
Here you can specify the URL of a custom Javascript file that will be included in the admin panel.
Use your custom Javascript file to overwrite the HESK default admin panel Javascript or add additional Javascript without modifying the source files.
» Language settings
Default Language
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 "Test language folder" link will help you troubleshoot non-working language installations.
If multiple languages are enabled you can set your preferred language on the "Profile" page.
Available Languages
Here you can manage available language packs for Hesk (list, install, update, remove language packs).
Multiple languages
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!
» Database settings
Database host
Database host server, "localhost" 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.
Database name
The name of your MySQL database. You should create one in your web hosting control panel or ask your hosting company for this info.
Database username
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
Database password
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
Table prefix
The prefix that will be added to all table names. If set to hesk_ table "users" will actually be named "hesk_users" 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_, ...)