• This plugin is causing a number of conflicts with Buddypress friend requests including showing accepted friends under requests and not being to accept or reject friend requests. It also lists all members under requests.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Has anyone figured out a fix for this? Its a pretty major issue.

    Can anyone layout a fix yet?

    Hi, yes there is a fix but you need to modify the plugin pmppro-buddypress

    in /includes/directory.php

    change the line 37

    from : $query_array->query_vars['include'] = $pmpro_bp_members_in_directory;
    to : if (count ($query_array->query_vars['include']) == 0) $query_array->query_vars['include'] = array (0);

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Plugin conflicts with Buddypress friends’ is closed to new replies.