Hi there,
We are new to Hesk and will be using it as an internal ticketing system for our IT business.
So we will have Maintenance Mode enabled permanently as we do not want anyone submitting tickets externally.
Is there a way of removing the "Maintenance mode is active" message on each page?
It's annoying, plus it pushes all the content further down the page.
Remove Maintenance Mode message
Moderator: mkoch227
Re: Remove Maintenance Mode message
In file "inc/show_admin_nav.inc.php" change to
Note that with maintenance mode off, your users will also not be able to view tickets from the public side, not just submit them.
Code: Select all
if ( hesk_check_maintenance(false) )
Code: Select all
if (1==2)
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: Remove Maintenance Mode message
Perfect.
Thanks for that.
Thanks for that.