Support » Plugin: Registration Options for BuddyPress » [Plugin: BuddyPress Registration Options] How to fix it for BuddyPress 1.5

  • Resolved rslayer

    (@rslayer)


    BP Registration Options is completely broken when upgrading to BuddyPress 1.5. He’s how to fix it:

    Open “bp-registration-options.php” in your favorite editor.

    On line 6:
    replace if ( !is_site_admin() )
    by if ( !is_super_admin() )

    On line 675 and 1592:
    replace $is_bp_dir = $bp->root_components;
    by $is_bp_dir = array_keys($bp->active_components);

    That should do the trick.

    http://wordpress.org/extend/plugins/bp-registration-options/

Viewing 2 replies - 16 through 17 (of 17 total)
Viewing 2 replies - 16 through 17 (of 17 total)
  • The topic ‘[Plugin: BuddyPress Registration Options] How to fix it for BuddyPress 1.5’ is closed to new replies.