this worked perfectly, thank you!This is untested. On line 1970 of posting.php find:Replace with:Code:
'S_SIGNATURE_CHECKED'=> ($sig_checked) ? ' checked="checked"' : '',
Code:
'S_SIGNATURE_CHECKED'=> ($sig_checked && ($mode == 'post' || ($mode == 'edit' && $post_id == $post_data['topic_first_post_id']))) ? ' checked="checked"' : '',
edit: FYI the line number 1970 didn't match up, but i searched for S_SIGNATURE_CHECKED and found it around 1948 i think it was
Statistics: Posted by Bozworth — Mon Jul 22, 2024 6:34 pm