Field mapping and username
-
Can this app support more fields for mapping to BuddyPress (ie. current city, state, country)?
Is it just a matter of changing the fields array?
var $fields = array( 'id' => '', 'email' =>'', 'first_name' =>'', 'gender' =>'', 'last_name' =>'', 'link' =>'', 'locale' =>'', 'name' =>'', 'timezome' =>'', 'updated_time' =>'', 'verified' => '', );
Also, I’d like the user name to be more than just the first name (.ie john_doe instead of just @john). How could I do that?
Thank you for your work on this.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Field mapping and username’ is closed to new replies.