@parabolart
16 years, 7 months ago
in functions.php find function get_profile_admin_keys() {, and move $bb_table_prefix . 'title' => array(0, __('User Title')) from that function’s array to function get_profile_info_keys()
function get_profile_admin_keys() {
$bb_table_prefix . 'title' => array(0, __('User Title'))
function get_profile_info_keys()