MyBB Community Forums

Full Version: memberlist bug
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
in the memberlist when users have their email enable it doesnt show while when they hide the email button shows and when u click on it u get the reply user has chosen not to accept emails

too many bugs i think i will stick with rc 4 Sad
it should be fixed in mybb 1.0

but Here's the fix:

Open memberlist.php, find:




    if($users['hideemail'] != "yes")



Replace with:




    if($users['hideemail'] == "yes")


regards
yes right, no its not fixed in 1.00 it happens even here