MyBB Community Forums

Full Version: 1 Hidden
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Some members' birthdays show up on the index page as "1 Hidden".  We respect that they are keeping their birthday private, but in these cases showing "1 Hidden" at the bottom of the index seems pointless. 

What can I do to prevent 1 Hidden from showing, while still displaying birthdays for other members? Thank you.
Open index.php

Find:
$bdays .= "{$hiddencount} {$lang->birthdayhidden}";

Replace with:
// $bdays .= "{$hiddencount} {$lang->birthdayhidden}";

You may wish to consider using the patches plugin so that you can easily reapply the change when you upgrade your version of MyBB. Smile
Thank you I'll apply that fix.