Forums

Join
bbPress Support ForumsPluginsGetting data from Word Press for the profile page

Info

Getting data from Word Press for the profile page

  1. So I have this bbPress install, integrated with Word Press, and I'd like to get a few items for the user while he/she views his/her profile. The issue is I don't know how to retrieve from the Word Press database and all the threads i've found on custom profile fields either have the ability to change that (not what I want) or don't even mention Word Press. Can anyone point me in a direction here? I need help on writing a function to append the Profile page and tips on how to grab data from WPDB in bbPress.

  2. You would need to query those from WordPress tables in the database. If you have deep integration, you can just use WordPress functions

  3. Here is the process for getting bbPress info to show in WordPress. You would use a similar process, in reverse, to show WordPress data in your bbPress installation.

    http://bbpress.org/forums/topic/heres-how-to-show-bbpress-info-inside-wordpress-without-full-integration

  4. You must log in to post.