bbPress

Simple, Fast, Elegant

bbPress support forums » Troubleshooting

WP and BB Integration of User Data/Member List

(2 posts)
  • Started 3 months ago by mattbaehr
  • Latest reply from Detective
  • This topic is not resolved
  1. mattbaehr
    Member

    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 months ago #
  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.

    Posted 3 months ago #

RSS feed for this topic

Reply

You must log in to post.

Code is Poetry.