@webmister76
5 years, 7 months ago
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
9 years, 7 months ago
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";
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…
Thank you for help 🙂
hxxp://pallavoloromana.it/anadercategori/
https://buddypress.org/support/topic/users-not-showing-in-bp_members-loop-after-manual-activation/