In order to be in compliance with COPPA we do require that people registering on our forums provide us with their birthdate. Is there a way to still require the birthdate information be provided, but have it *not* show up in the public user profile? I know that users can remove their *year* of birth so that doesn't show, but month and day are still showing.
Announcement
Collapse
No announcement yet.
Turn off birthdate displaying in User Profile ...
Collapse
X
-
Edit the template MEMBERINFO and remove the following:
Code:<if condition="$userinfo['birthday']"> <tr> <td> <strong>$vbphrase[birthday]</strong>:<br /> $userinfo[birthday] </td> </tr> </if> <if condition="$post['age']"> <tr> <td> <strong>$vbphrase[age]</strong>:<br /> $post[age] </td> </tr> </if>

Comment