PDA

View Full Version : can i use $bbuserinfo[fieldx] in a plugin?


Stickers
08-25-2007, 05:03 PM
Hi all,

just a question, can i use this in a plugin?
if ($bbuserinfo[fieldx])
{
}

Cheerz ;)

Kirk Y
08-25-2007, 05:42 PM
Use $vbulletin->userinfo instead of $bbuserinfo.

Stickers
08-25-2007, 06:34 PM
thanks Kirk Y ;)

Antivirus
08-25-2007, 06:39 PM
$bbuserinfo is more often used in templates than in scripts