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?
bbPress support forums » Troubleshooting
WP and BB Integration of User Data/Member List
(2 posts)-
Posted 3 months 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.
Posted 3 months ago #
Reply
You must log in to post.