<?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 User Favorites: themesbycal</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress Support Forums User Favorites: themesbycal</description>
<language>en</language>
<pubDate>Fri, 09 Jan 2009 12:43:04 +0000</pubDate>

<item>
<title>harryworld on "Wordpress/BBPress Single Sign On"</title>
<link>http://bbpress.org/forums/topic/wordpressbbpress-single-sign-on#post-14369</link>
<pubDate>Sun, 09 Mar 2008 12:27:24 +0000</pubDate>
<dc:creator>harryworld</dc:creator>
<guid isPermaLink="false">14369@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Sorry for misleading.&#60;br /&#62;
I mean I got a similar case as you do, thus case 2&#60;/p&#62;
&#60;p&#62;and thanks for the link.
&#60;/p&#62;</description>
</item>
<item>
<title>horrorshow on "Wordpress/BBPress Single Sign On"</title>
<link>http://bbpress.org/forums/topic/wordpressbbpress-single-sign-on#post-14341</link>
<pubDate>Fri, 07 Mar 2008 18:53:40 +0000</pubDate>
<dc:creator>horrorshow</dc:creator>
<guid isPermaLink="false">14341@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Funny that my settings are screwy and there are better ways at accomplishing single sign on?&#60;br /&#62;
Or funny: &#34;yes, this is the closest that I am able to get to single sign-on,  and I get the same results&#34;?&#60;/p&#62;
&#60;p&#62;If it's the first case, then please enlighten me.&#60;br /&#62;
If it's the second case, then this link might help you.&#60;br /&#62;
&#60;a href=&#34;http://bbpress.org/forums/topic/cookies-subtle-bug-single-sign-on-bbpress-and-wordpress&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/topic/cookies-subtle-bug-single-sign-on-bbpress-and-wordpress&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>harryworld on "Wordpress/BBPress Single Sign On"</title>
<link>http://bbpress.org/forums/topic/wordpressbbpress-single-sign-on#post-14327</link>
<pubDate>Fri, 07 Mar 2008 09:09:30 +0000</pubDate>
<dc:creator>harryworld</dc:creator>
<guid isPermaLink="false">14327@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;horrowshow,&#60;/p&#62;
&#60;p&#62;I tried your settings, and it's funny that if you login on either on side, you cannot log out on the other side.&#60;/p&#62;
&#60;p&#62;If I login WPMU first, I can only logout through WPMU.
&#60;/p&#62;</description>
</item>
<item>
<title>horrorshow on "Cookie Question - WP, BB, and beyond"</title>
<link>http://bbpress.org/forums/topic/cookie-question-wp-bb-and-beyond#post-14247</link>
<pubDate>Mon, 03 Mar 2008 21:51:51 +0000</pubDate>
<dc:creator>horrorshow</dc:creator>
<guid isPermaLink="false">14247@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;themebyc,&#60;/p&#62;
&#60;p&#62;Just curious, have you been able to get single sign-on between phpbb and wordpress?&#60;/p&#62;
&#60;p&#62;thanks.
&#60;/p&#62;</description>
</item>
<item>
<title>horrorshow on "Wordpress/BBPress Single Sign On"</title>
<link>http://bbpress.org/forums/topic/wordpressbbpress-single-sign-on#post-14246</link>
<pubDate>Mon, 03 Mar 2008 21:45:05 +0000</pubDate>
<dc:creator>horrorshow</dc:creator>
<guid isPermaLink="false">14246@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hi,&#60;br /&#62;
I am trying to integrate bbpress(0.8.3.1) with wordpress mu (1.3.3), and I am having some issues with cookies for login/logout.&#60;/p&#62;
&#60;p&#62;I've tried setting this: (&#34;MD5hash&#34; replaced with my MD5)&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$bb-&#38;gt;usercookie = &#38;#39;wordpressuser_MD5hash&#38;#39;;
$bb-&#38;gt;passcookie = &#38;#39;wordpresspass_MD5hash&#38;#39;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;However, that didn't seem to synchronize login(meaning, if I am log into wp, go to bbpress and find myself already logged and vice versa)&#60;/p&#62;
&#60;p&#62;Watching the cookies during the login/out process on WP MU, I found that the cookie names that WP MU uses are: &#34;wordpresspass&#34; and &#34;wordpressuser&#34;&#60;br /&#62;
So in config.php for bbpress, I used:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$bb-&#38;gt;usercookie = &#38;#39;wordpressuser&#38;#39;;
$bb-&#38;gt;passcookie = &#38;#39;wordpresspass&#38;#39;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This works somewhat, let me explain:&#60;br /&#62;
This scenario works:&#60;br /&#62;
Log into WPMU, refresh bbpress page, I find myself already logged into bbpress.&#60;br /&#62;
Log out of WPMU, refresh bbpress page, I find myself logged out of bbpress.&#60;br /&#62;
Log into BBpress, refresh WPMU, I find myself logged into WPMU&#60;/p&#62;
&#60;p&#62;This doesn't work:&#60;br /&#62;
Log into BBpress, refresh WPMU (I find myself logged into WPMU) AND THEN when I try to log out from WPMU, I can't log out.&#60;br /&#62;
I refresh BBpress page, and I am not logged out either.&#60;br /&#62;
If I log out from BBpress at this point, then I am logged out of WPMU as well.&#60;/p&#62;
&#60;p&#62;I have a feeling it might be something with WPMU, but I thought I'd post here first since this is where I found all the information about the integration.  Thanks for your help.  I am appending my config.php relevant to the integration part.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$bb-&#38;gt;wp_table_prefix = &#38;#39;wp_&#38;#39;;
$bb-&#38;gt;wp_home = &#38;#39;http://achillesblog.com&#38;#39;;
$bb-&#38;gt;wp_siteurl = &#38;#39;http://achillesblog.com&#38;#39;;
$bb-&#38;gt;usercookie = &#38;#39;wordpressuser&#38;#39;;
$bb-&#38;gt;passcookie = &#38;#39;wordpresspass&#38;#39;;
$bb-&#38;gt;cookiepath = &#38;#39;/&#38;#39;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;thanks for your help.
&#60;/p&#62;</description>
</item>
<item>
<title>schmitt on "Cookie Question - WP, BB, and beyond"</title>
<link>http://bbpress.org/forums/topic/cookie-question-wp-bb-and-beyond#post-13937</link>
<pubDate>Tue, 19 Feb 2008 02:45:25 +0000</pubDate>
<dc:creator>schmitt</dc:creator>
<guid isPermaLink="false">13937@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I've also pulled this off. It's fantastic.
&#60;/p&#62;</description>
</item>
<item>
<title>petitpoulain on "Wordpress/BBPress Single Sign On"</title>
<link>http://bbpress.org/forums/topic/wordpressbbpress-single-sign-on#post-11438</link>
<pubDate>Mon, 15 Oct 2007 14:16:26 +0000</pubDate>
<dc:creator>petitpoulain</dc:creator>
<guid isPermaLink="false">11438@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;how i discover my MD5?
&#60;/p&#62;</description>
</item>
<item>
<title>themesbycal on "Wordpress/BBPress Single Sign On"</title>
<link>http://bbpress.org/forums/topic/wordpressbbpress-single-sign-on#post-11375</link>
<pubDate>Wed, 10 Oct 2007 18:41:53 +0000</pubDate>
<dc:creator>themesbycal</dc:creator>
<guid isPermaLink="false">11375@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Thanks schmitt, got it working without too much trouble.
&#60;/p&#62;</description>
</item>
<item>
<title>themesbycal on "Cookie Question - WP, BB, and beyond"</title>
<link>http://bbpress.org/forums/topic/cookie-question-wp-bb-and-beyond#post-11374</link>
<pubDate>Wed, 10 Oct 2007 18:40:50 +0000</pubDate>
<dc:creator>themesbycal</dc:creator>
<guid isPermaLink="false">11374@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Yeah, it worked out fine.&#60;/p&#62;
&#60;p&#62;If I remember correctly, I just integrated WP and BB first (minus the cookie settings). Then I installed Amember and installed the WP plugin. All 3 were installed in the same database. For BB cookies I think I just set them the same as _cK_ said in a different post here. For WP cookies, I believe that is in the Amember Plugin Readme file.&#60;/p&#62;
&#60;p&#62;It wasn't too tough. If you need to know anything else let me know and I can take a look. I've decided to go with PHPBB instead of BBpress but I still have it all installed at the moment. There's nothing wrong with BBpress just want more group and permission control.&#60;/p&#62;
&#60;p&#62;Hope that helps.
&#60;/p&#62;</description>
</item>
<item>
<title>schmitt on "Cookie Question - WP, BB, and beyond"</title>
<link>http://bbpress.org/forums/topic/cookie-question-wp-bb-and-beyond#post-11372</link>
<pubDate>Wed, 10 Oct 2007 16:26:24 +0000</pubDate>
<dc:creator>schmitt</dc:creator>
<guid isPermaLink="false">11372@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Did you ever get this working? I plan to try soon.&#60;/p&#62;
&#60;p&#62;Amember has a Wordpress plugin but I'd like to know if it cascades successfully through a Wordpress/BBPress integration.
&#60;/p&#62;</description>
</item>
<item>
<title>schmitt on "Wordpress/BBPress Single Sign On"</title>
<link>http://bbpress.org/forums/topic/wordpressbbpress-single-sign-on#post-11371</link>
<pubDate>Wed, 10 Oct 2007 16:25:19 +0000</pubDate>
<dc:creator>schmitt</dc:creator>
<guid isPermaLink="false">11371@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;MD5 is unique to the website URL... not the user.
&#60;/p&#62;</description>
</item>
<item>
<title>themesbycal on "Wordpress/BBPress Single Sign On"</title>
<link>http://bbpress.org/forums/topic/wordpressbbpress-single-sign-on#post-10904</link>
<pubDate>Tue, 11 Sep 2007 04:14:08 +0000</pubDate>
<dc:creator>themesbycal</dc:creator>
<guid isPermaLink="false">10904@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hey guys, I got a question about the MD5 hash.....&#60;/p&#62;
&#60;p&#62;I don't understand which MD5 to use... Every user has a different hash right? So which one do I enter?&#60;/p&#62;
&#60;p&#62;Can anyone try and clarify this for me, I almost got it working....
&#60;/p&#62;</description>
</item>
<item>
<title>themesbycal on "Cookie Question - WP, BB, and beyond"</title>
<link>http://bbpress.org/forums/topic/cookie-question-wp-bb-and-beyond#post-10892</link>
<pubDate>Sun, 09 Sep 2007 16:42:37 +0000</pubDate>
<dc:creator>themesbycal</dc:creator>
<guid isPermaLink="false">10892@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hello&#60;/p&#62;
&#60;p&#62;I'm testing out some things and trying to synchronize WordPress, BBPress and Amember Subscription software. I have pretty much everything worked out, but need a little cookie help if it's out there.&#60;br /&#62;
I've read this post, which outlines cookie settings&#60;br /&#62;
&#60;a href=&#34;http://bbpress.org/forums/topic/wordpressbbpress-single-sign-on?replies=22#post-9010&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/topic/wordpressbbpress-single-sign-on?replies=22#post-9010&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The problem is that I don't want to install the cookie plugin for WP because I already have this in my Wp-config file&#60;br /&#62;
  define('COOKIEPATH','/');&#60;br /&#62;
  define('SITECOOKIEPATH', '/');&#60;br /&#62;
  define('COOKIEHASH', md5($_SERVER[HTTP_HOST]));&#60;/p&#62;
&#60;p&#62;I guess my question is, what do I put into my BB config file for cookies?&#60;/p&#62;
&#60;p&#62;I realize this may not be a direct BBPress issue, but I thought maybe one of you had an idea.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
</item>
<item>
<title>fel64 on "Wordpress/BBPress Single Sign On"</title>
<link>http://bbpress.org/forums/topic/wordpressbbpress-single-sign-on#post-9037</link>
<pubDate>Tue, 17 Jul 2007 18:58:40 +0000</pubDate>
<dc:creator>fel64</dc:creator>
<guid isPermaLink="false">9037@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;&#60;em&#62;This means their bbpress login will mysteriously fail.&#60;/em&#62;&#60;/p&#62;
&#60;p&#62;No it won't. No matter what cookies users have, they will not prevent them logging in.&#60;/p&#62;
&#60;p&#62;schmitt, must say I really liked your site.  Not at all interested in things financial but it was engaging nonetheless.&#60;/p&#62;
&#60;p&#62;You could put these lines at the top of your bb-login.php:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;header(&#38;#39;Location: &#60;a href=&#34;http://www.example.com/&#38;#39;&#34; rel=&#34;nofollow&#34;&#62;http://www.example.com/&#38;#39;&#60;/a&#62;);
exit;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Obviously changing the URL to that of your wp-login.php. I don't know how else you'd do that. This may have all sorts of crazy adverse effects because I haven't tried it myself; maybe ck can say how he did it?
&#60;/p&#62;</description>
</item>
<item>
<title>schmitt on "Wordpress/BBPress Single Sign On"</title>
<link>http://bbpress.org/forums/topic/wordpressbbpress-single-sign-on#post-9024</link>
<pubDate>Tue, 17 Jul 2007 13:30:43 +0000</pubDate>
<dc:creator>schmitt</dc:creator>
<guid isPermaLink="false">9024@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Yes, but users reading the above... make sure to replace the MD5 hash with the one from your site. Do not simply cut and paste.
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Wordpress/BBPress Single Sign On"</title>
<link>http://bbpress.org/forums/topic/wordpressbbpress-single-sign-on#post-9010</link>
<pubDate>Tue, 17 Jul 2007 05:17:24 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">9010@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;There is an obscure cookie control plugin for wordpress that I found somewhere around here I think:&#60;br /&#62;
&#60;a href=&#34;http://www.2diabolos.com/blog/plugins-pour-wordpress/setcookieparams/&#34; rel=&#34;nofollow&#34;&#62;http://www.2diabolos.com/blog/plugins-pour-wordpress/setcookieparams/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;the bbpress config options you want are like this:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$bb-&#38;gt;wp_table_prefix = &#38;#39;wp_&#38;#39;;  // WordPress table prefix.  Example: &#38;#39;wp_&#38;#39;;
$bb-&#38;gt;wp_home = &#38;#39;http://example.com/blog&#38;#39;;  // WordPress - Options-&#38;gt;General: Blog address (URL) // Example: &#38;#39;http://example.com&#38;#39;
$bb-&#38;gt;wp_siteurl = &#38;#39;http://example.com&#38;#39;;  // WordPress - Options-&#38;gt;General: WordPress address (URL) // Example: &#38;#39;http://example.com&#38;#39;

$bb-&#38;gt;usercookie = &#38;#39;wordpressuser_ab1b1c8b2de0ca2b381c25a6b6e812a1&#38;#39;;
$bb-&#38;gt;passcookie = &#38;#39;wordpresspass_ab1b1c8b2de0ca2b381c25a6b6e812a1&#38;#39;;
$bb-&#38;gt;cookiedomain = &#38;#39;example.com&#38;#39;;
$bb-&#38;gt;cookiepath = &#38;#39;/&#38;#39;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;you also obviously want this plugin:&#60;br /&#62;
&#60;a href=&#34;http://bbpress.org/plugins/topic/2?replies=3&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/plugins/topic/2?replies=3&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;and less obviously this one is a must for WP integration:&#60;br /&#62;
&#60;a href=&#34;http://bbpress.org/forums/topic/usernames-with-spaces-do-not-work?replies=24#post-7904&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/topic/usernames-with-spaces-do-not-work?replies=24#post-7904&#60;/a&#62;&#60;br /&#62;
unfortunately it's not setup here as a formal plugin but it should be - see my dot fix at the end
&#60;/p&#62;</description>
</item>
<item>
<title>schmitt on "Wordpress/BBPress Single Sign On"</title>
<link>http://bbpress.org/forums/topic/wordpressbbpress-single-sign-on#post-9008</link>
<pubDate>Tue, 17 Jul 2007 04:42:22 +0000</pubDate>
<dc:creator>schmitt</dc:creator>
<guid isPermaLink="false">9008@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Next step will be this...&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;I also went a step further and routed all the login links on bbpress back to the wordpress login box since it has a few extra features. I use the redirect_to option to bring them back to bbpress.
&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;I'll search the forum but any guidance is appreciated.
&#60;/p&#62;</description>
</item>
<item>
<title>schmitt on "Wordpress/BBPress Single Sign On"</title>
<link>http://bbpress.org/forums/topic/wordpressbbpress-single-sign-on#post-9007</link>
<pubDate>Tue, 17 Jul 2007 04:36:10 +0000</pubDate>
<dc:creator>schmitt</dc:creator>
<guid isPermaLink="false">9007@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;OK, feeling pretty stupid now.&#60;/p&#62;
&#60;p&#62;I used the first suggestion:&#60;/p&#62;
&#60;p&#62;$bb-&#38;gt;usercookie = 'wordpressuser_full.hash.number';&#60;br /&#62;
$bb-&#38;gt;passcookie = 'wordpresspass_full.hash.number';&#60;/p&#62;
&#60;p&#62;Except this time I replaced it with my actual MD5. DUH!!!&#60;/p&#62;
&#60;p&#62;$bb-&#38;gt;usercookie = 'wordpressuser_ed93838a3c2677b2a3d53669c26b039b';&#60;br /&#62;
$bb-&#38;gt;passcookie = 'wordpresspass_ed93838a3c2677b2a3d53669c26b039b';&#60;/p&#62;
&#60;p&#62;Things working smoothly now. Thank you for your help and I hope this thread helps someone else.
&#60;/p&#62;</description>
</item>
<item>
<title>schmitt on "Wordpress/BBPress Single Sign On"</title>
<link>http://bbpress.org/forums/topic/wordpressbbpress-single-sign-on#post-9005</link>
<pubDate>Tue, 17 Jul 2007 04:29:31 +0000</pubDate>
<dc:creator>schmitt</dc:creator>
<guid isPermaLink="false">9005@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Everything  _ck_ mentions is what I want to do.
&#60;/p&#62;</description>
</item>
<item>
<title>Trent on "Wordpress/BBPress Single Sign On"</title>
<link>http://bbpress.org/forums/topic/wordpressbbpress-single-sign-on#post-9004</link>
<pubDate>Tue, 17 Jul 2007 04:12:26 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">9004@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I think we should write up a massive thread on all the things to do for proper integration since there are bits and pieces that work for most people all over this forum.&#60;/p&#62;
&#60;p&#62;Trent
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Wordpress/BBPress Single Sign On"</title>
<link>http://bbpress.org/forums/topic/wordpressbbpress-single-sign-on#post-9003</link>
<pubDate>Tue, 17 Jul 2007 04:10:38 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">9003@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Remember that many users will already have the &#34;remember me&#34; set for their cookie on wordpress and that doesn't expire for a year. This means their bbpress login will mysteriously fail. They'll either give up or re-register a new nickname.&#60;/p&#62;
&#60;p&#62;You also need the space and period plugin fix for names. Wordpress allows them, bbpress doesn't by default. So anyone with a space or period in their nickname will fail logging into bbPress. Not knowing such things can drive you mad.&#60;/p&#62;
&#60;p&#62;I also went a step further and routed all the login links on bbpress back to the wordpress login box since it has a few extra features. I use the redirect_to option to bring them back to bbpress.&#60;/p&#62;
&#60;p&#62;ps. another good integration thread for a future integration sub-forum
&#60;/p&#62;</description>
</item>
<item>
<title>Trent on "Wordpress/BBPress Single Sign On"</title>
<link>http://bbpress.org/forums/topic/wordpressbbpress-single-sign-on#post-9002</link>
<pubDate>Tue, 17 Jul 2007 04:00:57 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">9002@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Most just work with defining the wordpress part of the config.php and some need to play around.    As well, there is always defining the cookie domain from &#60;a href=&#34;http://bbpress.org/forums/topic/cookie-domain-settings?replies=4&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/topic/cookie-domain-settings?replies=4&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Trent
&#60;/p&#62;</description>
</item>
<item>
<title>schmitt on "Wordpress/BBPress Single Sign On"</title>
<link>http://bbpress.org/forums/topic/wordpressbbpress-single-sign-on#post-9001</link>
<pubDate>Tue, 17 Jul 2007 03:58:22 +0000</pubDate>
<dc:creator>schmitt</dc:creator>
<guid isPermaLink="false">9001@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I still have the cookiepath variable set... can I remove that?
&#60;/p&#62;</description>
</item>
<item>
<title>schmitt on "Wordpress/BBPress Single Sign On"</title>
<link>http://bbpress.org/forums/topic/wordpressbbpress-single-sign-on#post-9000</link>
<pubDate>Tue, 17 Jul 2007 03:57:30 +0000</pubDate>
<dc:creator>schmitt</dc:creator>
<guid isPermaLink="false">9000@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Now I can't log in to BBPress. Changing the config.php back.&#60;/p&#62;
&#60;p&#62;Is there something atypical about my install that is creating the problem. How can I just conform to the norm?
&#60;/p&#62;</description>
</item>
<item>
<title>Trent on "Wordpress/BBPress Single Sign On"</title>
<link>http://bbpress.org/forums/topic/wordpressbbpress-single-sign-on#post-8997</link>
<pubDate>Tue, 17 Jul 2007 03:52:45 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">8997@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Darn copy and paste....;) &#60;/p&#62;
&#60;p&#62;Trent
&#60;/p&#62;</description>
</item>
<item>
<title>schmitt on "Wordpress/BBPress Single Sign On"</title>
<link>http://bbpress.org/forums/topic/wordpressbbpress-single-sign-on#post-8996</link>
<pubDate>Tue, 17 Jul 2007 03:50:31 +0000</pubDate>
<dc:creator>schmitt</dc:creator>
<guid isPermaLink="false">8996@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I assume you mean....&#60;/p&#62;
&#60;p&#62;$bb-&#38;gt;usercookie = 'wordpressuser_full.hash.number';&#60;br /&#62;
$bb-&#38;gt;passcookie = 'wordpresspass_full.hash.number';&#60;/p&#62;
&#60;p&#62;double quotes at end changed to single. Trying now.
&#60;/p&#62;</description>
</item>
<item>
<title>Trent on "Wordpress/BBPress Single Sign On"</title>
<link>http://bbpress.org/forums/topic/wordpressbbpress-single-sign-on#post-8992</link>
<pubDate>Tue, 17 Jul 2007 03:36:13 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">8992@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Try adding the following to your bbPress config.php:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$bb-&#38;gt;usercookie = &#38;#39;wordpressuser_full.hash.number&#38;quot;;
$bb-&#38;gt;passcookie = &#38;#39;wordpresspass_full.hash.number&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Trent
&#60;/p&#62;</description>
</item>
<item>
<title>schmitt on "Wordpress/BBPress Single Sign On"</title>
<link>http://bbpress.org/forums/topic/wordpressbbpress-single-sign-on#post-8987</link>
<pubDate>Tue, 17 Jul 2007 03:00:49 +0000</pubDate>
<dc:creator>schmitt</dc:creator>
<guid isPermaLink="false">8987@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I think I see the problem now. BBPress is setting a different MD5 hash than wordpress. This must have to do with the fact it is installed in the subdirectory. Why is my install generating the wrong hash...&#60;/p&#62;
&#60;p&#62;My config.php is set up as above. Ive pasted it below. I included the full URL coding where as you used only the &#60;a href=&#34;http://www.xxxx.xxxx&#34; rel=&#34;nofollow&#34;&#62;www.xxxx.xxxx&#60;/a&#62; - I can't imagine that makes a difference.&#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://www.nyquistcapital.com/';  // WordPress - Options-&#38;gt;General: Blog address (URL) // Example: 'http://example.com'&#60;br /&#62;
$bb-&#38;gt;wp_siteurl = 'http://www.nyquistcapital.com/';  // WordPress - Options-&#38;gt;General: WordPress address (URL) // Example: 'http://example.com'&#60;/p&#62;
&#60;p&#62;$bb-&#38;gt;cookiepath = '/'; // Added per BBPress Forum Suggestion to ensure Wordpress user sharing&#60;/p&#62;
&#60;p&#62;--------------------------&#60;/p&#62;
&#60;p&#62;wordpressuser_ed93838a3c2677b2a3d53669c26b039b&#60;br /&#62;
Path: /&#60;br /&#62;
Content:admin&#60;/p&#62;
&#60;p&#62;wordpresspass_ed93838a3c2677b2a3d53669c26b039b&#60;br /&#62;
Path:/&#60;br /&#62;
Content:&#38;lt;HASH&#38;gt;&#60;/p&#62;
&#60;p&#62;And for BBPress&#60;br /&#62;
wordpressuser_34c5633735768bf923be82cd0042b16a&#60;br /&#62;
Path: /&#60;br /&#62;
Content:admin&#60;/p&#62;
&#60;p&#62;wordpresspass_34c5633735768bf923be82cd0042b16a&#60;br /&#62;
Path:/&#60;br /&#62;
Content:&#38;lt;HASH&#38;gt;
&#60;/p&#62;</description>
</item>
<item>
<title>fel64 on "Wordpress/BBPress Single Sign On"</title>
<link>http://bbpress.org/forums/topic/wordpressbbpress-single-sign-on#post-8984</link>
<pubDate>Tue, 17 Jul 2007 02:30:35 +0000</pubDate>
<dc:creator>fel64</dc:creator>
<guid isPermaLink="false">8984@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Expected behaviour is that signing into one will sign you into the other.&#60;/p&#62;
&#60;p&#62;Can you please do the following:&#60;/p&#62;
&#60;p&#62;Clear your cookies.&#60;br /&#62;
Log into wordpress and record what cookies are set, including domain and path (properties of each cookie).&#60;br /&#62;
Clear your cookies again.&#60;br /&#62;
Log into bb. Again record the cookies set. Are you logged into wp?&#60;br /&#62;
Tell us the cookies set from each case.
&#60;/p&#62;</description>
</item>
<item>
<title>schmitt on "Wordpress/BBPress Single Sign On"</title>
<link>http://bbpress.org/forums/topic/wordpressbbpress-single-sign-on#post-8983</link>
<pubDate>Tue, 17 Jul 2007 02:24:16 +0000</pubDate>
<dc:creator>schmitt</dc:creator>
<guid isPermaLink="false">8983@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I did the original install as Trent specified above. I also added in fel64's suggestion. I didn't see any changes in the behavior as a result.&#60;/p&#62;
&#60;p&#62;Let me reiterate. BBPress and WOrdpress are sharing a user database now. I can sign into BBPress using the name/pw combo of any existing Wordpress user.&#60;/p&#62;
&#60;p&#62;What I expected though, is that a user already signed into Wordpress would transition into BBPress (for the first time, as a new user) and automatically be logged in. Currently, they need to relogin using the same Wordpress username and password.&#60;/p&#62;
&#60;p&#62;Which behavior should be expected? I am looking for a seamless addition of forums for my existing client base....&#60;/p&#62;
&#60;p&#62;Thanks for the great help.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
