Skip to:
Content
Pages
Categories
Search
Top
Bottom

Buddypress group


  • pascalmariamal
    Participant

    @pascalmariamal

    Hi there,
    It’s impossible to add a new member to a group in the wp-admin Buddypress groups.
    Am I the only one who had met this issue ?

    Thank you ?

Viewing 3 replies - 1 through 3 (of 3 total)

  • shanebp
    Moderator

    @shanebp

    If you are referring to BP 4.0, and the Fatal Error re add new members in wp-admin > Groups > Group > Edit, then you are correct.
    A bug report has been filed.


    webmasterfreya
    Participant

    @webmasterfreya

    In bp-groups-admin.php function bp_groups_admin_edit_metabox_add_new_members lacks is_multisite() &&

    wp_is_large_network is only loaded for multisites.

    function bp_groups_admin_edit_metabox_add_new_members( $item ) {
    	if (<strong> is_multisite() &&</strong> wp_is_large_network( 'users' ) ) {
    		$class  = '';
    		$notice = __( 'Enter a comma-separated list of user logins.', 'buddypress' );
    	} else {
    		$class  = 'bp-suggest-user';
    		$notice = '';
    	}

    pascalmariamal
    Participant

    @pascalmariamal

    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.
Skip to toolbar