Forum dedicated to Mods for HESK created by Mike Koch
Moderator: mkoch227
mkoch227
Posts: 666 Joined: Wed Jul 04, 2012 3:37 pm
Post
by mkoch227 » Sat Apr 26, 2014 6:20 pm
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
Mike, Lead Developer of
HESK: A surprisingly simple, user-friendly and FREE help desk software with integrated knowledgebase.
dr_patso
Posts: 192 Joined: Tue May 15, 2012 3:23 am
Post
by dr_patso » Thu May 15, 2014 5:38 pm
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?
mkoch227
Posts: 666 Joined: Wed Jul 04, 2012 3:37 pm
Post
by mkoch227 » Fri May 16, 2014 9:00 pm
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.
Mike, Lead Developer of
HESK: A surprisingly simple, user-friendly and FREE help desk software with integrated knowledgebase.
mkoch227
Posts: 666 Joined: Wed Jul 04, 2012 3:37 pm
Post
by mkoch227 » Sat May 17, 2014 3:19 pm
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
Mike, Lead Developer of
HESK: A surprisingly simple, user-friendly and FREE help desk software with integrated knowledgebase.
jones
Posts: 75 Joined: Sat Jul 20, 2013 6:41 pm
Post
by jones » Tue May 20, 2014 6:50 am
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
lupolo
Posts: 214 Joined: Mon Apr 20, 2009 2:12 pm
Post
by lupolo » Tue May 20, 2014 11:43 am
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.
jones
Posts: 75 Joined: Sat Jul 20, 2013 6:41 pm
Post
by jones » Tue May 20, 2014 12:29 pm
Hello,
The error which I had. Disappeared after having made a fresh installation of Hesk + ui
Mvh.
Jonas
mkoch227
Posts: 666 Joined: Wed Jul 04, 2012 3:37 pm
Post
by mkoch227 » Tue May 20, 2014 1:39 pm
@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.
Mike, Lead Developer of
HESK: A surprisingly simple, user-friendly and FREE help desk software with integrated knowledgebase.
lupolo
Posts: 214 Joined: Mon Apr 20, 2009 2:12 pm
Post
by lupolo » Tue May 20, 2014 2:17 pm
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!
mkoch227
Posts: 666 Joined: Wed Jul 04, 2012 3:37 pm
Post
by mkoch227 » Wed May 21, 2014 2:48 am
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
Last edited by
mkoch227 on Wed May 21, 2014 1:55 pm, edited 1 time in total.
Mike, Lead Developer of
HESK: A surprisingly simple, user-friendly and FREE help desk software with integrated knowledgebase.
lupolo
Posts: 214 Joined: Mon Apr 20, 2009 2:12 pm
Post
by lupolo » Wed May 21, 2014 6:07 am
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>
mkoch227
Posts: 666 Joined: Wed Jul 04, 2012 3:37 pm
Post
by mkoch227 » Wed May 21, 2014 1:56 pm
Thanks lupolo; I have updated it now (it is under v1.1.3)
Mike, Lead Developer of
HESK: A surprisingly simple, user-friendly and FREE help desk software with integrated knowledgebase.
grandfso
Posts: 26 Joined: Fri May 30, 2014 12:47 pm
Post
by grandfso » Mon Jun 02, 2014 9:24 am
This is looking excellent! I am wondering if Klemen will think about implementing this in the official releases ?
Klemen
Site Admin
Posts: 10116 Joined: Fri Feb 11, 2005 4:04 pm
Post
by Klemen » Mon Jun 02, 2014 4:21 pm
Unfortunately not this design, but Klemen is working with a designer on a complete make-over for HESK 3.x
grandfso
Posts: 26 Joined: Fri May 30, 2014 12:47 pm
Post
by grandfso » Mon Jun 02, 2014 4:52 pm
Great news
p.s. any idea on the timeframe for 3.x ?