Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Retrieve the “secret” value

Cool, going via options.php sounds good.

When you integrate, you musn’t give them the same prefix or some tables will collide. You need to set these three in your config.php though, if you haven’t already. Obviously change them to your appropriate values, these are just mine.

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

Skip to toolbar