Quote:
Originally Posted by FRDS
have you tried editing the registration templates?
|
Well, I had a look at it before. But had a better one just know and found a (very simple) solution.
When you are using COPPA, add the following in the register template somewhere within the form (for example with the other hidden fields on top of the form):
Code:
<input type="hidden" name="showbirthday" value="1" />
You might need to modify the value to suit your needs. (1 = Display only age)
If you don't use COPPA, you'll have to modify the modifyprofile_birthday template as described in another post on this forum.