Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: bbPress Integration Plugin Examples


john32
Member

@john32

As it turns out even if the blog URL for WP is the same as the site URL (WP doesn’t even list the blog URL in the database even though it shows up under WP Admin Options) you need to include it in the bbPress Integration settings. Doing set reset my cookie path from /forums/ to:

define(‘COOKIE_DOMAIN’, ”);

define(‘COOKIEPATH’, ‘/’);

As it turns out, coding logic told me, that the plugin didn’t include the cookie domain sicne it was null.

So in fact, they are exactly the same.

That and I fixed it for full integration. :-D But that’s another thread!

Skip to toolbar