Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: How to use full name, first name + last name


peterverkooijen
Participant

@peterverkooijen

Now, there is a function in bp-xprofile-filters.php called xprofile_sync_wp_profile() that will take the datum from the “Full Name” field and split it into a pseudo firstname and lastname and then insert that as meta data into the wp_usermeta table, but it can only do that if a user actually edits their fullname field to include a more than one-word name. So if a user does not edit that field, there will not be any fname/lname wp_usermeta entries for that user.

So this synchronization only happens when users edit their profile after registration? Would it be possible to require the user to enter a more than one-word name in the fullname field and guarantee that synchronization with wp_usermeta always takes place on registration?

Or would it be easier to use the full name field for first name and add a custom field for last name?

(Please forget about the username issue. I’ll put that in a separate thread…)

Skip to toolbar