If you want admins to see all private messages, just replace the modification to add in the admin/functions.php by
PHP Code:
// FUNCTION TO VERIFY USERGROUP BY GROGINOU
$usergroupaffich = explode(",",$post[secret2]);
$nb=-1;
while (list($key, $val)=each($usergroupaffich)) {
$nb=$nb+1;
if ($bbuserinfo[usergroupid]==$val)
{
$messaffich = explode("|||",$post[secret]);
$messaffich[$nb]=bbcodeparse($messaffich[$nb]);
$secretaffich="<center><table border=1><tr><td align=center><center><smallfont><b><font color=red>Only the members of your
usergroup can see this: <br></font></b>$messaffich[$nb]</smallfont></center></td></tr></table></center>";
}
else if ($bbuserinfo[usergroupid]==6 && $post[secret2]!='')
{
$messaffich = explode("|||",$post[secret]);
$messaffich[0]=bbcodeparse($messaffich[0]);
$messaffich[1]=bbcodeparse($messaffich[1]);
$messaffich[2]=bbcodeparse($messaffich[2]);
if ($usergroupaffich[0]==6) $usergroupaffich[0]="Admins : $messaffich[0]<br>";
if ($usergroupaffich[1]==5) $usergroupaffich[1]="Co-Admins : $messaffich[1]<br>";
if ($usergroupaffich[2]==7) $usergroupaffich[2]="Mods : $messaffich[2]<br>";
if ($usergroupaffich[0]==5) $usergroupaffich[0]="Co-Admins : $messaffich[0]<br>";
if ($usergroupaffich[1]==7) $usergroupaffich[1]="Mods : $messaffich[1]<br>";
if ($usergroupaffich[0]==7) $usergroupaffich[0]="Mods : $messaffich[0]<br>";
$secretaffich="<center><table border=1><tr><td align=center><center><smallfont><b><font
color=green>$usergroupaffich[0]$usergroupaffich[1]$usergroupaffich[2]</smallfont></center></td></tr></table></center>";}
}
Hellsatan will post SC soon

Thx to him :banana: