Info
- 2 posts
- 2 voices
- Started 3 years ago by mattbaehr
- Latest reply from Detective
- This topic is not resolved
WP and BB Integration of User Data/Member List
-
- Posted 3 years ago #
I have a WP/BB intergrated site, working fine. However, I want to do a member list display. There are plugins for both WP and BB, but the data collected for registration on BB and WP is different. How can I sync up what data is collected and then displayed on one of the plugins?
-
- Posted 3 years ago #
Both bb and WP store data in wp_users and wp_usermeta, so when you do bb_get_user or get_user you get basically the same object.
I have a memberlist using my plugin, Aleph. The list is here: http://www.ryuuko.cl/busqueda/gente/
As you can see, i display a location field, which is filled in bbPress profile form.
-
You must log in to post.