@sbrajesh @boonebgorges @DJPaul
Could you believe it where do you think I found this problem? I had this code in wp-config.php
define ( ‘BP_REGISTER_SLUG’, ‘please-sign-up’ );
That code didn’t works for buddypress 1.5. Why is that it? The URL is supposed to change…
From http://www.site.com/blog/register/ TO http://www.site.com/blog/please-sign-up/
When I delete this “define ( ‘BP_REGISTER_SLUG’, ‘please-sign-up’ );” – the Username availability checker for your site plugin is working.
Whew!!!!!!!, Mikey3D