Jump to content
  • 0

how to fix the birth date in my Flux


vans29

Question


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  55
  • Reputation:   0
  • Joined:  08/30/12
  • Last Seen:  

i can register cause of that Birthdate bug

 

 

check register here!

 

http://waferro.crow-games.com/?module=account&action=create

 

to know what my problem

 

 

help me please thanks in advance!

Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  7
  • Reputation:   1
  • Joined:  03/23/13
  • Last Seen:  

i've same problem here

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  5
  • Reputation:   0
  • Joined:  11/30/12
  • Last Seen:  

Go to flux\themes\default\account\create.php

 

Search for this part:

 

<strong title="<?php echo htmlspecialchars(Flux::message('AccountCreateGenderInfo')) ?>">?</strong>
				</p>
			</td>
		</tr>

Insert this part after it.

 

		<tr>
			<th><label><?php echo htmlspecialchars(Flux::message('AccountBirthdateLabel')) ?></label></th>
			<td><?php echo $this->dateField('birthdate',null,0) ?></td>
		</tr>

Save file.

 

Refresh browser

Link to comment
Share on other sites

×
×
  • Create New...