Top left corner logo/header customization via custom-test.php file half works...
Posted: Thu Dec 19, 2024 6:20 pm
Hello again, I am on hesk version 3.5.1,
I followed this article https://www.hesk.com/knowledgebase/index.php?article=88 to customize the top left "Help Desk" logo/header.
I added this line in a newly created ./language/en/custom-text.php file (as per the above article):
$hesklang['help_desk']='WHATEVER'; // Displayed on staff sidebar menu
The original line in ./language/en/text.php file was
$hesklang['help_desk']='Help Desk'; // Displayed on staff sidebar menu
Weirdly enough if I login as admin I see in the top left corner the custom text WHATEVER, whilst if I login as another user (type=Staff), I see in the top left corner the text Helpdesk (one word with Capital H followed by all lower-cases without a space!). Where is it coming from? Any idea?
Thanks for helping.
I followed this article https://www.hesk.com/knowledgebase/index.php?article=88 to customize the top left "Help Desk" logo/header.
I added this line in a newly created ./language/en/custom-text.php file (as per the above article):
$hesklang['help_desk']='WHATEVER'; // Displayed on staff sidebar menu
The original line in ./language/en/text.php file was
$hesklang['help_desk']='Help Desk'; // Displayed on staff sidebar menu
Weirdly enough if I login as admin I see in the top left corner the custom text WHATEVER, whilst if I login as another user (type=Staff), I see in the top left corner the text Helpdesk (one word with Capital H followed by all lower-cases without a space!). Where is it coming from? Any idea?
Thanks for helping.