Lance Willett @lancewillett ?
active 1 month, 1 week agoWeb developer/designer living and working from an RV - I am *somewhere* in North America. See fautrever.com for my latest travel and RV adventures. I am a web craftsman specializing in client-side development (PHP, HTML, CSS, and JavaScript). I blog about web development at simpledream.net.
-
Lance Willett posted on the forum topic Sort by Role in the group How-To and Troubleshooting:
Why not just use a group for this? There isn’t a way to do this in BuddyPress without writing your own code to do it. You could use WP_User_Search to look up users, it is defined in
/wp-admin/includes/user.phpstarting near line 637. Here’s an example from http://www.clarksonenergyhomes.com/wordpress/2009/03/16/wp-get-users-by-role-function/ (found via Google). function get_users_with_role ( $role ) { [...] -
Lance Willett joined the group How-To and Troubleshooting