Page 1 of 1

Avoid signature changes for staff users

Posted: Wed Mar 16, 2016 11:38 pm
by Hidroxid
Script URL:
Version of script:
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution: avoid signature modify, prevent modify signature staff

Write your message below:

Hello

I am newbie with hesk, we are doing test.

The question: Is posible prevent that a member modify the signature?

I want create corporate signature buy avoind the changes by any staff member without permision.

Best regards

Re: Avoid signature changes for staff users

Posted: Thu Mar 17, 2016 3:13 pm
by Klemen
There's no built-in way of doing it.

You will need to:

- modify inc/profile_functions.inc.php to only show the signature form part if an admin is logged in
- modify admin/profile.php update_profile function to only check for hesk_POST('signature') if an admin is logged in