Forums

Join
bbPress Support ForumsRequests and FeedbackCookie problem with wp-blog-header.php

Cookie problem with wp-blog-header.php

  1. Im going to intergrate my WordPress Theme into my bbPress forum, so I need to make sure that functions like Header and Sidebar can be used in bbPress. So I've been reading up and found out that you need to place this code in the bb-config.php:

    require_once('path/to/wp-blog-header.php');

    However when I place the code. I suddenly can't log into the bbPress forum anymore. When I click login nothing happens the page will load but not display links like Username --> Admin ---> Log out just the normal page as if a guest was browsing the forum.

    I am placing the code below the first <php line? Am I doing something wrong?

    Additional Info:

    WordPress Version: 2.6.2
    bbPress Version: 0.9.2

  2. Those version are not compatible for logins. Please read this sticky:

    http://bbpress.org/forums/topic/wordpress-and-bbpress-integration-101

  3. Never mind just upgraded to the Unstable 1.0 Alpha version, much more WordPress 2.6 friendly!

  4. Thanks for the link. I didn't realise WP 2.6 wasn't 0.9.2 friendly, thanks for the link to the sticky though. Good info in it!

  5. You must log in to post.