Quote:
Originally Posted by Webmist
Try:
$bbuserinfo[username], $bbuserinfo[fieldxx]
|
Naw that just returns the field of the user that is logged in....
But I've made some progress! If I replace username with say field14 in this part of the plugin:
Code:
if ($_REQUEST['ea'] == "attend")
{
if ($vbulletin->userinfo[userid])
{
$roll[$vbulletin->userinfo['userid']] = $vbulletin->userinfo['username'];
}
else
Then it returns the field14 info (but not the username of course)...trouble is, I can't get it to pass both the field14 info AND the username info ;(
How do I get both variables to show up!?!?!