Topic: Last Edited By....

Is there any way to remove this so that it does not show up when a user edits their post?  I see there's a silent edit for Admins, but how about something like this for normal members to use?

Thanks kindly.

-Dobbson

Re: Last Edited By....

Sure. Open up edit.php and look for

$edited_sql = (!isset($_POST['silent']) || !$is_admmod) ? $edited_sql = ', edited='.time().', edited_by=\''.addslashes($cur_user['username']).'\'' : '';

and replace it with

$edited_sql = '';

"Programming is like sex: one mistake and you have to support it for the rest of your life."

Re: Last Edited By....

Great!  Thanks again!

Re: Last Edited By....

is it possible to automaticly edit silent within 10 or 15 minutes?
after that 'edited by' is displayed.

i noticed this feature on other forums

Re: Last Edited By....

Try something like this: Edit Grace Period