Code:
if (in_array($bbuserinfo['usergroupid'], array(5, 6))) {
Installed the hack on 2.3.0, but had a little problem with the line above. You should remove the space between the "5," and the "6" so that it will work correctly. That was the only problem I had. Should read as the following:
Code:
if (in_array($bbuserinfo['usergroupid'], array(5,6))) {
Thanks for a great new feature, TECK!
[EDIT: When trying to edit a post, I got an SQL error, so I removed the edit to the editpost.php file, and everything works smoothly now. Not sure what was being done on editpost.php, but the code obviously isn't required to delete posts...

]
-y2k-