Well im not entirely sure how to do it like that, the best I can do is newthread has it checked and newreply doesnt.
(My localhost isnt working, so this is from memory, so it might be wrong)
open template 'newthread' find:
Code:
<input type="checkbox" name="signature" value="yes" $signaturechecked>
replace with:
Code:
<input type="checkbox" name="signature" value="yes" checked="checked">
Open up template 'newreply'
find
Code:
<input type="checkbox" name="signature" value="yes" $signaturechecked>
change to
Code:
<input type="checkbox" name="signature" value="yes">