I was wondering if anyone can help, i am having trouble with something. I am trying to a the option to the dropdown menu in admincp like where your login as user is but for the read pm.
The code for 3.0.x was this
admincp/user.php
Add
PHP Code:
"pm.php?userid=$userid"
=> $vbphrase['view_user_pm'],
But all i get when i add that is this when clicking the link
Quote:
No valid userid specified
Add ?userid=x to the end of the URL
(where x is an Existing user)
|
The pm.php file is located in /forum/admincp/pm.php
Thanks
Anyone can help?
Help pleae