Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
  • in reply to: Members Carousel options #138031
     leonid
    Participant

    i fix in my project in bp-functions.php (find lines by text “kleo_members_carousel” ):

    COPY CODE
                    if ( bp_has_members( bp_ajax_querystring( 'members' ). '&type='.$type.'&per_page='.$total ) ) :
                            while ( bp_members() ) : bp_the_member();
                                    $ava = bp_get_member_avatar('type='.$image_size.'&width='.$width.'&height='.$height.'&class=');
                                    if (!preg_match('/gravatar\.com/', $ava)) {
                                    $output .= '<li><a href="'. bp_get_member_permalink().'">'. $ava .
    //bp_get_member_avatar('type='.$image_size.'&width='.$width.'&height='.$height.'&class=').
    
    '</a></li>';
                                    }
                            endwhile;

    As result only with pics.

Viewing 1 post (of 1 total)

Log in with your credentials

Forgot your details?