<?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: domercmh</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums User Favorites: domercmh</description>
<language>en</language>
<pubDate>Fri, 29 Aug 2008 18:46:50 +0000</pubDate>

<item>
<title>deliciousbass on "*seamless* wordpress integration"</title>
<link>http://bbpress.org/forums/topic/seemless-wordpress-integration/page/2#post-17746</link>
<pubDate>Mon, 28 Jul 2008 14:07:06 +0000</pubDate>
<dc:creator>deliciousbass</dc:creator>
<guid isPermaLink="false">17746@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;vilimaunula - thanks for the help. i'm going to try to digest what you've done - this is way more complicated that what i've done in the past. but i'll check it out and will let you know how it goes!
&#60;/p&#62;</description>
</item>
<item>
<title>vilimaunula on "*seamless* wordpress integration"</title>
<link>http://bbpress.org/forums/topic/seemless-wordpress-integration/page/2#post-17741</link>
<pubDate>Mon, 28 Jul 2008 06:47:58 +0000</pubDate>
<dc:creator>vilimaunula</dc:creator>
<guid isPermaLink="false">17741@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;deliciousbass:&#60;/p&#62;
&#60;p&#62;The &#34;latest discussions&#34; list at &#60;a href=&#34;http://akirakurosawa.info/forums/&#34; rel=&#34;nofollow&#34;&#62;http://akirakurosawa.info/forums/&#60;/a&#62; is compiled without the use of Wordpress or bbPress loops. Instead, it makes use of two direct hand-crafted MySQL queries to the database, one to the Wordpress tables and the other to the bbPress ones.&#60;/p&#62;
&#60;p&#62;Basically, both queries search for all the posts (or comments, in the case of Wordpress) written in the past month, then put these posts into various arrays. The arrays are then sorted so that the items are in a reversed chronological order, and finally the resulting list is displayed on the page with only the latest post/comment from each thread/blogpost/page included.&#60;/p&#62;
&#60;p&#62;In case it is any help, here is the code that I use -- I wouldn't suggest just copy-pasting it to your site though before reading it through and knowing what you are doing. You may at least need to change the table names. I have added comments to give some idea what is done where.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.vertebratesilence.com/bbpress_frontpage_discussions.txt&#34;&#62;See the code here&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;There most probably is a simpler way to do this, the php code could be streamlined, made more error-resistant, and it could possibly also be done with Wordpress/bbPress tags, or it could be turned into a plugin, if someone has the time and the energy.
&#60;/p&#62;</description>
</item>
<item>
<title>deliciousbass on "*seamless* wordpress integration"</title>
<link>http://bbpress.org/forums/topic/seemless-wordpress-integration/page/2#post-17711</link>
<pubDate>Sun, 27 Jul 2008 20:42:49 +0000</pubDate>
<dc:creator>deliciousbass</dc:creator>
<guid isPermaLink="false">17711@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;vilimaunula - your site akirakurosawa.info is an quite impressive integration of WP and BBPress. I'm wondering how you managed to  integrate your forum and wordpress loops into one, as presented on this page: &#60;a href=&#34;http://akirakurosawa.info/forums/.&#34; rel=&#34;nofollow&#34;&#62;http://akirakurosawa.info/forums/.&#60;/a&#62; You are showing a single chronological list of recent posts and comments across both your WP blog and BBPress forum. Would you mind sharing how you did this? I'm very new to PHP so would not be able to tweak things easily to make this happen.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Wordpress access to bbPress Functions"</title>
<link>http://bbpress.org/forums/topic/wordpress-access-to-bbpress-functions#post-17675</link>
<pubDate>Sat, 26 Jul 2008 06:18:18 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">17675@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Did you add that to wp-config.php as the &#60;strong&#62;first&#60;/strong&#62; line, right after the &#60;code&#62;&#38;lt;?php&#60;/code&#62;?&#60;/p&#62;
&#60;p&#62;The error &#60;code&#62;cannot redeclare&#60;/code&#62; means something has already been included that it's trying to include again.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.google.com/search?q=Cannot+redeclare+_http_build_query&#34; rel=&#34;nofollow&#34;&#62;http://www.google.com/search?q=Cannot+redeclare+_http_build_query&#60;/a&#62;()&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://bbpress.org/forums/topic/having-trouble-integrating-wp-functions&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/topic/having-trouble-integrating-wp-functions&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>deliciousbass on "Wordpress access to bbPress Functions"</title>
<link>http://bbpress.org/forums/topic/wordpress-access-to-bbpress-functions#post-17673</link>
<pubDate>Sat, 26 Jul 2008 06:09:12 +0000</pubDate>
<dc:creator>deliciousbass</dc:creator>
<guid isPermaLink="false">17673@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hi - I'm also trying to add access to bbpress functions inside Wordpress. I took the advice above and added&#60;/p&#62;
&#60;p&#62;require_once('path/to/bb-load.php');&#60;/p&#62;
&#60;p&#62;to my wp config file. &#60;/p&#62;
&#60;p&#62;Now I get the following error:&#60;/p&#62;
&#60;p&#62;Fatal error: Cannot redeclare _http_build_query() (previously declared in /path_to_bbpress/bb-includes/wp-functions.php:768) in /path_to_wordpress/wp-includes/compat.php on line 45&#60;/p&#62;
&#60;p&#62;Any ideas on why I'm seeing this and how to fix?
&#60;/p&#62;</description>
</item>
<item>
<title>AntonioP on "*seamless* wordpress integration"</title>
<link>http://bbpress.org/forums/topic/seemless-wordpress-integration/page/2#post-16452</link>
<pubDate>Sun, 25 May 2008 00:27:10 +0000</pubDate>
<dc:creator>AntonioP</dc:creator>
<guid isPermaLink="false">16452@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I am thouroughly confused on how to do this.  Where the heck would I actually start?  I don't want to integrate the the databases/cookies/etc., I just want to apply the same look of my header and footer at &#60;a href=&#34;http://www.atriskstoriesofhope.com/&#34; rel=&#34;nofollow&#34;&#62;www.atriskstoriesofhope.com/&#60;/a&#62; with &#60;a href=&#34;http://www.atriskstoriesofhope.com/bbpress...&#34; rel=&#34;nofollow&#34;&#62;www.atriskstoriesofhope.com/bbpress...&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>tomdebruin on "adding login_form(); into wordpress"</title>
<link>http://bbpress.org/forums/topic/adding-login_form-into-wordpress#post-15677</link>
<pubDate>Tue, 22 Apr 2008 15:59:07 +0000</pubDate>
<dc:creator>tomdebruin</dc:creator>
<guid isPermaLink="false">15677@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;the way to do add bbpress functions into wordpress is to add:&#60;/p&#62;
&#60;p&#62;if ( !defined('BBDB_NAME') )&#60;br /&#62;
require_once(ABSPATH.'bbpress/bb-load.php');&#60;/p&#62;
&#60;p&#62;into the wp-config.php file, just before the closing ?&#38;gt;
&#60;/p&#62;</description>
</item>
<item>
<title>tomdebruin on "adding login_form(); into wordpress"</title>
<link>http://bbpress.org/forums/topic/adding-login_form-into-wordpress#post-15661</link>
<pubDate>Tue, 22 Apr 2008 13:55:41 +0000</pubDate>
<dc:creator>tomdebruin</dc:creator>
<guid isPermaLink="false">15661@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I want to show the login form/status from bbpress in my wordpress site.&#60;/p&#62;
&#60;p&#62;but if I get put in &#34;login_form();&#34;  I get: Fatal error: Call to undefined function.&#60;/p&#62;
&#60;p&#62;How do I add the bbpress functions into wordpress?
&#60;/p&#62;</description>
</item>
<item>
<title>sambauers on "How to integrate bbPress 0.9 with WordPress 2.3 or lower"</title>
<link>http://bbpress.org/forums/topic/how-to-integrate-bbpress-09-with-wordpress-23-or-lower#post-15598</link>
<pubDate>Mon, 21 Apr 2008 12:04:03 +0000</pubDate>
<dc:creator>sambauers</dc:creator>
<guid isPermaLink="false">15598@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;New WordPress MU 1.5 release candidate is now out:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://ocaoimh.ie/2008/04/19/wordpress-mu-15-rc1/&#34; rel=&#34;nofollow&#34;&#62;http://ocaoimh.ie/2008/04/19/wordpress-mu-15-rc1/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>sambauers on "How to integrate bbPress 0.9 with WordPress 2.3 or lower"</title>
<link>http://bbpress.org/forums/topic/how-to-integrate-bbpress-09-with-wordpress-23-or-lower#post-15505</link>
<pubDate>Fri, 18 Apr 2008 09:47:45 +0000</pubDate>
<dc:creator>sambauers</dc:creator>
<guid isPermaLink="false">15505@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;@ blackidlabs&#60;/p&#62;
&#60;p&#62;I think a new release of WPMU is imminent. You might want to hold off until it is released, or you can simply follow the same integration steps as for WP2.3 (installing required compatibility plugins)&#60;/p&#62;
&#60;p&#62;If you have any issues, then ask here.
&#60;/p&#62;</description>
</item>
<item>
<title>blackidlabs on "How to integrate bbPress 0.9 with WordPress 2.3 or lower"</title>
<link>http://bbpress.org/forums/topic/how-to-integrate-bbpress-09-with-wordpress-23-or-lower#post-15488</link>
<pubDate>Thu, 17 Apr 2008 19:56:11 +0000</pubDate>
<dc:creator>blackidlabs</dc:creator>
<guid isPermaLink="false">15488@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hi Sam,&#60;br /&#62;
   youve been a great help so far. I was just going through the installation of bbpress. Now I have wpmu installed on my server &#60;a href=&#34;http://www.blackidlabs.com.&#34; rel=&#34;nofollow&#34;&#62;www.blackidlabs.com.&#60;/a&#62; I wanted to integrate bbpress into it. I guess wpmu is in 2.3.3 stage as of now. So I wanted to ask you, should I go through the wordpress integration option which bbpress gives during the installation?&#60;/p&#62;
&#60;p&#62;Thanks&#60;/p&#62;
&#60;p&#62;Jyot
&#60;/p&#62;</description>
</item>
<item>
<title>sambauers on "How to integrate bbPress 0.9 with WordPress 2.3 or lower"</title>
<link>http://bbpress.org/forums/topic/how-to-integrate-bbpress-09-with-wordpress-23-or-lower#post-15482</link>
<pubDate>Thu, 17 Apr 2008 16:47:58 +0000</pubDate>
<dc:creator>sambauers</dc:creator>
<guid isPermaLink="false">15482@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Try putting this in your bb-config, it should rename those bbPress cookies for you:&#60;/p&#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;.&#60;br /&#62;
You may also need to adjust the cookie domain and path, but try that first.
&#60;/p&#62;</description>
</item>
<item>
<title>KIntheHouse on "How to integrate bbPress 0.9 with WordPress 2.3 or lower"</title>
<link>http://bbpress.org/forums/topic/how-to-integrate-bbpress-09-with-wordpress-23-or-lower#post-15451</link>
<pubDate>Thu, 17 Apr 2008 01:06:06 +0000</pubDate>
<dc:creator>KIntheHouse</dc:creator>
<guid isPermaLink="false">15451@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hi Sam, would this hold good to WPMU as well? I figure it is definitely not as up to date as WP.&#60;/p&#62;
&#60;p&#62;I tried installing these plugins in bbPress but WordPress doesn't seem to recognize that I am already logged into bbPress or vice versa.&#60;/p&#62;
&#60;p&#62;When I look at the cookies, WPMU has just wordpresspass &#38;#38; wordpressuser set. The bbPress cookies look like wordpressuser_2c7... &#38;#38; wordpresspass_2c7..&#60;/p&#62;
&#60;p&#62;This is with the two plugins installed and made to load with the underscore.&#60;/p&#62;
&#60;p&#62;I will appreciate any help. Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>fooddude on "Cookies not shared between 0.9 and 2.5"</title>
<link>http://bbpress.org/forums/topic/cookies-not-shared-between-09-and-25#post-15225</link>
<pubDate>Thu, 10 Apr 2008 05:01:10 +0000</pubDate>
<dc:creator>fooddude</dc:creator>
<guid isPermaLink="false">15225@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Doh! Secrets stored in the database didn't match. Edited and now everything works fine. Not sure how that happened, but thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>sambauers on "Cookies not shared between 0.9 and 2.5"</title>
<link>http://bbpress.org/forums/topic/cookies-not-shared-between-09-and-25#post-15220</link>
<pubDate>Thu, 10 Apr 2008 02:34:35 +0000</pubDate>
<dc:creator>sambauers</dc:creator>
<guid isPermaLink="false">15220@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;OK, so it looks like you have matched the domains and paths correctly. Have you matched the bbPress &#34;BB_SECRET_KEY&#34; in bb-config.php to the WordPress &#34;SECRET_KEY&#34; in wp-config.php?&#60;/p&#62;
&#60;p&#62;Do the secrets stored in each database match?&#60;/p&#62;
&#60;p&#62;In bbPress it is the &#34;secret&#34; meta_key for topic &#34;0&#34; in bb_topicmeta.&#60;/p&#62;
&#60;p&#62;In WordPress it is the &#34;secret&#34; meta_key in the wp_options table.&#60;/p&#62;
&#60;p&#62;(Keep in mind that the cookie contents aren't meant to be the same as they are hashed against the login time.)
&#60;/p&#62;</description>
</item>
<item>
<title>fooddude on "Cookies not shared between 0.9 and 2.5"</title>
<link>http://bbpress.org/forums/topic/cookies-not-shared-between-09-and-25#post-15216</link>
<pubDate>Thu, 10 Apr 2008 00:44:29 +0000</pubDate>
<dc:creator>fooddude</dc:creator>
<guid isPermaLink="false">15216@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I have the same problem with 2.5 and .9.01. Driving me crazy logging back in every time I switch. Yes, remember me is checked, and it's happening on multiple browsers. Cookies are working fine for me everywhere else.
&#60;/p&#62;</description>
</item>
<item>
<title>skehoe on "How to integrate bbPress 0.9 with WordPress 2.3 or lower"</title>
<link>http://bbpress.org/forums/topic/how-to-integrate-bbpress-09-with-wordpress-23-or-lower#post-15215</link>
<pubDate>Thu, 10 Apr 2008 00:14:15 +0000</pubDate>
<dc:creator>skehoe</dc:creator>
<guid isPermaLink="false">15215@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Sam, I have both of these plugins running on the latest version of bbpress .9.0.1  and I'm using wordpress 2.3.3.  Even before I installed any of your plugins, the user databases transferred between the two but the user roles have never been assigned correctly.   Ever since I installed the moldy cookie plugin, I can login on my forums and go to wordpress but when I got from wordpress to bbpress it logs me out.  In addition, I can only log onto bbpress now and not wordpress, wordpress says my password is invalid.  So I can login through bbpress and go to wordpress fine, but I can't do it vice versa.  Any suggestions?&#60;/p&#62;
&#60;p&#62;EDIT:&#60;br /&#62;
Scratch that, it works perfectly now, the problem was that I setup a subdomain forum.chroniccorner.net and it only carried the cookie if I made it chroniccorner.net/bbpress&#60;br /&#62;
thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>intellivision on "Cookies not shared between 0.9 and 2.5"</title>
<link>http://bbpress.org/forums/topic/cookies-not-shared-between-09-and-25#post-15214</link>
<pubDate>Thu, 10 Apr 2008 00:02:00 +0000</pubDate>
<dc:creator>intellivision</dc:creator>
<guid isPermaLink="false">15214@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Same behavior when I don't check &#34;remember me&#34;. Logging in one logs me out of the other.&#60;/p&#62;
&#60;p&#62;Note: I just today moved the site from a dev area at &#60;/p&#62;
&#60;p&#62;&#60;code&#62;coloradoboards.com/appleswitcher/wp/&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;to&#60;/p&#62;
&#60;p&#62;&#60;code&#62;appleswitcher.com/wp/&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;so further cookie path examples will reflect that.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Cookies not shared between 0.9 and 2.5"</title>
<link>http://bbpress.org/forums/topic/cookies-not-shared-between-09-and-25#post-15213</link>
<pubDate>Wed, 09 Apr 2008 23:22:00 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">15213@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Fourteen days is long?  Or you get 14 days when you click the &#34;remember me&#34;?  What is the default length for the cookie when you don't click &#34;remember me&#34;?
&#60;/p&#62;</description>
</item>
<item>
<title>sambauers on "Cookies not shared between 0.9 and 2.5"</title>
<link>http://bbpress.org/forums/topic/cookies-not-shared-between-09-and-25#post-15202</link>
<pubDate>Wed, 09 Apr 2008 18:50:49 +0000</pubDate>
<dc:creator>sambauers</dc:creator>
<guid isPermaLink="false">15202@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I notice a long expiration date, so I assume you checked the &#34;remember me&#34; option in both instances. Does it happen when you don't check &#34;remember me&#34;?
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Cookies not shared between 0.9 and 2.5"</title>
<link>http://bbpress.org/forums/topic/cookies-not-shared-between-09-and-25#post-15198</link>
<pubDate>Wed, 09 Apr 2008 18:23:23 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">15198@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Is the secret different between WordPress and bbPress?  I'm not sure how this works, but, I'm &#34;&#60;a href=&#34;http://www.imdb.com/title/tt0083131/quotes#qt0321507&#34; title=&#34;it's a joke, son&#34;&#62;willing to learn&#60;/a&#62;&#34;.
&#60;/p&#62;</description>
</item>
<item>
<title>intellivision on "Cookies not shared between 0.9 and 2.5"</title>
<link>http://bbpress.org/forums/topic/cookies-not-shared-between-09-and-25#post-15191</link>
<pubDate>Wed, 09 Apr 2008 17:08:53 +0000</pubDate>
<dc:creator>intellivision</dc:creator>
<guid isPermaLink="false">15191@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Logging in to WP 2.5 logs me out of bbPress 0.9.0.1, and vice-versa. &#60;/p&#62;
&#60;p&#62;Cookie information with bbPress .9&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;name: wordpress_613ba28cb41760cadf1f08a898f98620
contents: xxxx%7C1208969840%7C594bfc5f83a1e8af5dd70d130d4c0b89
website: coloradoboards.com
path: /appleswitcher/wp/
date: Wed, Apr 23, 2008 10:57:19 AM&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Cookie information with WP 2.5&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;name: wordpress_613ba28cb41760cadf1f08a898f98620
contents: xxxx%7C1208969965%7Cba3e6d706d0ec0feff73e34afde5d9f0
website: coloradoboards.com
path: /appleswitcher/wp/
date: Wed, Apr 23, 2008 10:59:23 AM&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;...where xxxx is a not my username... just using that for security.
&#60;/p&#62;</description>
</item>
<item>
<title>sambauers on "How to integrate bbPress 0.9 with WordPress 2.3 or lower"</title>
<link>http://bbpress.org/forums/topic/how-to-integrate-bbpress-09-with-wordpress-23-or-lower#post-15044</link>
<pubDate>Sat, 05 Apr 2008 00:57:31 +0000</pubDate>
<dc:creator>sambauers</dc:creator>
<guid isPermaLink="false">15044@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;bbPress 0.9 requires WordPress 2.5 &#34;out of the box&#34; but I have just released a couple of plugins that allow for integration with earlier versions of WordPress (e.g. version 2.3).&#60;/p&#62;
&#60;p&#62;Although you can use these plugins to get integration with earlier versions happening, it is still strongly recommended that you upgrade your WordPress installation to version 2.5!&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;Only follow this guide if you are using bbPress 0.9 or higher and are trying to integrate it with a WordPress installation with a version earlier than version 2.5!!!&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;The problem with using earlier versions of WordPress is two-fold:&#60;/p&#62;
&#60;ol&#62;
&#60;li&#62;The password hashing algorithm has changed.&#60;/li&#62;
&#60;li&#62;The authentication cookie is now different.&#60;/li&#62;
&#60;/ol&#62;
&#60;p&#62;The solution is to install these two plugins into bbPress:&#60;/p&#62;
&#60;ol&#62;
&#60;li&#62;&#34;&#60;a href=&#34;http://bbpress.org/plugins/topic/md5-insecurity-for-bbpress/&#34;&#62;MD5 Insecurity for bbPress&#60;/a&#62;&#34; - downgrades bbPress' password hashing back to MD5.&#60;/li&#62;
&#60;li&#62;&#34;&#60;a href=&#34;http://bbpress.org/plugins/topic/mouldy-old-cookies-for-bbpress/&#34;&#62;Mouldy Old Cookies for bbPress&#60;/a&#62;&#34; - Reinstates use of the old cookie styles in bbPress.&#60;/li&#62;
&#60;/ol&#62;
&#60;p&#62;Download and install each of these into bbPress. No plugins should be necessary in WordPress to enable integration.&#60;/p&#62;
&#60;p&#62;I recommend you make these plugins &#34;autoload&#34; by pre-pending an underscore  &#34;_&#34; to the plugin filename. This means the plugins will always load and can't be deactivated from the plugin page in the admin area.
&#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-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>schmitt on "Wordpress access to bbPress Functions"</title>
<link>http://bbpress.org/forums/topic/wordpress-access-to-bbpress-functions#post-13481</link>
<pubDate>Wed, 30 Jan 2008 12:52:15 +0000</pubDate>
<dc:creator>schmitt</dc:creator>
<guid isPermaLink="false">13481@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I can live without integration but it would be nice to have shared header and sidebar code. I just wanted to log my observation in case someone else had the same problem.&#60;/p&#62;
&#60;p&#62;I imagine with all the new focus on forum software these issues will eventually get mowed down.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
