But what if you have it not to show in your options? I want it to follow whatever you have set in your options?
[QUOTE]
Originally posted by BigJohnson
I fixed the signature thing. The sig check box is notchecked when you click preview but here is the fix
Find This In Private.php
PHP Code:
$signaturechecked="checked";
} else {
$signaturechecked = '';
}
and replace it with this
PHP Code:
$signaturechecked="checked";
}
That did it for me and everything works just fine. Enjoy.