editby.mod
1.01
This mod make yabb 2 show the "Last Edit by" line when a moderator/admin edit somebody else post, and ignore the Time Lock limit.
Dorus Peelen
Admin\ModList.pl
### END BOARDMOD ANCHOR ###
$editby = "editby|Dorus Peelen|Show the \"Last Edit by\" line when a moderator/admin edit somebody else post, and ignore the Time Lock limit.|1.01|28.04.2005";
push (@installed_mods, "$editby");
Sources\Display.pl
if ( $tlmesstime > $tllasttime ) {
if ( $tlmesstime > $tllasttime && $mlmb eq $musername ) {