Skip to:
Content
Pages
Categories
Search
Top
Bottom

Broken Member list driven by buddy press profile field


  • bchdan
    Participant

    @bchdan

    WP 5.8.2
    Buddpress 9.1.1
    https://dme.childrenshospital.org

    I have a searchable/filterable list on a page that includes a subset of all registered site users. The list is generated by a custom plugin that loops through the Buddypress member profiles and looks for a value (the buddy press field is a custom field). If there is a value, the user is included in the list. The problem is that the list has been working in the past but now displays some but not all members that should be displayed. There is no discernible discrepancy between data for members that are and are not being displayed. And it’s not just new users that are not displaying. Any thoughts on how to attack this problem?

    For starters, this is the function being called to return all Buddypress members, does this look right?

    if ( (bp_ajax_querystring( ‘members’).’&type=alphabetical&per_page=1000′) ) {
    while (bp_members()) : bp_the_member();

  • You must be logged in to reply to this topic.
Skip to toolbar