in editpost.php replace
Quote:
if ($showeditedby and $postinfo[dateline]<(time()-($noeditedbytime*60)) and !($getperms[ismoderator] and !$showeditedbyadmin)) {
|
with
Quote:
if ($showeditedby and $postinfo[dateline]<(time()-($noeditedbytime*60)) and !($getperms[ismoderator] and !$showeditedbyadmin) or $editreason ) {
|
now the reason and time of edit _always_ shows up when a reason is given.
tested on vb 2.2.2