2013-07-07, 07:45 PM
2013-07-07, 10:03 PM
1. In usercp_profile template change:
2. Run a query on your database: http://community.mybb.com/thread-44380.html / http://community.mybb.com/thread-4720.html
Your query is:
<select name="birthdayprivacy">
{$bdayprivacysel}
</select>
to:<input type="hidden" name="birthdayprivacy" value="all" />
That will hide the option from visitors, however won't make it default for users who have changed it already, so need to do step 2.2. Run a query on your database: http://community.mybb.com/thread-44380.html / http://community.mybb.com/thread-4720.html
Your query is:
UPDATE `mybb_users` SET `birthdayprivacy` = 'all'