Page 2 of 13
Re: [RELEASED 3-26-14] HESK UI v1.0.3
Posted: Sat Apr 26, 2014 6:20 pm
by mkoch227
HESK UI v1.1.0
HESK UI v1.1.0 has been released. Changes include:
- Small KB search is now usable
- Ability to add additional navigation elements to the client-side navigation bar
- Ability to add additional navigation elements to the admin/staff-side navigation bar
- Ability to add additional "blocks" to the help desk homepage
You can download v1.1.0 at
https://github.com/mkoch227/Hesk/releases
Re: [RELEASED 4-26-14] HESK UI v1.1.0
Posted: Thu May 15, 2014 5:38 pm
by dr_patso
are there screenshots anywhere on the hub?
https://github.com/mkoch227/Hesk/tree/hesk-ui
With all the screenshots of this mod from this thread gone it will be hard to get people to use it. I'd like to show it to other people without giving access to my instance of it... Any plans to keep this mod up? What happens when 2.26 or hesk 3 come out?
Re: [RELEASED 4-26-14] HESK UI v1.1.0
Posted: Fri May 16, 2014 9:00 pm
by mkoch227
Thanks for the reminder

. I have posted screenshots on the GitHub repository's wiki. Here's a link to them as well:
https://github.com/mkoch227/Hesk/wiki/H ... creenshots
In terms of continuous, updates, I will try to keep up with it as much as possible. Since Hesk 3 is supposedly going to have a better MVC approach, I may "port" the UI to Hesk 3 if it is a feasible task.
Re: [RELEASED 4-26-14] HESK UI v1.1.2
Posted: Sat May 17, 2014 3:19 pm
by mkoch227
HESK UI v1.1.2
HESK UI v1.1.2 has been released. Changes include:
- The default HESK CSS Stylesheet is now properly loaded on all pages
- "Quick Help" has been renamed to "Saved Responses" on the Manage Canned Responses Page, since the tab is for saved responses
- The WYSIWYG editor now appears when editing/creating a KB article when WYSIWYG is enabled
- The Hesk UI version number now appears beneath the HESK version number on the Settings page
- The subject field for a KB article has been moved above the message box, instead of being on the left sidebar
You can download v1.1.2 at
https://github.com/mkoch227/Hesk/releases
Re: [UPDATED 05-17-14] HESK UI v1.1.2
Posted: Tue May 20, 2014 6:50 am
by jones
Hey,
I have downloaded and installed Hesk and Hesk ui
and it work ok. - However, there is an error on the front page:
icon is missing see here:
http://rma.it-webshop.dk/
Mvh.
Jonas
Re: [UPDATED 05-17-14] HESK UI v1.1.2
Posted: Tue May 20, 2014 11:43 am
by lupolo
Hello,
1. Have updated to the newest GUI. I can see the GUI version text but tot the version number.
2. Still there are some translation to be translated:
Code: Select all
index.php
line 129:
<div align="left" class="h3"><?php echo $hesklang['addticketgeneral']; ?></div>
line 370:
<div align="left" class="h3"><?php echo $hesklang['addticketmessage']; ?></div>
line 727:
<li class="active"><a href="#" onclick="return false;"><?php echo $hesklang['view_existing']; ?></a></li>
Language file:
$hesklang['addticketgeneral']='General Information';
$hesklang['addticketmessage']='Your Message';
Diddent find anything else yet.
Re: [UPDATED 05-17-14] HESK UI v1.1.2
Posted: Tue May 20, 2014 12:29 pm
by jones
Hello,
The error which I had. Disappeared after having made a fresh installation of Hesk + ui
Mvh.
Jonas
Re: [UPDATED 05-17-14] HESK UI v1.1.2
Posted: Tue May 20, 2014 1:39 pm
by mkoch227
@jones: Glad to hear everything is working again
@lupolo: I just realized that where I added the version number was in hesk_settings.inc.php, which not where I should have put it (I don't want to overwrite your settings!). I'll work on a fix this week for that. For translations, are these items that are not in English? I don't support translations on my own to other languages besides English.
Re: [UPDATED 05-17-14] HESK UI v1.1.2
Posted: Tue May 20, 2014 2:17 pm
by lupolo
mkoch227 wrote:@jones: Glad to hear everything is working again
@lupolo: I just realized that where I added the version number was in hesk_settings.inc.php, which not where I should have put it (I don't want to overwrite your settings!). I'll work on a fix this week for that. For translations, are these items that are not in English? I don't support translations on my own to other languages besides English.
The translation are now in your GUI hardcoded, and not adjustable in the txt.php
Thank you for the reply!
Re: [UPDATED 05-20-14] HESK UI v1.1.3
Posted: Wed May 21, 2014 2:48 am
by mkoch227
HESK UI v1.1.3
HESK UI v1.1.3 has been released. Changes include:
- Several strings have been contentified, allowing for translations.
- Page shown after client-side ticket submissions has been updated to look like the rest of Hesk UI.
- Hesk UI version number is now in a separate settings file and is visible on the Hesk settings page.
You can download v1.1.3 at
https://github.com/mkoch227/Hesk/releases
Re: [UPDATED 05-20-14] HESK UI v1.1.3
Posted: Wed May 21, 2014 6:07 am
by lupolo
Great! Have updated it. found a other hardcoded text:
Undernead fixed line:
index.php
Line 383:
Code: Select all
<textarea placeholder="<?php echo $hesklang['enter_message']; ?>" name="message" id="message" class="form-control" rows="12" cols="60" <?php if (in_array('message',$_SESSION['iserror'])) {echo ' class="isError" ';} ?> ><?php if (isset($_SESSION['c_message'])) {echo stripslashes(hesk_input($_SESSION['c_message']));} ?></textarea>
Re: [UPDATED 05-21-14] HESK UI v1.1.3
Posted: Wed May 21, 2014 1:56 pm
by mkoch227
Thanks lupolo; I have updated it now (it is under v1.1.3)
Re: [UPDATED 05-21-14] HESK UI v1.1.3
Posted: Mon Jun 02, 2014 9:24 am
by grandfso
This is looking excellent! I am wondering if Klemen will think about implementing this in the official releases ?
Re: [UPDATED 05-21-14] HESK UI v1.1.3
Posted: Mon Jun 02, 2014 4:21 pm
by Klemen
Unfortunately not this design, but Klemen is working with a designer on a complete make-over for HESK 3.x

Re: [UPDATED 05-21-14] HESK UI v1.1.3
Posted: Mon Jun 02, 2014 4:52 pm
by grandfso
Great news
p.s. any idea on the timeframe for 3.x ?