Hello Everybody,
I was wondering whether anybody could help me.
I currently have a plugin which has the following line of code:
Code:
$userinfo['userid']=$vbulletin->userinfo['userid'];
What I am wanting to do is work out how I would do it on a members profile page, basically I want to know the ID for the members profile page I am looking at and then it will carry on through the code and show the relevant information for that user.
I have tried, as someone suggested the following but it did not work.
Code:
$userinfo['userid']=$vbulletin->memberinfo['userid'];
Any help would be much appreciated.
Thanks, Paul.