For some of you who might be getting a blank page when people in the groups other than admin try to access mail.php, just open mail.php and edit the groups in this line with the groups you want to have access

(6):
PHP Code:
if ($bbuserinfo[usergroupid]==2 or $bbuserinfo[usergroupid]==5 or $bbuserinfo[usergroupid]==6 or $bbuserinfo[usergroupid]==7 or $bbuserinfo[usergroupid]==8) {
- Adrian