Page 1 of 1

How do I uncheck "Attach Signature"

Posted: Mon Mar 02, 2009 9:24 pm
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

Posted: Tue Mar 03, 2009 5:30 pm
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.