• Resolved damianhagger

    (@damianhagger)


    Hi – I’ve set up BP Simple Private on my BuddyBoss site. I’ve unchecked “Member Profile Pages” in the “Select which?BuddyPress?sections are NOT viewable by non-logged-in users” section, however the member pages keep getting redirected to the homepage for non logged in members. How can I fix the issue? Thanks!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author shanebp

    (@shanebp)

    Thanks for the report. For BuddyBoss, you’ll need to make a small edit.

    Open this file: …wp-content\plugins\bp-simple-private\inc\pp-private-front.php

    Comment out Line 43. So it should look like this:

    if ( in_array( $bp_unfiltered_uri[0], $pp_private_components ) ) {
    //	bp_core_redirect( $redirect_url );
    }

    We will release an update when we get a spare moment.

    Thread Starter damianhagger

    (@damianhagger)

    That did the trick – thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Member Profiles Redirecting’ is closed to new replies.