Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • in reply to: kleo search ajax members not working #77056
     vcruz
    Participant

    the problem is in project/wp-content/plugins/buddypress/bp-core/classes/class-bp-user-query.php

    function: prepare_user_ids_query()

    code :

    // ‘per_page’, ‘page’ – handles LIMIT
    if ( !empty( $per_page ) && !empty( $page ) ) {
    //$sql[‘limit’] = $wpdb->prepare( “LIMIT %d, %d”, intval( ( $page – 1 ) * $per_page ), intval( $per_page ) );
    } else {
    $sql[‘limit’] = ”;
    }

    i comment $sql[‘limit’] because this line put a limit of query to ” LIMIT 0, -1 ” and return nothing…

    ¿ This a bug of KLEO ? ¿ Other users had the same problem ?

    in reply to: kleo search ajax members not working #77040
     vcruz
    Participant

    ok

    user: demo1
    pass: demo1XCqrsiGHdwR

    http://smart-community.es/wavee/wp-admin

    in reply to: kleo search ajax members not working #76970
     vcruz
    Participant

    hi Laura

    I ‘m trying to show users with ajax_searchform, like img5.png (original template).
    But my website does not show it correctly img4.png.

    Thanks, Carles.

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

Log in with your credentials

Forgot your details?