There is no such thing as $bp->get_var
. Try using $wpdb->get_var
.
Or try this:
function validate_user_signup($result) {
global $wpdb;
$result = $wpdb->get_var("SELECT user_id FROM wp_bp_xprofile_data WHERE value="{$_POST["field_2']}'");
if( $result != NULL ){
$new_error = new WP_Error();
$new_error->add( 'field_2', __( 'Phone number is already in use.', 'buddypress' ) );
$result['errors'] = $new_error;
}
return $result;
}
add_filter('bp_core_validate_user_signup', 'validate_user_signup', 10, 1);
Related Posts:
- How to get a buddypress user profile link and a certain user profile field for the current post author?
- Ability to set character limit in BuddyPress?
- BuddyPress: hook to add new profile fields and groups
- Syncing BuddyPress and WordPress profile fields [closed]
- Buddypress Full documentation [closed]
- What problems can BuddyPress make? [closed]
- What’s the easiest way to change the default landing page for BuddyPress groups?
- Rename Buddypress Profile Tab
- How to re-enable admin bar with Buddypress active? (BP bar removed) [closed]
- Show buddypress notification in the frontend [closed]
- BuddyPress Xprofile check if user can view field [closed]
- Redirect after registration in BuddyPress [closed]
- Remove tabs from buddypress groups and members pages [closed]
- changing the signup button url in WPMU/Buddypress
- Buddypress profile pictures sync across WordPress Multisite Network
- Make Profile link, link to the BuddyPress profile instead of the WordPress dashboard? [closed]
- I’m trying to Add a new Buddypress menu tab and it is not showing up [closed]
- Conditional based on the User Role of the Current Profile the user is viewing – BuddyPress [closed]
- BuddyPress: What is the use of is_default_option field in wp_bp_xprofile_fields table? [closed]
- How do I find the bbpress forum ID for a forum in a buddypress group?
- How to get Viewing profile ID in buddypress? [closed]
- How to make a Discussion Group ”Sticky” in BuddyPress [closed]
- Can’t Find BBPress data in Database
- Buddypress register.php user redirect [closed]
- How to get user id which is done by buddypress [closed]
- BuddyBoss (BuddyPress / bbPress) moderation filters not doing anything
- How to add a count in a custom tab in a Buddypress group
- Show activities of defined BuddyPress groups [closed]
- How to edit buddypress templates? [closed]
- Add an extra field to BuddyPress activity form
- How to create a theme specific translation of buddypress? [closed]
- BuddyPress Toolbar
- how to remove mandatory required fields in buddypress registration [closed]
- Customizing the BuddyPress blog loop
- BuddyPress returning incorrect xprofile date [closed]
- Show Specific Buddypress Group Activity Stream in page template
- Buddypress dynamic profile field
- Is it possible to remove ‘group’ from slug for buddypress groups
- Using WordPress as an API [closed]
- Display message on homepage when new user account is activated
- Add excerpt and post thumbnail to Buddypress blog directory page [closed]
- How to create a customized logout URL in BuddyPress
- How to set up WordPress in the intranet?
- How can I display the total number of favorites for any particular buddypress activity stream post? [closed]
- Can I develop a social networking Site using WordPress and its Plugins? [closed]
- How to bring registration field to index page? [closed]
- BP Profile search results won’t link to user’s profile page [closed]
- Buddypress create custom tab on my profile and add on home page [closed]
- Integration of Cubepoints/Achievements
- BuddyPress/bbpress: There was an error when creating the topic
- How to get all logged in user id in buddypress [closed]
- bp_has_members with custom fields [closed]
- Display count of new members registered today [closed]
- security issue in wordpress?
- conditional activity page for buddypress [closed]
- BuddyPress user custom url structure , any one knows filter for bp_core_get_userlink [closed]
- Include Buddypress & bbPress styles/scripts conditionally [closed]
- Problems with redirecting a BuddyPress custom subnav item [closed]
- Buddypress – Add activity scope [closed]
- Buddypress get data from wp_bp_groups_members table [closed]
- How to: get_user_meta – BuddyPress [closed]
- Where do I edit the user profile with Buddypress? [closed]
- Buddypress Language Files Question [closed]
- how to remove header from registration page? [closed]
- how to find the current page is isngle activity page in buddypress? [closed]
- Noob Question – Buddypress Dynamic content on static page
- How do you remove the buddypress group avatar from the activity stream post? [closed]
- I’m trying to use the Group Extension API in BuddyPress but keep getting a fatal error [closed]
- Using wp-postratings to rate user on profile pages [closed]
- How to remove ( 0, 0 ) from forum page in bbpress [closed]
- Buddypress Group creation step reordering [closed]
- Is it possible to use WP_USER_QUERY to search by username using a wildcard? [closed]
- How to add a new variable to blog creation form?
- Random 404 errors using Buddypress
- WordPress Buddypress changes groups position
- How to filter members by xprofile field via BuddyPress REST API
- Redirecting non-logged in users trying to view Group pages but not the Group directory
- Add usermeta on Buddypress register
- Code correction – Hide a profile from visitors with a specific role
- Buddypress profile link on author blogroll page
- permalink for group type
- How to display profile fields with no data in BuddyPress profile view? [closed]
- Send a specific email in HTML and the rest in plain text
- Serve WordPress in root path of Apache
- How to add username in toolbar link?
- Buddypress registration page hangs [closed]
- Certain BuddyPress Member Profile Data Getting Hyperlinked [closed]
- Buddypress Adding a Nav item and Calling Custom Fields [closed]
- I used the Buddypress Message Compose to send a site wide email to all members wasnt sent tho [closed]
- Allowing users to add HTML to BP Groups Description how can I error check html of users? [closed]
- buddypress edit profile [closed]
- WordPress/BuddyPress plugin to allow users to create members-only posts [closed]
- BuddyPress Component Slug 404 [closed]
- Weird google bot crawl problem
- Add Sub Nav Menu Item to Buddy Press Menu [closed]
- Set maximum number of letters limit on xprofile fields [closed]
- Target “admins” with different styles on the front end [closed]
- Is There A List Of What Buddypress Template Files Go Where And What They’re To Be Renamed?
- How to disable buddypress top mini adminbar [closed]
- Remove user from group after X days buddypress