Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

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

  • rmessick
    Participant

    @rmessick

    Ok doing more testing if we deactivate “Activity Streams” in BuddyPress it stops calling this function on this page. Is there a way to keep this enabled but turn it off through remove actions on this page template?


    rmessick
    Participant

    @rmessick

    I do not have anything else but buddypress loaded to be calling this function. Is there a way to override this function to exit out without modify plugin code?

    wp-content/plugins/buddypress/bp-friends/bp-friends-functions.php

    // Bail out if the site has a ton of users.
    if ( is_multisite() && wp_is_large_network( ‘users’ ) ) {
    return;
    }

    Would like it to just be:
    // Bail out if the site has a ton of users.
    if ( wp_is_large_network( ‘users’ ) ) {
    return;
    }


    rmessick
    Participant

    @rmessick

    Thank you so much for your response. I installed the local avatars plugin and that has helped.(thanks for writing it).

    I am not sure why it is getting called on that page. Any idea where I should look to see why?

Viewing 3 replies - 1 through 3 (of 3 total)
Skip to toolbar