Legendary Posted September 11, 2013 Group: Members Topic Count: 19 Topics Per Day: 0.00 Content Count: 46 Reputation: 0 Joined: 09/07/13 Last Seen: January 5, 2014 Share Posted September 11, 2013 How to disable birthdate when you register? Link to comment Share on other sites More sharing options...
0 rmon Posted July 19, 2020 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 97 Reputation: 2 Joined: 04/27/16 Last Seen: 53 minutes ago Share Posted July 19, 2020 (edited) @Sanasol Thanks Edited July 20, 2020 by rmon Link to comment Share on other sites More sharing options...
Sanasol Posted September 11, 2013 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 185 Reputation: 53 Joined: 01/04/12 Last Seen: February 28 Share Posted September 11, 2013 Which CP? Link to comment Share on other sites More sharing options...
Legendary Posted September 11, 2013 Group: Members Topic Count: 19 Topics Per Day: 0.00 Content Count: 46 Reputation: 0 Joined: 09/07/13 Last Seen: January 5, 2014 Author Share Posted September 11, 2013 FLux Sir Link to comment Share on other sites More sharing options...
Sanasol Posted September 11, 2013 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 185 Reputation: 53 Joined: 01/04/12 Last Seen: February 28 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 Link to comment Share on other sites More sharing options...
hikashin-rae Posted September 1, 2014 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 213 Reputation: 24 Joined: 01/14/13 Last Seen: 3 hours ago 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 Link to comment Share on other sites More sharing options...
Question
Legendary
How to disable birthdate when you register?
Link to comment
Share on other sites
5 answers to this question
Recommended Posts