Skip to:
Content
Pages
Categories
Search
Top
Bottom

“deep” integration

  • I have already installed and integrated bbPress to WordPress MU on my site, and I need to know if i can add the following:

    require_once(‘path/to/wp-blog-header.php’); in bbPress’ bb-config.php (wp-blog-header is in the same

    directory as WordPress’ wp-config.php file).

    without messing anything up or do I need to reinstall bbPress again and do this process at the beginning?

Viewing 2 replies - 1 through 2 (of 2 total)

  • chrishajer
    Participant

    @chrishajer

    you should be including wp-load.php instead of wp-blog-header.php.

    So i should add: require_once(‘path/to/wp-load.php’); in bbPress’ bb-config.php?

    Now would I need to add this to the WordPress’ wp-config.php file as well?

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