Log in

View Full Version : Users Age


xXLeighXx2008
08-26-2008, 05:40 PM
How do you display a users age on their profile?

I've tried $userinfo[age] and $post[age]

Princeton
08-26-2008, 06:55 PM
it should already be displaying

make sure you have the option to display Date of Birth in Edit Your Details (profile.php?do=editprofile)

xXLeighXx2008
08-26-2008, 06:58 PM
Its for a custom profile design.
I just need to know what code to put in to pull the age.

Marco van Herwaarden
08-27-2008, 07:06 AM
The same as in the default templates.

xXLeighXx2008
08-27-2008, 10:04 PM
In the default style, it says:

$prepared['age']

Which caused a conditional error, so I put

$prepared[age]

Which got me past the error.

BUT the age still won't display. Can anyone give me the code?