jmarks0981

Results 5 comments of jmarks0981

I have BP Local Avatars, BP Registration Options, BuddyPress, BuddyPress Registration Widget Registration is handled by a ninja form, but that has been the case for awhile now. When I...

So, I've noticed that the _bprwg_is_moderated flag is being set to true twice on some users. I'm unsure where this is being set during the reg process. Is anyone able...

I think Ninja is doing their own user_register, but they wouldn't have any clue about the Registration Options piece, so it shouldn't call it as well, right? I could test...

So, I ended up adding a DISTINCT identifier in the SQL. function bp_registration_get_pending_users( $start_from = 0 ) { global $wpdb; $sql = " SELECT DISTINCT u.ID AS user_id FROM {$wpdb->users}...

I wouldn’t disagree, but everything I’ve seen shows that it does clean up both entries and sets only 1 to false. I feel like this is probably the best answer...