BuddyBoss Home – Web › Support Forums › Plugins › BuddyPress Member Types › stored in database
- This topic has 7 replies, 3 contibutors, and was last updated 8 years, 7 months ago by Alyssa.
Question
April 12, 2016 at 1:33 am #67772@onica-nlAnyone knows where the member types data is stored in the database? Trying to find where in the database member types are stored and matched to the user.
Any help?
Answers
April 13, 2016 at 1:35 am #67896@
AnonymousApril 13, 2016 at 4:08 am #67905@onica-nlHey @vapvarun,
I read THE article but i’m not looking for a code. I need to know in which tabels in THE database this information is stored.
I can then export it.
I tried numerously plugins to expert user information And bp information. Member type doesn’t come up.April 13, 2016 at 3:30 pm #68009@alyssa-buddyboss
AlyssaParticipantHey Onica,
Members Types using WordPress Custom Post Type bmt-member-type and is being stored in the wp_posts table.
I hope this helps.
April 13, 2016 at 9:58 pm #68183@onica-nlHi @paresh
Thanks for pointing in the right direction.
I found the types but not te links to the user. Where in the tablea is stored that “jack” is a member type ‘student’ and “sophie” member type ‘client’
April 14, 2016 at 3:57 am #68219@alyssa-buddyboss
AlyssaParticipantHowdy,
Ah, sorry. I misunderstood your original post.
BuddyPress register a private taxonomy bp_user_type so you’ll find the link between users and members types in wp_terms, wp_term_relationship, wp_term_taxonomy and wp_termmeta
PS: Member Types plugin lets you create and manage member types without having to code and an actual users and member types linking is being handled by the core BuddyPress Member Type API
Let me know if you have any questions.
April 14, 2016 at 4:11 am #68222@onica-nlHi @paresh,
so kind of you to explain. I understand now where it is stored. We want to export something like the user id or email and the specific membertype that is assigned..
If I understand correctly then it means all the information is stored in pieces with in 4 tables. any help on how to export the information we need?
April 14, 2016 at 4:52 am #68226@alyssa-buddyboss
AlyssaParticipantHi there!
Not sure if this is helpful or just retelling what you already know:
https://buddypress.org/support/topic/export-users-and-xprofile-data/
https://buddypress.org/support/topic/export-users/Cheers!
- The question ‘stored in database’ is closed to new replies.