You can get this to work for your super moderators as well. Here is how you do it. After installing it on the board, you edit the file softdeladmin.php. Find the following and delete it:
Quote:
// ######################## CHECK ADMIN PERMISSIONS #######################
if (!can_administer('canadminthreads'))
{
print_cp_no_permission();
}
|
Then save the file and upload it into the forum/modcp directory.