Jump to content
  • 0

Fluxcp Register Problem : Birthdate field must not be empty, Format for Birthdate is YYYY-MM-DD


Question

Posted (edited)

as stated above i have problem with resgitering with new accounts, all was fine with default theme,

but once i change it to this theme : http://rathena.org/board/files/file/3066-medieval-theme-for-fluxcp-by-mardesigns/

 

i cant register anyone have this issue sloved ? please share with me or guide me ?

 

you may test it here : http://www.rhro.nickyzai.com/cp/?module=account&action=create

 

I did try this http://rathena.org/board/topic/58932-flux-cp-birthdate-field-in-register-page/?p=85856 yesterday and it dint work

Edited by dolphincute

4 answers to this question

Recommended Posts

Posted (edited)

hmm, it is the renewal one. (we are giving the exactly same link)

 

This?

http://rathena.org/board/topic/65311-flux-cp-errorregistration-error/#entry112144

 

not sure if his problem was the same

Ok problem solve thanks to Dastgir from Hercules

method :

 

look for this :

 

<td>

<?php echo $this->dateField('birth_date',null,0) ?></td>

 </tr>

 

and change to this :

 

 

<td>

<?php echo $this->dateField('birth',null,0) ?></td>

</tr>

Edited by dolphincute
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...