###### OPEN ubb_new_reply.cgi #### ### FIND ######### local (@this_forum, @this_topic, $ubb_images, $post_permiss, $reply_restrict, $j, $is_html, $is_ubb, $html_allowed, $ubb_allowed, $ubb_images_wording, $icon_field, $show_sig, $disable_smilies, @reply_to, @stat_line, $clean_reply_to_message, $reply_to_message, $reply_to_author, $insert_reply_to, $i_frame, $i_frame_alt, @post_line, $go_to, $close_option, @user_profile, $ubb_code_buttons); ### CHANGE IT TO #### local (@this_forum, @this_topic, $ubb_images, $post_permiss, $reply_restrict, $j, $is_html, $is_ubb, $html_allowed, $ubb_allowed, $ubb_images_wording, $icon_field, $email_notify, $show_sig, $disable_smilies, @reply_to, @stat_line, $clean_reply_to_message, $reply_to_message, $reply_to_author, $insert_reply_to, $i_frame, $i_frame_alt, @post_line, $go_to, $close_option, @user_profile, $ubb_code_buttons); ### FIND #### # show signature? if (($vars_display{AllowSignature} eq 'YES') && ($username ne '')) { $show_sig = qq( $vars_wordlets{show_signature}); } ### ADD ABOVE ### # email notify on? if (($vars_email{UseEmail} eq 'ON') && (($username ne '') || ($vars_display{RequireLoginPosts} eq "NO"))) { $email_notify = qq( $vars_wordlets{email_notify}); } ######## OPEN public_new_reply_form.pl (Templates) #### FIND ######## $show_sig #### ADD ABOVE ### $email_notify ###### DONE ########## [ 11-21-2001: Message edited by: freeTV ]