[LOCKED] Mods for HESK "archive" Thread

Forum dedicated to Mods for HESK created by Mike Koch

Moderator: mkoch227

Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

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

Post by Klemen »

Not yet and also I don't want to hijack this thread - Mike has done a great job with this update and continues to support it, so kudos and thanks for a good UI mod for HESK 2.x!
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 »

Mike as I said earlier, your job with this UI is excellent. Thank you. I love this design and would jump right into it if not the need for additional translation for which I don't have the spare time at the moment. Cheers!
lupolo
Posts: 214
Joined: Mon Apr 20, 2009 2:12 pm

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

Post by lupolo »

grandfso wrote:Mike as I said earlier, your job with this UI is excellent. Thank you. I love this design and would jump right into it if not the need for additional translation for which I don't have the spare time at the moment. Cheers!
Translation is 1:1 with only the following adjustments:

Code: Select all

// ADDED OR MODIFIED IN HESK UI
$hesklang['search_the_knowledgebase'] = 'Search the Knowledgebase';
$hesklang['view_ticket_nav']='View Ticket';
$hesklang['quick_help']='Quick Help';
$hesklang['quick_help_submit_ticket']='Please fill out the form on the right to submit a ticket. Required fields are marked with a <font class="important">*</font>.';
$hesklang['quick_help_view_ticket']='Please fill out the required information on the right to view your ticket. If you forgot your Ticket tracking ID, click "Forgot tracking ID".';
$hesklang['quick_help_ticket']='Here is the information on your ticket. You can add a reply to this ticket, mark it as resolved, or re-open the ticket if applicable.';
$hesklang['information']='Information';
$hesklang['admin_sidebar_ticket_id']='TICKET ID';
$hesklang['priorityChange']=' - - Change Priority - - ';
$hesklang['statusChange']=' - - Change Status - - ';
$hesklang['ownerChange']=' - - Change Owner - - ';
$hesklang['categoryChange']=' - - Change Category - - ';
$hesklang['navigation']='Navigation';
$hesklang['nti']='<span class="glyphicon glyphicon-plus-sign"></span> New ticket';
$hesklang['savedResponses']='Saved Responses';
$hesklang['heskUiVersion']='Hesk UI Version';
$hesklang['add_ticket_general_information']='General Information';
$hesklang['add_ticket_your_message']='Your Message';
Customers like it and i also, works great on my mobile phone!
redraw
Posts: 7
Joined: Sat May 31, 2014 10:19 am

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

Post by redraw »

great work :) :)

just added

Code: Select all

<meta name="viewport" content="width=device-width, user-scalable=no">
inside <head> tags in header.inc.php and headerAdmin.inc.php, as to make use of the responsive theme, using the device width.

thanks for your work!
grandfso
Posts: 26
Joined: Fri May 30, 2014 12:47 pm

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

Post by grandfso »

It was really easy to translate. I already implemented this design to my HESK :)

I noticed that after changing the interface, the tooltips are not visible anymore e.g. when editing categories, there's an icon that enables/disables auto-assign for given category. When you mouse over, there's no text available to suggest what option is currently chosen, so you don't know what are you changing. I assume when the storm ICON is colored Gold, this means auto-assign enabled and when it's grey, it's disabled ? Am I Right ?
mkoch227
Posts: 666
Joined: Wed Jul 04, 2012 3:37 pm

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

Post by mkoch227 »

grandfso wrote:It was really easy to translate. I already implemented this design to my HESK :)

I noticed that after changing the interface, the tooltips are not visible anymore e.g. when editing categories, there's an icon that enables/disables auto-assign for given category. When you mouse over, there's no text available to suggest what option is currently chosen, so you don't know what are you changing. I assume when the storm ICON is colored Gold, this means auto-assign enabled and when it's grey, it's disabled ? Am I Right ?
Correct. I am planning on adding text on hover at some point in the near future as well.
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: [UPDATED 06-07-14] HESK UI v1.1.5

Post by mkoch227 »

HESK UI v1.1.5

HESK UI v1.1.5 has been released. Changes include:
  • The viewport meta tag has been added, allowing for mobile devices to leverage the mobile theme.
  • Visual tooltips are now shown when hovering over an icon that does not have text associated with it (ex. the auto-assign lightning bolt).
  • The HESK UI theme colors can be modified via the hesk_ui_settings.inc.php file.
You can download v1.1.5 at https://github.com/mkoch227/Hesk/releases

Update June 08 2014: There was a minor bug that was accidentally released with the original v1.1.5, where the UI on the admin side was not referencing the CSS file properly. This has been fixed now. However, if you downloaded HESK UI v1.1.5 before June 8, 2014 at 10:40 GMT-04:00, please re-download it or make the changes as shown in the diff at https://github.com/mkoch227/Hesk/commit ... 6bb624013b
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 06-07-14] HESK UI v1.1.5

Post by grandfso »

Mike, hello!
Thank you for the update! I appreciate the tooltips now working.
I usually work on chrome, but I tested with Firefox today and I see some layout issues on /admin/admin_main.php

please see the attached screenshot for details Image

again thanks for the update!

EDIT: when debug mode is turned on, I can see some notification related to this UI (I guess)

Code: Select all

 Undefined index: heskUiVersion in hesk/admin/admin_settings.php on line 149
mkoch227
Posts: 666
Joined: Wed Jul 04, 2012 3:37 pm

Re: [UPDATED 06-07-14] HESK UI v1.1.5

Post by mkoch227 »

I am able to reproduce the layout issue on Firefox, so I have made a note to try and fix it soon.

EDIT 06/09/2014: I am not able to reproduce the "undefined index" error. Is your language file up-to-date? There is a $hesklang['heskUiVersion'] tag in the language file. If it's not there in your language file, you will want to add it in.
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: [UPDATED 06-07-14] HESK UI v1.1.5

Post by mkoch227 »

HESK UI v1.1.6

HESK UI v1.1.6 has been released. Changes include:
  • Ticket List and email suggestion dialog layout has been fixed on Firefox.
  • Reference to non-existent variable has been fixed on the admin_ticket.php page (only visible when running in debug mode).
You can download v1.1.6 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.
ZePenguin
Posts: 5
Joined: Tue Jun 10, 2014 2:36 pm

Re: [UPDATED 06-09-14] HESK UI v1.1.6

Post by ZePenguin »

Awesome!!

Just love this theme. Thank you so much for your hardwork.
I registered in this forum to report about the abnormalities when viewing in Firefox but thank god, you've already released the latest fix for it :wink:

Secondly, I noticed that the horizontal scrollbar appears in both Firefox and Chrome for no apparent reason. Any idea?

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

Re: [UPDATED 06-09-14] HESK UI v1.1.6

Post by mkoch227 »

@ZePenguin: I just noticed the scrollbars as well, but only on the admin side. There will be a fix for it, however it won't be a separate release just for the scrollbars (it's not a high priority)
Mike, Lead Developer of Image HESK: A surprisingly simple, user-friendly and FREE help desk software with integrated knowledgebase.
ZePenguin
Posts: 5
Joined: Tue Jun 10, 2014 2:36 pm

Re: [UPDATED 06-09-14] HESK UI v1.1.6

Post by ZePenguin »

mkoch227 wrote:@ZePenguin: I just noticed the scrollbars as well, but only on the admin side. There will be a fix for it, however it won't be a separate release just for the scrollbars (it's not a high priority)
Noted with thanks.

While you are at it, can you shed some light on this as well?

viewtopic.php?f=14&t=4985

Since I am using your theme, so I hope there might be a way to tweak the ticket listings.
lupolo
Posts: 214
Joined: Mon Apr 20, 2009 2:12 pm

Re: [UPDATED 06-09-14] HESK UI v1.1.6

Post by lupolo »

Hello,

I have a problem with the size of the replyd screens of tickets in the admin screen. The See attachment:

ps the version number from the latest update is 1.1.5 ;)

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

Re: [UPDATED 06-09-14] HESK UI v1.1.6

Post by mkoch227 »

lupolo wrote:ps the version number from the latest update is 1.1.5 ;)
Yes, I noticed the incorrect version, however I didn't feel like it was worth it to re-release another version with just a version number fixed.
Mike, Lead Developer of Image HESK: A surprisingly simple, user-friendly and FREE help desk software with integrated knowledgebase.
Locked