<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>bbPress support forums Topic: WP and BBpress in 2 separate dbs?</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Topic: WP and BBpress in 2 separate dbs?</description>
<language>en</language>
<pubDate>Sat, 30 Aug 2008 11:52:47 +0000</pubDate>

<item>
<title>Ajd777 on "WP and BBpress in 2 separate dbs?"</title>
<link>http://bbpress.org/forums/topic/wp-and-bbpress-in-2-separate-dbs#post-10387</link>
<pubDate>Wed, 22 Aug 2007 17:30:23 +0000</pubDate>
<dc:creator>Ajd777</dc:creator>
<guid isPermaLink="false">10387@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;This is a little off-topic, but iif you are getting that much spam, you may consider looking at &#60;a href=&#34;http://error.wordpress.com/2006/07/04/bad-behavior-2/&#34;&#62;Bad Behavior &#60;/a&#62;&#60;/p&#62;
&#60;p&#62;It blocks spambots before they can add content to the database.
&#60;/p&#62;</description>
</item>
<item>
<title>rfleigh on "WP and BBpress in 2 separate dbs?"</title>
<link>http://bbpress.org/forums/topic/wp-and-bbpress-in-2-separate-dbs#post-10365</link>
<pubDate>Wed, 22 Aug 2007 01:14:29 +0000</pubDate>
<dc:creator>rfleigh</dc:creator>
<guid isPermaLink="false">10365@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;i dont understand what &#34;define USER_BBDB_NAME, USER_BBDB_USER, USER_BBDB_PASSWORD, and USER_BBDB_HOST&#34;   means.. &#60;/p&#62;
&#60;p&#62;here is my config.php file. please let me know if this is correct.&#60;/p&#62;
&#60;p&#62;&#38;lt;?php&#60;/p&#62;
&#60;p&#62;// ** MySQL settings ** //&#60;br /&#62;
define('USER_BBDB_NAME', 'XXXXX');      // The name of the database&#60;br /&#62;
define('USER_BBDB_USER', 'XXXXX');     // Your MySQL username&#60;br /&#62;
define('USER_BBDB_PASSWORD', 'XXXXXX'); // ...and password&#60;br /&#62;
define('USER_BBDB_HOST', 'localhost');    // 99% chance you won't need to change this value&#60;/p&#62;
&#60;p&#62;define('BBDB_NAME', 'XXXXX');      // The name of the database&#60;br /&#62;
define('BBDB_USER', 'XXXXXX');     // Your MySQL username&#60;br /&#62;
define('BBDB_PASSWORD', 'XXXXXX'); // ...and password&#60;br /&#62;
define('BBDB_HOST', 'localhost');    // 99% chance you won't need to change this value&#60;/p&#62;
&#60;p&#62;// Change the prefix if you want to have multiple forums in a single database.&#60;br /&#62;
$bb_table_prefix = 'bb_'; // Only letters, numbers and underscores please!&#60;/p&#62;
&#60;p&#62;// The full URL of your bbPress install&#60;br /&#62;
$bb-&#38;gt;uri = 'http://richardfleigh.com/richardfleigh/bbpress/';&#60;/p&#62;
&#60;p&#62;// What are you going to call me?&#60;br /&#62;
$bb-&#38;gt;name = 'Richards new bbpress site';&#60;/p&#62;
&#60;p&#62;// This must be set before you run the install script.&#60;br /&#62;
$bb-&#38;gt;admin_email = 'richard@mediosone.com';&#60;/p&#62;
&#60;p&#62;// Set to true if you want pretty permalinks, set to 'slugs' if you want to use slug based pretty permalinks.&#60;br /&#62;
$bb-&#38;gt;mod_rewrite = true;&#60;/p&#62;
&#60;p&#62;// The number of topics that show on each page.&#60;br /&#62;
$bb-&#38;gt;page_topics = 30;&#60;/p&#62;
&#60;p&#62;// A user can edit a post for this many minutes after submitting.&#60;br /&#62;
$bb-&#38;gt;edit_lock = 60;&#60;/p&#62;
&#60;p&#62;// Your timezone offset.  Example: -7 for Pacific Daylight Time.&#60;br /&#62;
$bb-&#38;gt;gmt_offset = -5;&#60;/p&#62;
&#60;p&#62;// Change this to localize bbPress.  A corresponding MO file for the&#60;br /&#62;
// chosen language must be installed to bb-includes/languages.&#60;br /&#62;
// For example, install de.mo to bb-includes/languages and set BBLANG to 'de'&#60;br /&#62;
// to enable German language support.&#60;br /&#62;
define('BBLANG', '');&#60;/p&#62;
&#60;p&#62;// Your Akismet Key.  You do not need a key to run bbPress, but if you want to take advantage&#60;br /&#62;
// of Akismet's powerful spam blocking, you'll need one.  You can get an Akismet key at&#60;br /&#62;
// &#60;a href=&#34;http://wordpress.com/api-keys/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.com/api-keys/&#60;/a&#62;&#60;br /&#62;
$bb-&#38;gt;akismet_key = ''; // Example: '0123456789ab'&#60;/p&#62;
&#60;p&#62;// The rest is only useful if you are integrating bbPress with WordPress.&#60;br /&#62;
// If you're not, just leave it as it is.&#60;/p&#62;
&#60;p&#62;$bb-&#38;gt;wp_table_prefix = 'wp_';  // WordPress table prefix.  Example: 'wp_';&#60;br /&#62;
$bb-&#38;gt;wp_home = 'http://blog.richardfleigh.com/';  // WordPress - Options-&#38;gt;General: Blog address (URL) // Example: 'http://example.com'&#60;br /&#62;
$bb-&#38;gt;wp_siteurl = 'http://blog.richardfleigh.com/';  // WordPress - Options-&#38;gt;General: WordPress address (URL) // Example: 'http://example.com'&#60;/p&#62;
&#60;p&#62;/* Stop editing */&#60;/p&#62;
&#60;p&#62;if ( !defined('BBPATH') )&#60;br /&#62;
	define('BBPATH', dirname(__FILE__) . '/' );&#60;br /&#62;
require_once( BBPATH . 'bb-settings.php' );&#60;/p&#62;
&#60;p&#62;?&#38;gt;
&#60;/p&#62;</description>
</item>
<item>
<title>Trent on "WP and BBpress in 2 separate dbs?"</title>
<link>http://bbpress.org/forums/topic/wp-and-bbpress-in-2-separate-dbs#post-7555</link>
<pubDate>Sun, 20 May 2007 23:15:37 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">7555@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I actually have done this and those definitions will work, but it sometimes takes some working with your host to get the proper syntax for being able to connect!   &#60;/p&#62;
&#60;p&#62;Trent
&#60;/p&#62;</description>
</item>
<item>
<title>djuggler on "WP and BBpress in 2 separate dbs?"</title>
<link>http://bbpress.org/forums/topic/wp-and-bbpress-in-2-separate-dbs#post-7511</link>
<pubDate>Sat, 19 May 2007 17:45:11 +0000</pubDate>
<dc:creator>djuggler</dc:creator>
<guid isPermaLink="false">7511@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;How'd I overlook this?!&#60;/p&#62;
&#60;p&#62;From &#60;a href=&#34;http://bbpress.org/documentation/integration-with-wordpress/&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/documentation/integration-with-wordpress/&#60;/a&#62;&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;If you would like to pull user information from a different database, define USER_BBDB_NAME, USER_BBDB_USER, USER_BBDB_PASSWORD, and USER_BBDB_HOST.&#60;/p&#62;&#60;/blockquote&#62;</description>
</item>
<item>
<title>djuggler on "WP and BBpress in 2 separate dbs?"</title>
<link>http://bbpress.org/forums/topic/wp-and-bbpress-in-2-separate-dbs#post-7510</link>
<pubDate>Sat, 19 May 2007 17:18:13 +0000</pubDate>
<dc:creator>djuggler</dc:creator>
<guid isPermaLink="false">7510@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;My dbs are limited to 100MB and I've watched a spam attack add 20-40MB in a heartbeat on WordPress alone. Granted part of the solution is having SpamKarma purge more frequently.&#60;/p&#62;
&#60;p&#62;I was concerned that if I added bbpress to the same database, and if it received any significant traffic, that I would find myself faced with running out of space in my database. &#60;/p&#62;
&#60;p&#62;Naturally, the solution seems to be to have wordpress and bbpress use two separate databases but pull user information from the wordpress db. (Or find a hosting provider that doesn't limit the db size to 100mb)
&#60;/p&#62;</description>
</item>
<item>
<title>fel64 on "WP and BBpress in 2 separate dbs?"</title>
<link>http://bbpress.org/forums/topic/wp-and-bbpress-in-2-separate-dbs#post-7479</link>
<pubDate>Thu, 17 May 2007 15:34:18 +0000</pubDate>
<dc:creator>fel64</dc:creator>
<guid isPermaLink="false">7479@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I don't know. I doubt it, because bbdb (the object used to do any database stuff) is hardcoded all over the place and you need a new bbdb object for every database you connect to, as far as I'm aware. So integration - which consists of sharing the users and usermeta table I think - would be impossible, unless you changed all references to the user tables to use your second bbdb object.&#60;/p&#62;
&#60;p&#62;Why do you want to?
&#60;/p&#62;</description>
</item>
<item>
<title>djuggler on "WP and BBpress in 2 separate dbs?"</title>
<link>http://bbpress.org/forums/topic/wp-and-bbpress-in-2-separate-dbs#post-7478</link>
<pubDate>Thu, 17 May 2007 12:30:13 +0000</pubDate>
<dc:creator>djuggler</dc:creator>
<guid isPermaLink="false">7478@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Has anyone tried to do a Wordpress / BBPress integration using 2 separate databases?&#60;/p&#62;
&#60;p&#62;Is it possible? Any caveats?&#60;/p&#62;
&#60;p&#62;Doug
&#60;/p&#62;</description>
</item>

</channel>
</rss>
