Quote:
Originally Posted by |oR|Greg
What about something like this?
Code:
if ($_REQUEST['ea'] == "attend")
{
if ($vbulletin->userinfo[userid])
{
$roll[$vbulletin->userinfo['field14']] = $vbulletin->userinfo['field14'];
$roll[$vbulletin->userinfo['field15']] = $vbulletin->userinfo['field15'];
$roll[$vbulletin->userinfo['userid']] = $vbulletin->userinfo['username'];
}
else
|
Hmmmm, this lists the custom profile fields as if they were usernames (stacked in the same column as the username), how can I get the fields to display next to the username?
Also, when you enroll, it adds the profile fields, but when you say you will no longer be attending the event, it removes only the username, the profile fields are left behind...
Thanks for your efforts!