This is huge for us, has anyone seen an example of this in the wild? Is there anyone solving this problem? @DJPaul, I’d like to take you up on that brainstorming offer. What is holding back post_text search? It appears that the scaffolding exists already in BB_Query class.
I’m also interested in turning off the registration process.
I saw this snippet (to be put into functions.php):
if ( bp_core_is_multisite() )
remove_action( ‘wp’, ‘bp_core_wpsignup_redirect’ );
else
remove_action( ‘init’, ‘bp_core_wpsignup_redirect’ );
from this thread:
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/sign-up-redirects-to-registration-which-goes-nowhere/
But its not working yet for me.