<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Kwatog &#38; Co &#187; bbpress</title>
	<atom:link href="http://kwatog.com/tag/bbpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://kwatog.com</link>
	<description>tech notes and general nonsense</description>
	<lastBuildDate>Fri, 04 May 2012 07:34:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Modified WP Table Prefix in bbPress</title>
		<link>http://kwatog.com/uncategorized/modified-wp-table-prefix-in-bbpress/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=modified-wp-table-prefix-in-bbpress</link>
		<comments>http://kwatog.com/uncategorized/modified-wp-table-prefix-in-bbpress/#comments</comments>
		<pubDate>Sun, 23 Aug 2009 02:13:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bbpress]]></category>
		<category><![CDATA[table prefix]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[wordpress mu]]></category>

		<guid isPermaLink="false">http://kwatog.com/?p=119</guid>
		<description><![CDATA[If you change your WordPress/WordPress mu table prefix (and thus, renamed the tables too) and you have a bbPress integrated with it, chances are your bbPress will lose its connection with WordPress since the configuration is not in bb-config.php. You&#8217;ll need to update the meta tables, too through mysql or phpmyadmin. Here&#8217;s the update query.&#8230;]]></description>
			<content:encoded><![CDATA[<p>If you change your WordPress/WordPress mu table prefix (and thus, renamed the tables too) and you have a bbPress integrated with it, chances are your bbPress will lose its connection with WordPress since the configuration is not in bb-config.php. You&#8217;ll need to update the meta tables, too through mysql or phpmyadmin. Here&#8217;s the update query.</p>
<p><code><br />
UPDATE bb_meta<br />
SET meta_value = 'wpmu_'<br />
WHERE meta_key = 'wp_table_prefix';<br />
</code></p>
<p>That&#8217;s of course considering your bbPress table is bb_meta and the new prefix for WordPress/WordPress mu is <strong>wpmu</strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://kwatog.com/uncategorized/modified-wp-table-prefix-in-bbpress/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

