Support is monitored from Monday to Saturday in office hours from the GMT timezone. Our response time can be up to 2 business days.

Notice: We do not accept any customization. Please Read Envato Support Policy. But we still can help with little snippets if that's possible!

Okay
  Print

Remove "/members" on User URL (Permalink)

How can I change users permalinks from "site.com/members/username"  TO "site.com/username"

Please use this snippet code

define ( 'BP_ENABLE_ROOT_PROFILES', true );
add_filter( 'bp_core_enable_root_profiles', '__return_true' );

Put it on bp-custom.php file on wp-content/plugins folder. If you dont have it yet, please create one.