Forums

Join
bbPress Support ForumsTroubleshootingWP and BB Integration of User Data/Member List

Info

WP and BB Integration of User Data/Member List

  1. 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?

  2. 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.

  3. You must log in to post.