[LOCKED] Mods for HESK "archive" Thread
Moderator: mkoch227
Re: [UPDATED 05-21-14] HESK UI v1.1.3
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 
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


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
Re: [UPDATED 05-21-14] HESK UI v1.1.3
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!
Re: [UPDATED 05-21-14] HESK UI v1.1.3
Translation is 1:1 with only the following adjustments: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!
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';
Re: [UPDATED 05-21-14] HESK UI v1.1.3
great work

just added 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!


just added
Code: Select all
<meta name="viewport" content="width=device-width, user-scalable=no">
thanks for your work!
Re: [UPDATED 05-21-14] HESK UI v1.1.3
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 ?

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 ?
Re: [UPDATED 05-21-14] HESK UI v1.1.3
Correct. I am planning on adding text on hover at some point in the near future as well.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 ?
Mike, Lead Developer of
HESK: A surprisingly simple, user-friendly and FREE help desk software with integrated knowledgebase.
Re: [UPDATED 06-07-14] HESK UI v1.1.5
HESK UI v1.1.5
HESK UI v1.1.5 has been released. Changes include:
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
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.
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
HESK: A surprisingly simple, user-friendly and FREE help desk software with integrated knowledgebase.
Re: [UPDATED 06-07-14] HESK UI v1.1.5
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
again thanks for the update!
EDIT: when debug mode is turned on, I can see some notification related to this UI (I guess)
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

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
Re: [UPDATED 06-07-14] HESK UI v1.1.5
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.
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
HESK: A surprisingly simple, user-friendly and FREE help desk software with integrated knowledgebase.
Re: [UPDATED 06-07-14] HESK UI v1.1.5
HESK UI v1.1.6
HESK UI v1.1.6 has been released. Changes include:
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).
Mike, Lead Developer of
HESK: A surprisingly simple, user-friendly and FREE help desk software with integrated knowledgebase.
Re: [UPDATED 06-09-14] HESK UI v1.1.6
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
Secondly, I noticed that the horizontal scrollbar appears in both Firefox and Chrome for no apparent reason. Any idea?
Cheers!
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

Secondly, I noticed that the horizontal scrollbar appears in both Firefox and Chrome for no apparent reason. Any idea?
Cheers!
Re: [UPDATED 06-09-14] HESK UI v1.1.6
@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
HESK: A surprisingly simple, user-friendly and FREE help desk software with integrated knowledgebase.
Re: [UPDATED 06-09-14] HESK UI v1.1.6
Noted with thanks.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)
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.
Re: [UPDATED 06-09-14] HESK UI v1.1.6
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

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


Re: [UPDATED 06-09-14] HESK UI v1.1.6
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.lupolo wrote:ps the version number from the latest update is 1.1.5
Mike, Lead Developer of
HESK: A surprisingly simple, user-friendly and FREE help desk software with integrated knowledgebase.