Log in

View Full Version : A few questions


bharvey42
02-07-2003, 11:33 PM
1. The user # variable is $userinfo[userid] right?

2. is there a user variable for last login?

3. How can I customize the display of the custom fields when I throw them in a layout and access them like $customfields
it throws off my table.

4. Better yet is there a way to display certain custom fields seperate?

I am sure there is I had them listed before but am not sure where I backed up the info.

Thanks

Tigga
02-08-2003, 02:20 AM
1. $bbuserinfo[userid]

2 $bbuserinfo[lastvisit] (but you'll want to use the vbdate function since just using just that variable will give you the php time format)

3. Not sure exactly what you mean...

4. $bbuserinfo[fieldX] (replace X with the field id) will display the info from custom profile fields. Having them not show with the rest of the custom fields would require changing that query in the member.php file.

bharvey42
02-08-2003, 07:29 PM
Thanks,

I meant is there display handled by templates?

bharvey42
02-08-2003, 09:21 PM
is there another way to call the birthday?