MyBB Hacks

Full Version: Is Admin Post Edit Broken in 1.4.13 ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
You can change the user, not username to anything arbitrary (unless you make it a guest post).
I floowed all insrtuction in this thread: I Installed http://mybbhacks.zingaburga.com/attachment.php?aid=117
Did this edit:
http://mybbhacks.zingaburga.com/showthre...http://mybbhacks.zingaburga.com/showthread.php?tid=331&pid=19
When editing a post, The field are correctlly checked and filled with time, post's user and ip
I delete original post's user then I put the new username
However, nothing happened!! The post is still under original post's user
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.
Pages: 1 2
Reference URL's