Legendary Posted September 11, 2013 Share Posted September 11, 2013 How to disable birthdate when you register? Quote Link to comment Share on other sites More sharing options...
0 rmon Posted July 19, 2020 Share Posted July 19, 2020 (edited) @Sanasol Thanks Edited July 20, 2020 by rmon Quote Link to comment Share on other sites More sharing options...
Sanasol Posted September 11, 2013 Share Posted September 11, 2013 Which CP? Quote Link to comment Share on other sites More sharing options...
Legendary Posted September 11, 2013 Author Share Posted September 11, 2013 FLux Sir Quote Link to comment Share on other sites More sharing options...
Sanasol Posted September 11, 2013 Share Posted September 11, 2013 \fluxcp\themes\default\account\create.phpremove 75-78 lines <tr> <th><label><?php echo htmlspecialchars(Flux::message('AccountBirthdateLabel')) ?></label></th> <td><?php echo $this->dateField('birthdate',null,0) ?></td> </tr> \fluxcp\modules\account\create.php find $birthdate = $params->get('birthdate_date'); change to $birthdate = date("Y-m-d"); and birthdate will be register date Quote Link to comment Share on other sites More sharing options...
Cookie-rae Posted September 1, 2014 Share Posted September 1, 2014 \fluxcp\themes\default\account\create.php remove 75-78 lines <tr> <th><label><?php echo htmlspecialchars(Flux::message('AccountBirthdateLabel')) ?></label></th> <td><?php echo $this->dateField('birthdate',null,0) ?></td> </tr> \fluxcp\modules\account\create.php find $birthdate = $params->get('birthdate_date'); change to $birthdate = date("Y-m-d"); and birthdate will be register date Thanks its work at mine Quote Link to comment Share on other sites More sharing options...
How to disable birthdate when you register?
Link to comment
Share on other sites