No idea. It was built and only tested against BP-Default. I’ll take a look next time I add a feature to BP Labs, but I don’t think that will be anytime soon.
I did a little more investigation by switching to the default theme and deactivating all of my plugins. I narrowed it down to a conflict with my s2member plugin.
That plugin is used to create a membership site. Not sure what the conflict is, but when you work the next update if you could look into that it would be much appreciated.
Hmm – i’ve never figured out how I set up S2Member so recreating te problem locally could be gun, but I’ll definitely give it a go. Thanks for finding the cause
I am having the EXACT same problem, and I think it has to do with s2member as well. Thank you for the plugin though Paul. I’m going to be looking for a solution to this as well.
I also have this problem! Have you guys found a fix yet?
First of all, great plugin. Thank you!!
I have the same problem with both BP Labs and s2member enabled.
My testing indicates that this is related to WP bug #17582: http://core.trac.wordpress.org/ticket/17582
Note that my testing involved adding ‘DISTINCT’ to the query string in wp-includesuser.php (function WP_User_Query, subfunction query)
While this is not much of a solution, this testing ‘solved’ the issue so I’m posting it here in case it helps others debug a true solution. Note that this change appears to eliminates some results when s2member is disabled and I have not yet tested enough to determine if there are other unexpected issues in other areas of WP/BP as a result of this change.