Quote:
Originally Posted by nhawk
Try the actual userid number. ie: subid=1
It's carried in..
Code:
$vbulletin->userinfo['userid']
|
How do I pass that as part of the URL?
This is just a link that I'll be putting into a thread/post. Can I access $vbulletin->userinfo['userid'] from within a thread post?
Basically, I'll be starting a new thread that explains the 3rd part script, then says
Please
Click Here to launch the script.
How do I get the current user's userid in the <userid> part of that link?