Info
- 2 posts
- 2 voices
- Started 1 year ago by zememe
- Latest reply from chrishajer
- This topic is not resolved
Problem with integration
-
- Posted 1 year ago #
Hi,
I'm trying to instal bbpress and so far I managed to instal but I fail to integrate with WordPress
So I have WP in http://www.sitename.com/wpfolder, then inside wpfolder i added new one so my BBPress is instaled in http://www.sitename.com/wpfolder/bbfolder
And now I don't know how to integrade
I'm getting this msg
Deep Integration With WordPress Required It appears your WordPress installation isn't deeply integrated which is required for iBlogPro Forum to work correctly (it needs access to WP functions). Please see Deep Integration With WordPressso everytime when I call BBPress http://www.sitename.com/wpfolder/bbfolder I can't see dashboard only this msg.
So I know that I need to add
Functions (optional) bbPress will not have access to WordPress’ functions unless you manually tell bbPress to load WordPress first. This integration step is also known as “deep” integration, it is a totally optional part of integration and is not required to get shared cookies and logins working. In order to do it, you need to put require_once(dirname(__FILE__) . '/path/to/wp-load.php'); in bbPress’ bb-config.php (wp-load.php is in the same directory as WordPress’ wp-config.php file, so if your bbPress folder is directly inside your WordPress folder, the command becomes require_once(dirname(__FILE__) . '/../wp-load.php');).but I don't know where to add, I tried in bb-config.php but I get some errors, to be hones and don't know where to past code
require_once(dirname(__FILE__) . '/../wp-load.php');so can somebody help me, or link me to some resources with answers?
Thanks in advance!
-
- Posted 1 year ago #
Is this for a Pagelines integration?
http://bbpress.org/forums/topic/deep-integration-wordpress-bbpress-bb-configphp-errors
You need to paste that line into bb-config.php, almost anywhere. What were the errors when you tried it?
-
This topic is
closed