Rick,

In version 7.0 I edited my editpost.php so admins and the origional poster could edit a post with the option of ticking off the 'edited by' radio button...

if ( $user['USER_ID'] == $Postedby || $user['USER_MEMBERSHIP_LEVEL'] == "Administrator") {
$markeditselect = "<input type=\"checkbox\" value=\"1\" name=\"markedit\" checked=\"checked\" class=\"form-checkbox\" />

________________

However looking in the new editpost.php I can't find the edited by routine at all, I can find the Signature added to this post.. Can you point me in the right direction or the name of the 'edited by' tag so I can edit it so admins and the origional poster have the option of a non edited by post.

Thanks!

David

Last edited by Rick; 01/17/2007 3:10 PM.