Jump to content
Sign in to follow this  
Gavin_

BBPress Integration challenge

Recommended Posts

Gavin_

Hi Apologies in advance for a question that is asked frequently but please don't point me at the video it doesn't answer this for me.. Have got to the point where you have to add:

require_once(dirname(__FILE__) . ???/../wp-load.php??™);

have tried a few different types of directory atab.org.uk/wp-load.php atab.org.uk/public_html/wp-load.php /public_html/wp-load.php just can't get it to work... any ideas?

Share this post


Link to post
Share on other sites
Rob

Gavin, I pretty much ignored the video and simply went to Plugins>Add New, searched for BuddyPress, the Template Pack and other things, installed them automatically and all worked fine. It took me less than 5 minutes and I didn't have to customize any code. Have you tried that?


Former PageLines Moderator, Food Expert and Raconteur

Share this post


Link to post
Share on other sites
fritz

Inside the root directory for bbpress install, open up the bb-config.php file and add this: require_once(dirname(__FILE__) . '/../wp-load.php') right below: define( 'BB_LANG', '' ); Hope this helps.

Share this post


Link to post
Share on other sites
Gavin_

Hi Fritz Just to be clear I have tried: require_once(dirname(__FILE__) . ???/../wp-load.php??™); and require_once(atab.org.uk/wp-load.php ??™); and require_once(atab.org.uk/public_html/wp-load.php ??™); and require_once(/public_html/wp-load.php ??™); and none of them work!

Share this post


Link to post
Share on other sites
Gavin_

THanks everyone - its working now.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×