<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
		>
	<channel>
		<title>bbPress Support Forums &#187; Topic: Integration between WordPress and BBpress - staying logged in help</title>
		<link>http://bbpress.org/forums/topic/integration-between-wordpress-and-bbpress-staying-logged-in-help</link>
		<description>bbPress Support Forums &#187; Topic: Integration between WordPress and BBpress - staying logged in help</description>
		<language>en-US</language>
		<pubDate>Fri, 10 Feb 2012 10:43:26 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="http://bbpress.org/forums/rss/topic/integration-between-wordpress-and-bbpress-staying-logged-in-help" rel="self" type="application/rss+xml" />

		<item>
			<title>ty on "Integration between WordPress and BBpress - staying logged in help"</title>
			<link>http://bbpress.org/forums/topic/integration-between-wordpress-and-bbpress-staying-logged-in-help#post-36607</link>
			<pubDate>Tue, 09 Jun 2009 04:19:11 +0000</pubDate>
			<dc:creator>ty</dc:creator>
			<guid isPermaLink="false">36607@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>There's no secret to it. All the info you need is in these forums. You mostly need to make sure that the [...] in the following:<br />
<code>define(&#39;AUTH_KEY&#39;[...]</code> matches <code>define(&#39;BB_AUTH_KEY&#39;[...]</code><br />
<code>define(&#39;SECURE_AUTH_KEY&#39;[...]</code> matches <code>define(&#39;BB_SECURE_AUTH_KEY&#39;[...]</code><br />
<code>define(&#39;LOGGED_IN_KEY&#39;[...]</code> matches <code>define(&#39;BB_LOGGED_IN_KEY&#39;[...]</code><br />
and <code>define(&#39;NONCE_KEY&#39;[...]</code> matches <code>define(&#39;BB_NONCE_KEY&#39;[...]</code><br />
between your wp-config.php and bb-config.php.</p>
<p>Make sure you use different table prefixes for WP and bbP.</p>
<p>bb-config.php shouldn't have anything extra defined in it past that, if you had left in WP2.8. Since you downgraded to 2.7 your bb-config.php needs to have <code>define(&#39;WP_AUTH_COOKIE_VERSION&#39;, 1);</code> until you upgrade back to 2.8, at which point you need to remove that line again.</p>
<p>Your wp-config.php needs to have <code>define(&#39;COOKIEPATH&#39;, &#39;/wordpress/&#39;);</code> where 'wordpress' is the path to wherever you installed WP, or <code>define(&#39;COOKIEPATH&#39;, &#39;/&#39;);</code> if WP is in your site's base folder.</p>
<p>Visit the WP administration settings and fill out the bbPress Integration Plugin settings (but mind what I said above, you probably shouldn't add what it suggests adding to your wp-config.php file).</p>
<p>Visit the bbP administration settings and fill out the WordPress Integration settings there as well.</p>
<p>As I said in the posts I linked earlier, everything works fine for me with WP2.8-RC1 or any of the betas, and bbP1.0-RC1, except that if users log in from bbP, they can't log out from WP (which seems a somewhat trivial issue since I doubt many users will need to do that).</p>
<p>Hope you can get it working.<br />
peace~
</p>]]></description>
					</item>
		<item>
			<title>Atsutane on "Integration between WordPress and BBpress - staying logged in help"</title>
			<link>http://bbpress.org/forums/topic/integration-between-wordpress-and-bbpress-staying-logged-in-help#post-36599</link>
			<pubDate>Tue, 09 Jun 2009 01:55:46 +0000</pubDate>
			<dc:creator>Atsutane</dc:creator>
			<guid isPermaLink="false">36599@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Nothing secret. My forum is on subdomain while my blog is on main domain.</p>
<p>All i need to do is define <code>define(&#39;COOKIE_DOMAIN&#39;, &#39;.atsutane.net&#39;);</code> and <code>define(&#39;COOKIEPATH&#39;, &#39;/&#39;);</code> inside <code>wp-config.php</code></p>
<p>And if you are using Bbpress 1.0 RC1 with WP 2.7.1, you need to defind this <code>define(&#39;WP_AUTH_COOKIE_VERSION&#39;, 1);</code> inside bb-config.php.</p>
<p>Another thing is, i let bbpress handle all registration and log in/log out process.</p>
<p>Hope this will help you :)
</p>]]></description>
					</item>
		<item>
			<title>AmyHello on "Integration between WordPress and BBpress - staying logged in help"</title>
			<link>http://bbpress.org/forums/topic/integration-between-wordpress-and-bbpress-staying-logged-in-help#post-36579</link>
			<pubDate>Mon, 08 Jun 2009 16:36:45 +0000</pubDate>
			<dc:creator>AmyHello</dc:creator>
			<guid isPermaLink="false">36579@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>What's your secret, Atsutane? </p>
<p>I have the blog and forums kinda working -- but when you go from the blog to the forum, it doesn't carry over the password/username. It requries you to sign in again.
</p>]]></description>
					</item>
		<item>
			<title>Atsutane on "Integration between WordPress and BBpress - staying logged in help"</title>
			<link>http://bbpress.org/forums/topic/integration-between-wordpress-and-bbpress-staying-logged-in-help#post-36573</link>
			<pubDate>Mon, 08 Jun 2009 12:42:48 +0000</pubDate>
			<dc:creator>Atsutane</dc:creator>
			<guid isPermaLink="false">36573@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I do mine perfectly with WP 2.7.1 and BBPress 1.0 RC1
</p>]]></description>
					</item>
		<item>
			<title>AmyHello on "Integration between WordPress and BBpress - staying logged in help"</title>
			<link>http://bbpress.org/forums/topic/integration-between-wordpress-and-bbpress-staying-logged-in-help#post-36572</link>
			<pubDate>Mon, 08 Jun 2009 12:33:31 +0000</pubDate>
			<dc:creator>AmyHello</dc:creator>
			<guid isPermaLink="false">36572@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I read that. So did you ever get it to work?</p>
<p>So I downgrade my WP back to 2.7. Is there a way to do one sign in between  2.7 and BBPress 0.9.0.5 - without having to sign in again?
</p>]]></description>
					</item>
		<item>
			<title>ty on "Integration between WordPress and BBpress - staying logged in help"</title>
			<link>http://bbpress.org/forums/topic/integration-between-wordpress-and-bbpress-staying-logged-in-help#post-36520</link>
			<pubDate>Sat, 06 Jun 2009 04:42:22 +0000</pubDate>
			<dc:creator>ty</dc:creator>
			<guid isPermaLink="false">36520@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hello. Please <a href="http://bbpress.org/forums/topic/bbpress-10-release-candidate-1/page/2#post-36437">read this post of mine</a> and also <a href="http://bbpress.org/forums/topic/bbpress-rc1-with-wordpress-28-shared-login?replies=2#post-36436">this post</a> that the previous post references :)<br />
peace~
</p>]]></description>
					</item>
		<item>
			<title>AmyHello on "Integration between WordPress and BBpress - staying logged in help"</title>
			<link>http://bbpress.org/forums/topic/integration-between-wordpress-and-bbpress-staying-logged-in-help#post-36517</link>
			<pubDate>Fri, 05 Jun 2009 23:05:29 +0000</pubDate>
			<dc:creator>AmyHello</dc:creator>
			<guid isPermaLink="false">36517@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hey I have WordPress 2.8-beta1 and bbPress 1.0-rc-1. I downloaded and installed sams plugin. However -- I still need to sign in new when going from the forum to the blog. I can sign in fine in each -- but it doesnt carry the cookie info over. And I did everyhting in the video. Any new tips?</p>
<p>Should I roll back to a previous version? If there are versions of WordPress, BBPress and Plugin that do work together -- please share what versions that play nicely together.
</p>]]></description>
					</item>

	</channel>
</rss>

