This is untested. On line 1970 of posting.php find:Replace with:
On line 159 of language/en/ucp.php find
Replace with:
If you are using different language files you will need to make edits to them instead. As I said untested but should work.
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"' : '',
On line 159 of language/en/ucp.php find
Code:
'DEFAULT_ADD_SIG'=> 'Attach my signature by default',
Code:
'DEFAULT_ADD_SIG'=> 'Attach my signature by default to new topics',
If you are using different language files you will need to make edits to them instead. As I said untested but should work.
Statistics: Posted by thecoalman — Mon Jul 22, 2024 2:42 pm