Log in

View Full Version : Read PM's Trouble


SnowBot
11-03-2005, 07:24 PM
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

"pm.php?userid=$userid"
=> $vbphrase['view_user_pm'],

But all i get when i add that is this when clicking the link


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 :)

Renee
11-06-2005, 07:16 PM
Try this ;)

"pm.php?userid=". $vbulletin->GPC['userid']

=> $vbphrase['view_user_pm'],

TOZ
11-19-2005, 02:24 PM
Can anyone tell me how to make the text appear on the pull down menu that suppose to say View users PM. Everything works it just appears blank.
I know you can edit this, but where exactly is it ??


now create a new phrase in "Control Panel User Management" as follows:
varname: view_users_pms
text: View Users PM's

Marco van Herwaarden
11-19-2005, 04:24 PM
Please ask support in the thread of the hack your installing.