Re: How To Avoid The Mods Modify Post Of Admins
I've got this working on my site.
OPEN posting.php
FIND (partial line match)
$select_sql = ( !$submit ) ? ', t.topic_title
IN-LINE FIND
IN-LINE AFTER, ADD
FIND
$post_data['poster_id'] = $post_info['poster_id'];
AFTER, ADD
if ( $post_info['user_level'] == ADMIN && $userdata['user_level'] != ADMIN )
{
message_die(GENERAL_ERROR, 'You can not edit an Administrator's post');
}