I couldn't find it at threadsdev either. <img border="0" title="" alt="[Confused]" src="images/icons/confused.gif" />

But I had saved a copy of it on my machine. It was written by Dave_L.... hope he doesn't mind me posting it.

<pre>Let admins and mods suppress the "edited by" annotation. 

Sometimes I edit someone else's post just to make a trivial change, such as fixing the title, and I'd prefer to suppress the "edited-by".

The following change only involves commenting-out a few lines. The commented-out lines could also be deleted.

In editpost.php, change:

if ( $Username == $Postedby ) {
$markeditselect = "<br /><br /><input type=\"checkbox\" value=\"1\" name=\"markedit\" checked class=\"formboxes\" /> {$ubbt_lang['MARK_EDIT']}";
}
else {
$markeditselect = "<input type=\"hidden\" value=\"1\" name=\"markedit\" class=\"formboxes\" />";
}

to:

// DAVE MOD BEGIN
// 07/11/02 Dave Lerner
// Let admins and mods suppress the "edited by" annotation.
// if ( $Username == $Postedby ) {
$markeditselect = "<br /><br /><input type=\"checkbox\" value=\"1\" name=\"markedit\" checked class=\"formboxes\" /> {$ubbt_lang['MARK_EDIT']}<br /><br />";
// }
// else {
// $markeditselect = "<input type=\"hidden\" value=\"1\" name=\"markedit\" class=\"formboxes\" />";
// }
// DAVE MOD END

</pre>

Josh
Measurection.com Admin
ThreadsDev.com Moderator
Register to see my How To/Site Help Library Forum at ThreadsDev.com.
"Happiness comes through doors you didn't even know you left open. "