Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: New Login Required When Between bbPress and WordPress

$bb->wp_table_prefix = 'wp__'; // your wordpress db prefix is
$bb->wp_home = 'http://yourwebsite.com/';
$bb->wp_siteurl = 'http://yourwebsite.com/';

replace yourwebsite.com with the blog url.

if your blog url is for example

http://www.google.com then don’t forget to add the WWW to it, but if it doesn’t has WWW, the don’t use it.

Skip to toolbar