Hi there.
When I create tickets for customers, they are are allowed to mark their tickets resolved. This causes some confusion because we like to keep tickets open until we have seen the last comments written by the customer can can close it, when we're ready. Is there any way, to prevent anybody other than staff or admin from closing a ticket or being able to mark it resolved?
Stop customers from resolving their own tickets?
Moderator: mkoch227
Stop customers from resolving their own tickets?
Last edited by onlinesrc on Fri May 27, 2011 6:23 pm, edited 1 time in total.
Re: Stop customers from resolving their own tickets?
Try deleting this code (3 times!) from the ticket.php file:
Code: Select all
[<a
href="change_status.php?track='.$trackingID.'&s=3&Refresh='.$random.'&token='.hesk_token_echo(0).'">'.$hesklang['close_action'].'</a>]
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: Stop customers from resolving their own tickets?
This was a good idea. Thank you for bringing it up and for responding. I'm using a newer version (noted at top of ticket.php). Version: 2.4.1 from 18th August 2012.
If it's not obvious, this code now appears 5 times. So, you will want to eliminate all of them.
If it's not obvious, this code now appears 5 times. So, you will want to eliminate all of them.
Code: Select all
[<a href="change_status.php?track='.$trackingID.$hesk_settings['e_query'].'&s=3&Refresh='.$random.'&token='.hesk_token_echo(0).'">'.$hesklang['close_action'].'</a>]
Re: Stop customers from resolving their own tickets?
I just add popup confirm window if customer click link to close ticket, popup window with message, that full explain what happens when they choose to close ticket (confirm yes/no), and after this no one accidentally or not understanding closing tickets.