Jump to content

Problem Birthday Dropdown list years


Recommended Posts

I have a problem in My Account/ My personal info.
The dropdown list witch displayed the year stop at 1999 !
I have tried to find a solution in tpl and php IDENTITY files... but nothing seem bad ?
How can i repair this problem ?
Thank to help me...

8205_laCjCR98FDoKq7NAlbVp_t

Link to comment
Share on other sites

  • 3 months later...

HI, Para modificar los años que aparecen en el registro , se encuentran en classes/Tools.php en:

static public function dateYears()
{
for ($i = date('Y') - 5; $i >= 1900; $i--)
$tab[] = $i;
return $tab;
}

se frena en 1999 porque cuenta -10 años apartir de el actual en este caso 2009(eso creo), yo coloque -5 y ya me aparece apartir de 2004, Saludos espero le sirva a alguien.

Link to comment
Share on other sites

  • 1 year later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...