pb-dbcustom/registration/register.phpを修正します。
<?php while ( bp_profile_fields() ) : bp_the_profile_field(); ?>
を検索して、その直後に以下を挿入します。
<?php if ( bp_get_the_profile_field_is_required() ) : ?>
次に
<?php endwhile; ?> <input type="hidden" name="signup_profile_field_ids" id="signup_profile_field_ids" value="<?php bp_the_profile_group_field_ids(); ?>" />
を検索して、直前に以下を挿入します。
<?php endif; ?>