[LOCKED] Mods for HESK "archive" Thread

Forum dedicated to Mods for HESK created by Mike Koch

Moderator: mkoch227

mkoch227
Posts: 666
Joined: Wed Jul 04, 2012 3:37 pm

Re: [RELEASED 3-26-14] HESK UI v1.0.3

Post 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
Mike, Lead Developer of Image 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

Re: [RELEASED 4-26-14] HESK UI v1.1.0

Post 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?
mkoch227
Posts: 666
Joined: Wed Jul 04, 2012 3:37 pm

Re: [RELEASED 4-26-14] HESK UI v1.1.0

Post by mkoch227 »

Thanks for the reminder :lol: . 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 Image 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

Re: [RELEASED 4-26-14] HESK UI v1.1.2

Post 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
Mike, Lead Developer of Image 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

Re: [UPDATED 05-17-14] HESK UI v1.1.2

Post 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
lupolo
Posts: 214
Joined: Mon Apr 20, 2009 2:12 pm

Re: [UPDATED 05-17-14] HESK UI v1.1.2

Post 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.
jones
Posts: 75
Joined: Sat Jul 20, 2013 6:41 pm

Re: [UPDATED 05-17-14] HESK UI v1.1.2

Post by jones »

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

Re: [UPDATED 05-17-14] HESK UI v1.1.2

Post 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.
Mike, Lead Developer of Image 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

Re: [UPDATED 05-17-14] HESK UI v1.1.2

Post 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!
mkoch227
Posts: 666
Joined: Wed Jul 04, 2012 3:37 pm

Re: [UPDATED 05-20-14] HESK UI v1.1.3

Post 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
Last edited by mkoch227 on Wed May 21, 2014 1:55 pm, edited 1 time in total.
Mike, Lead Developer of Image 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

Re: [UPDATED 05-20-14] HESK UI v1.1.3

Post 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>
mkoch227
Posts: 666
Joined: Wed Jul 04, 2012 3:37 pm

Re: [UPDATED 05-21-14] HESK UI v1.1.3

Post by mkoch227 »

Thanks lupolo; I have updated it now (it is under v1.1.3)
Mike, Lead Developer of Image 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

Re: [UPDATED 05-21-14] HESK UI v1.1.3

Post by grandfso »

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

Re: [UPDATED 05-21-14] HESK UI v1.1.3

Post by Klemen »

Unfortunately not this design, but Klemen is working with a designer on a complete make-over for HESK 3.x :wink:
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
grandfso
Posts: 26
Joined: Fri May 30, 2014 12:47 pm

Re: [UPDATED 05-21-14] HESK UI v1.1.3

Post by grandfso »

Great news :)

Image

p.s. any idea on the timeframe for 3.x ?
Locked