Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Integration won’t work??

Put up a copy of your config.php with the integration portions in it. Tell us what your wordpress database prefix is and we can try and work this out. Just saying it doesn’t work will not help us help you. We need details of what you have tried and what your have entered. Just make sure you don’t put any password or other information in.

For reference, my WP integrated config.php has these entries:

$bb->wp_table_prefix = 'wp_';  // WordPress table prefix.  Example: 'wp_';
$bb->wp_home = 'http://trentadams.com'; // WordPress - Options->General: Blog address (URL) // No trailing slash. Example: 'http://example.com'
$bb->wp_siteurl = 'http://trentadams.com'; // WordPress - Options->General: WordPress address (URL) // No trailing slash. Example: 'http://example.com'

It is important to have bbPress in the same database as wordpress. As well, give us your URL to check this out for ourselves and try and see if we can help.

Trent

Skip to toolbar