Re: users’ email address
Temporary fix (REQUIRES CORE HACK).
Go to bb-admin/admin-functions.php and edit line 288 from:
function display( $show_search = true, $show_email = false ) {
to
function display( $show_search = true, $show_email = true ) {
That will get it showing the the admin area under users. There might be an easier way or a setting to change without this core hack, but the functionality was already built in.
Trent