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
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 modifications, plugins and integrations → 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
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 = '';
Great! Thanks again!
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
Try something like this: Edit Grace Period
PunBB Forums → PunBB 1.2 modifications, plugins and integrations → Last Edited By....
Powered by PunBB, supported by Informer Technologies, Inc.