PDA

View Full Version : $user vs $userinfo in memberinfo


Xplorer4x4
14 Feb 2007, 17:58
I have tried to get $userinfo working for my hack http://www.vbulletin.org/forum/showthread.php?t=139332 (Skin view In Profile) but the only thing that seems to work is $user, did I do something wrong? Miss a variable? or is $user the proper variable in this case? :confused:

Marco van Herwaarden
15 Feb 2007, 09:57
Which one you need to use will depend on the script you are writing code for.

Xplorer4x4
16 Feb 2007, 02:58
http://www.vbulletin.org/forum/showthread.php?t=139332
So in this case $user is correct?

Redlinemotorsports
16 Feb 2007, 05:53
Yes

Xplorer4x4
18 Feb 2007, 02:48
Thanks Red.