How do I uncheck "Attach Signature"

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
Austin
Posts: 5
Joined: Tue Feb 24, 2009 9:14 pm

How do I uncheck "Attach Signature"

Post by Austin »

Like the subject states... how do I uncheck the "Attach signature" box at the bottom of the reply messages, so the default is unchecked instead of checked :?:

Thanks,
Austin
austone@comcast.net
Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

Open admin_ticket.php file (inside admin folder) in a plain text editor (Notepad, Wordpad, ...) and change

Code: Select all

<input type="checkbox" name="signature" value="1" checked="checked" />
to

Code: Select all

<input type="checkbox" name="signature" value="1" />
This should do it.
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