Page 1 of 1

Hesk 2.4, adding own setting (but failure with saving)

Posted: Wed Sep 12, 2012 8:33 am
by lupolo
I have a question ..

I wanna build a new function into the admin settings, and wanne save it into the settings.

I have changed the following files:
hesk_settings.inc.php
admin_settings.php
admin_settings_save.php
(Language file)

I can see my setting with the info from the hesk_settings.inc.php, but wenn i gone change (save) it it is gone from the hesk_settings.inc.php file. Where else must i check to save it right.

Re: Hesk 2.4, adding own setting (but failure with saving)

Posted: Wed Sep 12, 2012 2:26 pm
by Klemen
This probably means you have an error somewhere, try turning debug mode on manually then save settings and see if you get any errors.

However, such custom functions are out of the scope of my support, so you will have to find and debug any errors yourself.