Skip to:
Content
Pages
Categories
Search
Top
Bottom

Cookie problem with wp-blog-header.php

  • 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

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.
Skip to toolbar