MyBB Community Forums

Full Version: Birthday
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi there,

I want to remove, the 2 options, in the usercp.

It's in the edit profile, and the Birthday profile field, I want to remove the option "Display only age" and the option "Display Age and Date of Birth" I only want the 'Hide Date of Birth and age" option there.

Also, how can you make it, so when they put there birthday, it saves, it doesn't allow them to re-edit it again?
Bump?
Bump.
Edit usercp.php in your forum root. Find and delete the following.

Quote:$bdayprivacysel .= "<option value=\"all\" selected=\"selected\">{$lang->birthdayprivacyall}</option>\n";

and
Quote:$bdayprivacysel .= "<option value=\"age\">{$lang->birthdayprivacyage}</option>";