Forums

Join
bbPress Support ForumsTroubleshootingHow to get WP usermeta data in bbpress?

Info

How to get WP usermeta data in bbpress?

  1. I currently have user data stored in the wordpress tables of my merged bbpress/wp site. Does anyone know how I can get that data in bbpress? Is there a function or a plugin? If not, would there be any problems if I did a MySQL query?

  2. This was a discussion of getting bbPress data in WordPress:
    http://bbpress.org/forums/topic/heres-how-to-show-bbpress-info-inside-wordpress-without-full-integration

    Here is a way to get the latest WordPress posts and use them in bbPress; I imagine you could just do something similar to get with wp_usermeta:
    http://bbpress.org/forums/topic/latest-wordpress-stories

  3. Thanks for the links. I was hoping there was a built-in BBpress function and it turns out there is one. I found bb_get_usermeta(), and everything worked great.

  4. You must log in to post.