hi scott
i use this function code in qa-theme.php on localhost but there was an error :
Warning: Missing argument 1 for qa_html_theme_base::form(), called in F:\wamp server\wamp\www\q2a\qa-theme\Snow\qa-theme.php on line 9 and defined in F:\wamp server\wamp\www\q2a\qa-include\qa-theme-base.php on line 822
and i delete this checkbox from ask page by deleting this code from qa-page-ask.php :
qa_set_up_notify_fields($qa_content, $qa_content['form']['fields'], 'Q', qa_get_logged_in_email(),
isset($in['notify']) ? $in['notify'] : qa_opt('notify_users_default'), @$in['email'], @$errors['email']);
and check box removed from ask page!
how can i delete it from comments and answers too?
thank you