Also, when you install both hacks, you end up with added code from both in the same place in editpost.php... after
Code:
// get permissions info
%4$s permsgetter_ = 'edit post';
$forumperms = fetch_permissions($threadinfo['forumid']);
$foruminfo = fetch_foruminfo($threadinfo['forumid'], false);
// check if there is a forum password and if so, ensure the user has it set
verify_forum_password($foruminfo['forumid'], $foruminfo['password']);
and before
Code:
// ############################### start permissions checking ###############################
if ( %4$s REQUEST['do'] == 'deletepost')
{
Does it matter which hack code goes first in this spot?