Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 1400

phpBB Custom Coding • Re: Signature setting default on for OP and off for replies

$
0
0
This is untested. On line 1970 of posting.php find:

Code:

'S_SIGNATURE_CHECKED'=> ($sig_checked) ? ' checked="checked"' : '',
Replace with:

Code:

'S_SIGNATURE_CHECKED'=> ($sig_checked  && ($mode == 'post' || ($mode == 'edit' && $post_id == $post_data['topic_first_post_id']))) ? ' checked="checked"' : '',
this worked perfectly, thank you!

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



Viewing all articles
Browse latest Browse all 1400

Trending Articles