Re: New User Actions for BP
That’s correct the $usermeta variable holds the submitted xprofile fields from the BP registration page.
eg. you could do this:
$usermeta['field_1'] = $fbuser['first_name']; // field_1 = "Name" on BP registration page
You’ll have to grab the correct field_x name for each xprofile meta you want to sync up with the FB auto plugin.
—
BP_VERSION might not be working because WP-FB-AutoConnect is probably loaded before BP, so WP-FB-AutoConnect (man that’s a mouthful!) doesn’t know that BP exists.