Topic: adding more years to calendar

i have a member born in 52, but the drop down menu in profile only goes to 58.

anyone know where i can change it?

thanks

2

Re: adding more years to calendar

in profile were its got

for($x=date("Y")-10; $x>date("Y")-50; $x--)

try changing the numbers a little

(not sure if it will work though, just a try)

Re: adding more years to calendar

excellent work, just increased the the -50.