Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

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

    Participant

    I’m trying also with `<?php if ( bp_has_members( array(
    ‘Torneo’ => ‘F.le’,
    ‘Sesso’ => ‘Donna’
    ) ) ) : ?>`

    I expect to get users with “F.le” and “Donna” values in the fields “Torneo” and “Sesso”, but actually I’m getting all the users :S

    @webmister76

    Participant

    bp-core-classes.php

    277 
    				if ( 'newest' == $type ) {
    					$sql['orderby'] = "ORDER BY u.user_id";
    					$sql['order'] = "DESC";
    
    
    				if ( 'newest' == $type ) {
    					$sql['orderby'] = "ORDER BY u.user_id";
    					$sql['order'] = "ASC";

    @webmister76

    Participant

    Wow… I didn’t see “type=newest” before now :S
    Thank you for help 🙂

    Now I only miss to display oldest first, and then newest.
    It looks like “order” is not an accepted parameter…

    @webmister76

    Participant

    Thank you for help 🙂

    @webmister76

    Participant

    hxxp://pallavoloromana.it/anadercategori/

    @webmister76

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