Place the following code in your theme’s functions.php file:
add_filter( 'bp_core_enable_root_profiles', '__return_true' );
I hope this helps.
Related Posts:
- Change the Author Slug from Username to Nickname
- Change the author slug from nickname to ID
- BuddyPress | Check if user is in current group [closed]
- Redirect after User Activation [closed]
- Buddypress – Send New User Activation Link to Admin [closed]
- Changing default Buddypress avatar affects all site avatars (because gravatar)
- how to make a profile entry read only except for site managers [closed]
- Forcing WordPress to work differently
- Getting author page slug from get_users() or get_userdata() functions
- How to display text if profile fields are not filled?
- redirect user to their profile after log in
- wp_delete_user – huge overhead in Buddypress?
- Set user role on registration so can upload file to own media library area
- Does WordPress Need BuddyPress to Handle Large Amounts of Users?
- Buddypress – New user type with no profile and can’t interact but can be admin of a group
- List users by last name in WP_User_Query
- Email user when password is reset by admin
- How to work around “that email address has already been used” error?
- How can I run a WP-CLI command as authenticated user?
- How to redirect a specific user after log-in?
- How to Prevent deleting user accounts in WordPress Back-end?
- LEFT JOIN, INNER OUTER JOIN, LEFT OUTER JOIN is driving me crazy. Please help?
- Recover the user that have been deleted
- Adding a photo to each WP user
- WordPress edit_user_profile_update update secondary role
- Check if user is online?
- How to check that if current user (ID) has posts or not
- How to get the Role Name of the current user? (WordPress)
- how to get recent registered author id?
- Is it possible to duplicate users on a new WordPress install?
- Why don’t first_name and last_name appear when you print_r the WP_User object?
- How to use search_columns in WP_User_Query?
- WordPress to use Drupal users’ credentials
- List User Comments on User Profile BuddyPress [closed]
- How do I list in the backend all users that were assigned to a custom role?
- Send Email to Users after Deleting Account
- How to add local users to wordpress without email password?
- WP User Query fails when searching meta queries and search columns
- Call to undefined function wp_insert_user()
- Suddenly all emails in User have [email protected]
- *wpupdateuser* user_login in my WordPress database
- Changing a username
- Change the user_login at registration
- How to add a user profile page to frontend?
- Error: How to allow the “contributor” to upload media in wordpress
- Delete users from multisite after they have not logged in for a set amount of time?
- Where is the information about the authors for articles stored?
- Restrict access of admin uploads to certain logged-in users?
- how to know when the user is in specific part of the website and when he leaves that part and display the data in the admin dashboard
- Find user by nicename and open profile
- get_user_meta an ID for multiple functions
- Custom default filtering in the user admin panel disables the other sortable columns
- Register user when after filling contact form
- Is possible to allow user to login with different role?
- Creating user without username and password
- Is this code true or not
- Check for valid email after user inactivity?
- How do I let contributors edit their posts after being approved once?
- Custom Comment Notifications Fire on each Page Load
- Allow unfiltered HTML for not logged in users when saving a post
- How to check User Role and redirect to specific page according to Role when login in WordPress?
- Users – remove ‘send password’ checkbox
- Send email to all registered users [closed]
- How to get users by specific ID’s WordPress
- how to set default update_user_meta values wordpress
- Fix ‘Add Role’ Option not there in wordpress 5.2.2
- Didn’t get array of users like in delete action WPList table in users tab
- Cannot Update user meta in custom field
- How to programmatically read the plan text password when user register?
- Get user id after save post
- Redirect user to login if not logged in, on specific pages
- Make new users automatically approved
- Adding fields to the “Add New User” but the form data not saved into DB
- How would I restrict certain user levels from editing categories
- How can I set wp_dropdown_users so that it shows only authors?
- What does “link” refer to when you delete a user?
- set automatically email address for WordPress users
- Restricting wordpress login sessions for a web app
- change user password REST API
- Use WP cookie to authentificate user on an external app
- Find count of WordPress users by role and search string for user name
- Append USER ID to an outbound link?
- How do I add profile fields in specific section?
- fine-grained capabilities for user related capabilities
- Users activity history
- How to destroy all user sessions via WP-CLI
- Is a list of user names or IDs in a custom profile field the best way to create a followers list?
- Custom User Role: Can Edit Own Page, Cannot Create New
- How to restrict Admin from creating new users from Add new user screen in dashboard to only of one domain?
- Edit dashboard based on user ID
- is_user_logged_in() not working after domain change
- Designing a member area on my site
- Link to Authors blog posts
- view and update form only for registered users
- Redirect based on log-in status per JavaScript
- i need to let a user to add a role from a frontend form
- Create users from frontend without password
- How to get user contact info
- How to allow users to make quizzes or tests in WordPress?
- Can we get user profile page using user_id in the URL?