/*************************************
Title: Ticket Closed
Version: 2.0
Author:
Demo:
Download:
Website:
Short description:
*************************************/
Our staff have between 8-10. Customers came from the ticket, the staff of one or more tickets are closed without any answer.
Something like this can be done? Tickets are answered by staff off.
a ticket is no answer that off!
Thanks...
Tickets are answered by staff off.
Moderator: mkoch227
I'm sorry but I don't understand completely what you mean, can you give an example?
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
-
- Posts: 90
- Joined: Tue Dec 30, 2008 11:29 am
You can do that like this:
1. open admin panel
2. select all tickets
3. choose "Mark selected tickets as Resolved"
4. click "Execute"
Is this what you meant?
1. open admin panel
2. select all tickets
3. choose "Mark selected tickets as Resolved"
4. click "Execute"
Is this what you meant?
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
-
- Posts: 90
- Joined: Tue Dec 30, 2008 11:29 am
Oh, in this case you can try editing file "change_status.php" in the admin folder. Open it in notepad and change to
Code: Select all
if ($status==3)
{
$action=$hesklang['closed'];
}
Code: Select all
if ($status==3)
{
hesk_error('You are not allowed to close tickets without replying');
}
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