HelpDesk 1.9

HelpDesk 1.9

About JAKWEB 07.11.2016 3301


HelpDesk 1.9

We are happy to announce the availability of HelpDesk 1.9. We could have called it version 2.0 because we have changed over 150 files, but not yet.

Chat and tickets are now sorted and searched via datatables, we have integrated Push Notifications via Pushover a very affordable alternative to text messages.

Each Web Project has now his own SMTP connection like PHP IMAP has already, therefore you can run all your website under one hood without a problem.

Changelog

  • SMTP option for each web project
  • No Account for Clients when creating a ticket
  • Better sort and search for tickets and chats (dynamic)
  • Mass move tickets to different departments or operators
  • Url redirect in Chat
  • Test IMAP connection
  • Push Notificiations via Pushover (Chat)
  • Option to delete emails after fetch (IMAP)
  • Web Project redirect via URL (GET or POST)
  • Pretty Url's via Rewrite (Client Side)
  • tinyMCE update
  • Bug fixes
  • Removed Email Piping use PHP Imap

We have also integrated a nice url rewrite for the front end, ugly URL's are the past.

When you update via Auto Updater, please open your include/db.php file and add:

// Mod rewrite
define('JAK_MODREWRITE', 0); // Use 1 for Apache (SEO URL's) or 0 for all others

When you want to use the mod rewrite your will need apache or nginx and add the httaccess file to the HelpDesk root as well.

RewriteEngine ON

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php [L]

ErrorDocument 404 /404/

All embed codes will still work even mod rewrite is activated.

Piping has been removed because it is very difficult to setup a stable piping connection, swap to PHP IMAP and you will see how easy it is to fetch emails from your support email accounts.

Once again we would like to say thank you for all the feedbacks, suggestions and bug reports. Our to do list is empty for now and is waiting to get filled again.

Now it is time to get your hands dirty and update to the latest version. With the build in Auto Updater it will only takes two clicks.

Thank you again and enjoy the new release for HelpDesk. Not a customer, yet? Head to our shop and get the complete support solution for your clients.