Page 1 of 1

Tickets are answered by staff off.

Posted: Fri Apr 24, 2009 7:22 am
by hollandsedrop
/*************************************
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...

Posted: Fri Apr 24, 2009 9:35 am
by Klemen
I'm sorry but I don't understand completely what you mean, can you give an example?

Posted: Fri Apr 24, 2009 9:50 am
by hollandsedrop
- New ticket received.
- Staff close it (not answer)

I want that, not directly off the ticket. Close the answer was always.

Posted: Fri Apr 24, 2009 12:45 pm
by Klemen
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?

Posted: Wed May 13, 2009 2:03 pm
by hollandsedrop
No, I mean that the tickets musn't be closed by our staffs without replying it.

Posted: Wed May 13, 2009 2:33 pm
by Klemen
Oh, in this case you can try editing file "change_status.php" in the admin folder. Open it in notepad and change

Code: Select all

if ($status==3)
{
	$action=$hesklang['closed'];
}
to

Code: Select all

if ($status==3)
{
	hesk_error('You are not allowed to close tickets without replying');
}

Posted: Wed May 13, 2009 2:44 pm
by hollandsedrop
:D PERFECT!

Thanks...

Posted: Tue Oct 20, 2009 1:17 pm
by Raven
I also use this MOD and it works like a charm :)

Thank you