https://www.icyphoenix.com/viewtopic.php?f=30&t=1706
-----------------------------------
Corporacion-Umbrella
Sun 22 Apr, 2007 16:47

How To Avoid Moderators Edit Post Of Admins
-----------------------------------
Hi.

I only want to konw, how to avoid to the Mods edit the post writted by the admins?.

Is only that friends.

Thanks for you'r time in read this message.


-----------------------------------
Zuker
Sun 22 Apr, 2007 17:31

Re: How To Avoid The Mods Modify Post Of Admins
-----------------------------------
I've got this working on my site.  :mricy: 

[b]OPEN posting.php[/b]

FIND (partial line match)

[code linenumbers=false]$select_sql = ( !$submit ) ? ', t.topic_title[/code]

IN-LINE FIND

[code linenumbers=false], u.user_id[/code]

IN-LINE AFTER, ADD

[code linenumbers=false]
, u.user_level[/code]

FIND

[code linenumbers=false]		$post_data['poster_id'] = $post_info['poster_id'];[/code]


AFTER, ADD

[code linenumbers=false]		if ( $post_info['user_level'] == ADMIN && $userdata['user_level'] != ADMIN )
      {
         message_die(GENERAL_ERROR, 'You can not edit an Administrator's post');
      }[/code]


-----------------------------------
KugeLSichA
Sun 22 Apr, 2007 18:06

Re: How To Avoid Moderators Edit Post Of Admins
-----------------------------------
great work Zuker...

thanks for this... i´ll add this to my site too.

thx


-----------------------------------
Corporacion-Umbrella
Sun 22 Apr, 2007 18:11

Re: How To Avoid Moderators Edit Post Of Admins
-----------------------------------
Doed Zuker, thank you very much.


CU.


-----------------------------------
Chaotic
Thu 23 Jul, 2009 03:32

Re: How To Avoid Moderators Edit Post Of Admins
-----------------------------------
This feature is included in the latest release of Icy Phoenix. (1.3.x)

Moving to Old Docs forum.


