ferrethouse2004 wrote: Would it be possible to exclude moderators and admins from this?
WarriorPrincess wrote: Can this be turned off at all??
I was hoping to install this mod... but what happens if I decide I want to allow editing later on??
Throckmorton wrote:WarriorPrincess wrote:Can this be turned off at all??
I was hoping to install this mod... but what happens if I decide I want to allow editing later on??
Yes, it can. From the control panel:
"Set to zero to completely disable post editing. Set to -1 to disable the mod."
techies02 wrote: Is there was way to do this for only one specific user?
Code: Select all
#
#-----[ FIND ]-----------------------------------------------------------------
#
if ( $userdata['user_id'] == $poster_id && $is_auth['auth_delete'] && $forum_topic_data['topic_last_post_id'] == $postrow[$i]['post_id'] )
#
#-----[ IN-LINE FIND ]-----------------------------------------------------------------
#
&& $is_auth['auth_delete']
#
#-----[ IN-LINE AFTER, ADD ]-----------------------------------------------------------------
#
&& !$edit_time_expired