Forums

Join
bbPress Support ForumsInstallation“deep” integration

Info

“deep” integration

  1. 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?

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

  3. 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?

  4. You must log in to post.