Tickets are answered by staff off.

Everything related to Hesk - helpdesk software

Moderator: mkoch227

Post Reply
hollandsedrop
Posts: 90
Joined: Tue Dec 30, 2008 11:29 am

Tickets are answered by staff off.

Post 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...
Klemen
Site Admin
Posts: 10136
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

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 Image

Image 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
hollandsedrop
Posts: 90
Joined: Tue Dec 30, 2008 11:29 am

Post by hollandsedrop »

- New ticket received.
- Staff close it (not answer)

I want that, not directly off the ticket. Close the answer was always.
Klemen
Site Admin
Posts: 10136
Joined: Fri Feb 11, 2005 4:04 pm

Post 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?
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image 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
hollandsedrop
Posts: 90
Joined: Tue Dec 30, 2008 11:29 am

Post by hollandsedrop »

No, I mean that the tickets musn't be closed by our staffs without replying it.
Klemen
Site Admin
Posts: 10136
Joined: Fri Feb 11, 2005 4:04 pm

Post 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');
}
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image 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
hollandsedrop
Posts: 90
Joined: Tue Dec 30, 2008 11:29 am

Post by hollandsedrop »

:D PERFECT!

Thanks...
Raven
Posts: 172
Joined: Sat Jun 20, 2009 12:39 am

Post by Raven »

I also use this MOD and it works like a charm :)

Thank you
Post Reply