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:
Write your message below:
Hello,
How do I change the default priority as a case is created with?
If I wanted the cases to be created with another priority by default
Jones
Changing the priority which is standard
Moderator: mkoch227
Re: Changing the priority which is standard
You can try changing number 3 in this code in file submit_ticket.php:
3 = Low
2 = Medium
1 = High
0 = Critical
Code: Select all
$tmpvar['priority'] = $hesk_settings['cust_urgency'] ? intval( hesk_POST('priority') ) : 3;
2 = Medium
1 = High
0 = Critical
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