You can change the user, not username to anything arbitrary (unless you make it a guest post).
Can Anyone confirm if Admin Post Edit is working with 1.6 please?
Would like to know that as well, when yes, is it possible to make it accesable for moderators?
Try it and report back?
For moderators, I'd assume you could just replace all instances of
Code:
$mybb->usergroup['cancp'] != 1
|
with
Code:
!is_moderator($GLOBALS['fid'], "caneditposts")
|
It works fine for me, only the last post thing is wrong.