This topic has 1 reply, 2 voices, and was last updated 10 years by sharmstr.

  • Author
  • #33477
     iPatx
    Participant

    Hi,

    I have a matter with the masonry members directory page which shows pending user profile (never logged).

    Is there an option to avoid that ?

    Thanks

    #33479
     sharmstr
    Moderator

    By default, the members masonry should have the filter set to “Last Active” which will not display pending members since they have no ‘activity’ yet. If you switch that filter to Alphabetical, they will show up.

    The members masonry only stylizes the buddypress member loop. So, if you want to filter out pending users no matter what filter is selected, you’ll have to modify the buddypress query. You should ask this question over on the Buddypress support forum.

    Or you might be able to add a conditional check within the members loop in /kleo/buddypress/members-loop.php to check for activity before outputting the member.

    COPY CODE
    
    
    <?php if (bp_member_last_active() != '') { ?>
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

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

The forum ‘KLEO’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?