Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Andrea Tarantini

    (@dontdream)

    Hi johansenit,

    I’m not aware of an official way to remove pagination from a Members directory, but you can try setting the page length to a suitably high number.

    Open buddypress/bp-templates/bp-legacy/buddypress/members/members-loop.php, locate the line:

    <?php if ( bp_has_members( bp_ajax_querystring( 'members' ) ) ) : ?>

    and replace it with:

    <?php if ( bp_has_members( bp_ajax_querystring( 'members' ). '&per_page=1000' ) ) : ?>

    For a more detailed explanation on custom directories, see my page:

    http://dontdream.it/bp-profile-search/custom-directories/

    Thread Starter johansenit

    (@johansenit)

    Works splendid!! Thanks! 🙂

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

The topic ‘show all members’ is closed to new replies.