Problem with integration
-
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!
- You must be logged in to reply to this topic.