
karlg wrote: Development hasn't stoped, but i haven't had time to finish the final beta test with the above changes. I have a board i'm planning on testing the final install. I'll see if i can get that done this weekend and post results.
karlg wrote: whoa! ths got way more responce than i expected! thanks for all the awesome responses!![]()
Code: Select all
#
#-----[ OPEN ]------------------------------------------
#
posting.php
#
#-----[ IN-LINE, FIND ]------------------------------------------
#
# After this line:
#submit_post($mode, $post_data, $return_message, $return_meta, $forum_id, $topic_id, $post_id, $poll_
#id, $topic_type, $bbcode_on, $html_on, $smilies_on, $attach_sig, $bbcode_uid, str_replace("\'", "''", $username), str_replace("\'",
#"''", $subject), str_replace("\'", "''", $message), str_replace("\'", "''", $poll_title), $poll_options, $poll_length);
if ( $error_msg == ''
#
#-----[ IN-LINE AFTER, ADD ]------------------------------------------
#
&& $userdata['user_tarb'] != "1"
Code: Select all
#
#-----[ IN-LINE, FIND ]------------------------------------------
#
# After this line:
#if ( $error_msg == '' )
# {
if ( $mode != 'editpost'
#
#-----[ IN-LINE AFTER, ADD ]------------------------------------------
#
&& $userdata['user_tarb'] != "1"