Closing for holidays, how to turn off reply function?

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
Gifster
Posts: 3
Joined: Mon Mar 13, 2006 11:52 am

Closing for holidays, how to turn off reply function?

Post by Gifster »

Hi Guys

We are closing for a brief holiday and I wish to suspend the option of a customer reply to any open tickets. I can easily disable the whole helpdesk but that way our customers wont be able to view their tickets.

I just want to disable the ablity for people to submit new tickets or reply to tickets while we are closed.

Any help would be great as we close tommorrow!
Klemen
Site Admin
Posts: 10141
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

In ticket.php delete lines 160-170:

Code: Select all

<form method="POST" action="reply_ticket.php">
<p align="center"><?php echo $hesklang['message']; ?>: <font class="important">*</font><br>
<textarea name="message" rows="12" cols="60"></textarea></p>
<p align="center"><input type="hidden" name="orig_id" value="<?php echo $ticket['id']; ?>">
<input type="hidden" name="orig_name" value="<?php echo $ticket['name']; ?>">
<input type="hidden" name="orig_track" value="<?php echo $trackingID; ?>">
<input type="submit" value="<?php echo $hesklang['submit_reply']; ?>" class="button"></p>

</form>
And write something like "Replies not possible at the moment".
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
Post Reply