I have installed BBPress in my Buddypress Based Wordpress Site. And i m unable to find any table of bbpress which contains data from the forum in my database.
Where can i find it?
I have installed BBPress in my Buddypress Based Wordpress Site. And i m unable to find any table of bbpress which contains data from the forum in my database.
Where can i find it?
Share Improve this question asked Jul 19, 2012 at 11:29 Nasir ZiaNasir Zia 3031 gold badge2 silver badges12 bronze badges1 Answer
Reset to default 3As far as I know bbPress uses custom post types. So all the data are in the regular posts
and post_meta
tables. A look at the source code should tell you more.
From the bbPress Codex:
bbPress creates three custom post types and adds them to the navigation menu: Forums, Topics, and Replies. Use these menu items to create and manage your forums.