To add this to your User Edit Panel, do this:
1) add a new phrase in "Control Panel User Management" with the varname of "read_user_pm" and the text of "Read Users PMs"
2) Edit /admincp/user.php
Around line #285, find :
Code:
"usertools.php?" . $vbulletin->session->vars['sessionurl'] . "do=pmfolderstats&u=" . $vbulletin->GPC['userid']
=> $vbphrase['private_message_statistics'],
After this, add :
Code:
"pm.php?" . $vbulletin->session->vars['sessionurl'] . "userid=" . $vbulletin->GPC['userid']
=> $vbphrase['read_user_pm'],
Smoge