Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: bbPress works alone, integration failed.

nevermind, i figured out what went wrong:

near the bottom…

// Use the following line *only* if you will be loading WordPress everytime you load bbPress.

//define('WP_BB', true);

so i removed the //

define('WP_BB', true);

and that’s what caused the problem… now that i replaced the // back, integration works fine. but i have a question?

what was that line even supposed to do? i thought load everytime means i can callup the wordpress functions in the bbpress template? or something to that extent? someone please clarify?

Skip to toolbar