BuddyDev

Search

[Resolved] Less members in random order on bp members loop

  • Participant
    Level: Initiated
    Posts: 18
    Josh on #55643

    Does anybody know why I am getting 15 members at the alphabetical members loop filter and just 6 with the random?
    I followed this instruction here:
    https://codex.buddypress.org/plugindev/add-custom-filters-to-loops-and-enjoy-them-within-your-plugin/
    and implemented the plugin. Now it shows the random at the dropdown. But when I click on it, not all members are shown.
    I switched off child theme and all other plugins, use twenty theme with no result.

    Doesn’t random mean, take ALL members and just display them in a random order instead of alphabetical?

    What limits the members in random order? Thanks for any help!

  • Participant
    Level: Initiated
    Posts: 18
    Josh on #55645

    I found out whats up by myself. Each user must be once logged in before beeing on the random list. No docs about, poor.

  • Keymaster
    (BuddyDev Team)
    Posts: 25068
    Brajesh Singh on #55647

    Hi Josh,
    The users need to have a last activity time set in order to appear in members directory. That’s why this happened.

    Regards
    Brajesh

You must be logged in to reply to this topic.

This topic is: resolved