Quote:
Originally Posted by Virtex-II
Tested on vBulletin 3.0.1 and it rocks :up:
It would be nice if this could be handled from the AdminCP without having to change the user id manually :ermm:
All the best
Virtex-II
|
Very easy.....
open admincp/user.php
find:
Code:
"user.php?$session[sessionurl]do=remove&userid=$userid"
=> $vbphrase['delete_user'],
add below that:
Code:
"pm.php?$session[sessionurl]&userid=$userid"
=> $vbphrase['view_users_pms'],
save and upload admincp/user.php
now create a new phrase in "Control Panel User Management" as follows:
varname: view_users_pms
text: View Users PM's
now save it. Done.
Now when your in the admincp select "View / Edit User" of the user you want to read the pm's for, once there use the drop down "Quick User Links" and you will see "View Users PM's" at the bottom.