How to change sign up year |
| |||
I would like to limit my site to only those 18 or older. So I would only like to have people born before 1992 only to sign up. How to I date out the year after 1992? ... i.e. I would like to take out 1993, 1994 all the way to 2002. Also, I would like to change the Gender from Male and Female to Single and Couple. Thanks in advance, Glen
|
| |||
hi open /modules/member/member.php around line 448 you will find this [code] modify as your needs
|
| |||
Adil, Thanks for your reply, but I'm not a programmer. If I wanted to limit it to someone born after July 1992, how do I do that in the code below? Can you modify and give me an example? Thanks, Glen <select name="birthyear" class="fpost">
|
| |||
OK, I figured it out... I made these changes and it works. Code <select name="birthyear" class="fpost">
|