Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • @masterashim

    Participant

    I disabled All Activity from buddypress and everythning changed back to normal

    @masterashim

    Participant

    @shanebp

    any solution?

    @masterashim

    Participant

    i inserted this code, and nothing showsup on the frontend expert block

     <?php
    $experts =  get_users( 'fields=ID&role=expert' );
    $args = array( 
       'include'  => $experts,
       'per_page' => 500  // the number of members that you have
    );
    
    if ( bp_has_members( bp_ajax_querystring( 'members' ) . '&per_page=500&include=' . $experts ) ) :
       while ( bp_members() ) : bp_the_member();
    ?>

    @masterashim

    Participant

    replaced the code, and its same

    @masterashim

    Participant

    tried switching everything, didn’t work

    http://31.216.48.18/~farmcom/

    @masterashim

    Participant

    @shanebp , thanks .. just tried, and gives the same result.

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