Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: New User Actions for BP


techguy
Participant

@crashutah

Thanks r-a-y. I was actually ok with them having to activate it, but I guess if they don’t agree to give their Facebook email there’s no sense. Plus, if they already verified with Facebook, we should be good to go.

However, should we still do something like this:

/* Multisite installs have their own install procedure */

if ( bp_core_is_multisite() ) {

wpmu_signup_user( $user_login, $user_email, $usermeta );

} else {

wp_insert_user($user_data) ;

}

Although, maybe that doesn’t matter so much once WPMU and WP are merged?

I also think it’s better to offer the code to the plugin developer instead of using his hook, no? Then, future BP users it will just work out of the box.

I’ll try out the x-profile field stuff. Is there any documentation anywhere on the x-profile fields? What’s required? What’s available, etc?

Skip to toolbar