<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1-alpha" -->
<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: bbPress Integration plugin for WPMU</title>
		<link>http://bbpress.org/forums/topic/bbpress-integration-plugin-for-wpmu</link>
		<description><![CDATA[bbPress Support Forums &raquo; Topic: bbPress Integration plugin for WPMU]]></description>
		<language>en-US</language>
		<pubDate>Mon, 22 Mar 2010 05:42:30 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://bbpress.org/forums/search.php</link>
		</textInput>
		<atom:link href="http://bbpress.org/forums/rss/topic/bbpress-integration-plugin-for-wpmu" rel="self" type="application/rss+xml" />

		<item>
			<title>John James Jacoby on "bbPress Integration plugin for WPMU"</title>
			<link>http://bbpress.org/forums/topic/bbpress-integration-plugin-for-wpmu/page/2#post-38363</link>
			<pubDate>Wed, 08 Jul 2009 06:13:21 +0000</pubDate>
			<dc:creator>John James Jacoby</dc:creator>
			<guid isPermaLink="false">38363@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;This is great info. Awesome work.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JasonG on "bbPress Integration plugin for WPMU"</title>
			<link>http://bbpress.org/forums/topic/bbpress-integration-plugin-for-wpmu/page/2#post-38009</link>
			<pubDate>Sat, 04 Jul 2009 02:15:45 +0000</pubDate>
			<dc:creator>JasonG</dc:creator>
			<guid isPermaLink="false">38009@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;Here is the latest integration rundown.  I first lay out some helpful hints to those out there looking for them, and toward the bottom I point out something which the integration plug-in does not properly handle.   That is the HTTPS secure cookie upon logging out.  Depending on your setup this may cause issues.  Most of the time you'll be ok.  If  your like us and have added a proprietary layer of security for internal use only, you like to make sure when your secure cookies expire they expire asap and are completely gone.&#60;/p&#62;
&#60;p&#62;I recommend maybe, just a suggestion as I'm not privy to the dev's stream of intentions to query if 'BB_FORCE_SSL_xxx...' is set.  This is probably a much better indication of scheme than relying on the database option only.  I know your busy Sam and that wpmu integration is like the last thing on your list.  However, some of the code base is already merging.&#60;/p&#62;
&#60;p&#62;Noteables:  Step &#60;a href=&#34;http://trac.bbpress.org/ticket/6&#34;&#62;#6&#60;/a&#62;, Step &#60;a href=&#34;http://trac.bbpress.org/ticket/7&#34;&#62;#7&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;But before you continue:&#60;/p&#62;
&#60;p&#62;1.) Disable Your Cache Server (Varnish/Squid). Go straight to your webserver (Eliminate other causes.)&#60;br /&#62;
2.) Get Integration working on plain http first.  DO NOT define any force SSL/Admin anywhere on either wpmu/wp/bbpress.&#60;br /&#62;
3.) Go back and integrate if you can't get &#60;a href=&#34;http://trac.bbpress.org/ticket/2&#34;&#62;#2&#60;/a&#62; done.  Some helpful hints that work:&#60;br /&#62;
    3a.) Install wp/wpmu&#60;br /&#62;
    3b.) Install bbpress&#60;br /&#62;
    3c.) Install integration plugin for wp.  In the option where it says complete URL, that means &#34;http://mysite.com&#34; and not &#34;mysite.com&#34;.  If your _only_ (meaning 100% of the time) ever going to use HTTPS then go ahead and define HTTPS.&#60;br /&#62;
    3d.) I made sure all key/salts were setup in wp first, and then mirrored them into bb-config prepending BB_ in front of each Define.  I defined manually: AUTH_KEY, SECURE_AUTH_KEY, LOGGED_IN_KEY, NONCE_KEY, AUTH_SALT, LOGGED_IN_SALT, AND SECURE_AUTH_SALT (7 in total defines).&#60;/p&#62;
&#60;p&#62;Once you have HTTP squared away Proceed with SSL:&#60;/p&#62;
&#60;p&#62;4.)  The integration plugin will try do some things for you in the backend, it will actually try to do all the cookie work for you.  However it works off values you set via the integration option page and your wpmu site options.&#60;br /&#62;
  To take control of a few options, go ahead and define MANUALLY the following: (just as the plug-in suggests and more sometimes):&#60;br /&#62;
    COOKIEHASH, COOKIE_DOMAIN, SITECOOKIEPATH, and COOKIEPATH.  &#60;/p&#62;
&#60;p&#62;5.)  Add to wp-config.php:&#60;br /&#62;
    define('FORCE_SSL_LOGIN', true);&#60;br /&#62;
    define('FORCE_SSL_ADMIN', true);&#60;/p&#62;
&#60;p&#62;6.) Add to bb-config.php:&#60;br /&#62;
    define('BB_FORCE_SSL_USER_FORMS', true);&#60;br /&#62;
    define('BB_FORCE_SSL_ADMIN', true);&#60;/p&#62;
&#60;p&#62;7.)  The kicker for me since I'm using MU Subdomains, i HAD to put into my bb-config:&#60;br /&#62;
  $bb-&#38;gt;cookiedomain='.mydomain.com' //Yes, with the dot before the domain.&#60;br /&#62;
(This is literally the only direct access object config I set in my PHP file.  All the rest is handled by 'DEFINE' )&#60;/p&#62;
&#60;p&#62;Up to this point you should have integration with HTTP and HTTPS.  Back and forth, forth and back, every which way.  You should have it done without any manual speed up accessors.  If it works, go ahead and add them but make sure you set them correctly.  If your fanatical about security then cross the line, otherwise go get a beer, woman or pillow whatever.&#60;/p&#62;
&#60;p&#62;----------The Line----------&#60;/p&#62;
&#60;p&#62;8.)  Log into BBpress.  Goto your main blog, and wp will see you have a 'logged_in' cookie.  Will display the site_admin link.  Just go ahead and click log out.&#60;/p&#62;
&#60;p&#62;9.)  Logging out will log you out, except a few cookies are left over.  This is because the integration plug-in never inspects the HTTPS scheme properly.  It will always look for HTTP.  Test this by editing line 182 in the plugin file to read:&#60;br /&#62;
  $secure = true; //Don't forget to change me back to false (default).&#60;/p&#62;
&#60;p&#62;10.) Repeat, and you'll notice your cookies (the ones which matter) get blown away.&#60;/p&#62;
&#60;p&#62;Notes:&#60;br /&#62;
- If you install WPMU 2.8 Alpha/Beta/Etc... you must _NOT_ enable&#60;br /&#62;
     define( 'WP_AUTH_COOKIE_VERSION', 1 )&#60;br /&#62;
as the plugin suggests.&#60;/p&#62;
&#60;p&#62;- I DID NOT use any of the &#34;speed up&#34; manual configs which the bbpress integration tool points out.  If you can't get it working without these settings, adding them may not help at all and masks your real issue which is some other settings are screwed.&#60;/p&#62;
&#60;p&#62;- you NEED to make sure your URLs are correct.  That means every single URL defined in your database in any meta table, options etc...  Especially the case with the integration plugin.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JasonG on "bbPress Integration plugin for WPMU"</title>
			<link>http://bbpress.org/forums/topic/bbpress-integration-plugin-for-wpmu/page/2#post-38002</link>
			<pubDate>Fri, 03 Jul 2009 23:33:07 +0000</pubDate>
			<dc:creator>JasonG</dc:creator>
			<guid isPermaLink="false">38002@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;Just started debugging but looks like the plugin reads the scheme from the URL stored option of the integration plugin. If your using secure it will never flag secure if using force ssl.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JasonG on "bbPress Integration plugin for WPMU"</title>
			<link>http://bbpress.org/forums/topic/bbpress-integration-plugin-for-wpmu/page/2#post-37955</link>
			<pubDate>Fri, 03 Jul 2009 16:32:22 +0000</pubDate>
			<dc:creator>JasonG</dc:creator>
			<guid isPermaLink="false">37955@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;the defines worked.  However logging out does not clear nor log me out of bbpress when I've logged on via wpmu.  I'll xdebug tonight, any pointers or things I should check? I have 7 cookie keys/salts define in both configs and all are identical. No go. Thanks guys, -J
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Sam Bauers on "bbPress Integration plugin for WPMU"</title>
			<link>http://bbpress.org/forums/topic/bbpress-integration-plugin-for-wpmu/page/2#post-37884</link>
			<pubDate>Fri, 03 Jul 2009 03:44:31 +0000</pubDate>
			<dc:creator>Sam Bauers</dc:creator>
			<guid isPermaLink="false">37884@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;To be honest though, I've never tried integration across SSL sites, it may not be possible with currently existing tools.&#60;/p&#62;
&#60;p&#62;Setting bbPress to also force SSL might do it, but I can't do any testing right now.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Sam Bauers on "bbPress Integration plugin for WPMU"</title>
			<link>http://bbpress.org/forums/topic/bbpress-integration-plugin-for-wpmu/page/2#post-37883</link>
			<pubDate>Fri, 03 Jul 2009 03:42:39 +0000</pubDate>
			<dc:creator>Sam Bauers</dc:creator>
			<guid isPermaLink="false">37883@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;In bbPress to use SSL you need these in your bb-config.php:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;define(&#38;#39;BB_FORCE_SSL_USER_FORMS&#38;#39;, true);
define(&#38;#39;BB_FORCE_SSL_ADMIN&#38;#39;, true);&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>JasonG on "bbPress Integration plugin for WPMU"</title>
			<link>http://bbpress.org/forums/topic/bbpress-integration-plugin-for-wpmu/page/2#post-37882</link>
			<pubDate>Fri, 03 Jul 2009 02:56:38 +0000</pubDate>
			<dc:creator>JasonG</dc:creator>
			<guid isPermaLink="false">37882@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;WPMU Trunk + bbPress Latest RC + Integration Plugin with:&#60;br /&#62;
define('FORCE_SSL_LOGIN', true);&#60;br /&#62;
define('FORCE_SSL_ADMIN', true);&#60;/p&#62;
&#60;p&#62;Does not work.  Setting the values to false (disabling SSL/HTTPS), integration works great.  However when it comes to SSL, forget it.  I'm going to say it's impossible. :-)&#60;/p&#62;
&#60;p&#62;We need SSL to work across software packages, security is paramount.&#60;/p&#62;
&#60;p&#62;Any help from anyone or the devs, let me know.&#60;/p&#62;
&#60;p&#62;Again, this is a SSL WPMU install.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ramoonus on "bbPress Integration plugin for WPMU"</title>
			<link>http://bbpress.org/forums/topic/bbpress-integration-plugin-for-wpmu/page/2#post-37809</link>
			<pubDate>Tue, 30 Jun 2009 13:17:43 +0000</pubDate>
			<dc:creator>Ramoonus</dc:creator>
			<guid isPermaLink="false">37809@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;version 1.0 has been released several minutes ago!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Detective on "bbPress Integration plugin for WPMU"</title>
			<link>http://bbpress.org/forums/topic/bbpress-integration-plugin-for-wpmu/page/2#post-37738</link>
			<pubDate>Sun, 28 Jun 2009 19:59:48 +0000</pubDate>
			<dc:creator>Detective</dc:creator>
			<guid isPermaLink="false">37738@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;Now I get an odd behavior:&#60;br /&#62;
- if the user logs in inside WP, he appears logged in in both WP and BB, but he can't post in BB. If he has admin rights, he can't see bb-admin.&#60;br /&#62;
- if the user logs in inside BB, everything works ok in both WP and BB.&#60;/p&#62;
&#60;p&#62;So I redirected all logins to BB.&#60;/p&#62;
&#60;p&#62;In mu-plugins I added the following:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;function rk_login_redirect() {
	if (strpos($_SERVER[&#38;#39;REQUEST_URI&#38;#39;], &#38;#39;wp-login.php&#38;#39;) !== false &#38;amp;&#38;amp; $_GET[&#38;#39;action&#38;#39;] != &#38;#39;logout&#38;#39; ) {
		$url = &#38;#39;http://foros.ryuuko.cl/bb-login.php&#38;#39;;
		$redirect = urlencode(wp_get_referer());
		$url = add_query_arg(&#38;#39;redirect_to&#38;#39;, $redirect, $url);
		wp_redirect($url);
	}
}
add_action(&#38;#39;init&#38;#39;, &#38;#39;rk_login_redirect&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;In a plugin in my-plugins I added:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_filter(&#38;#39;wp_redirect&#38;#39;, &#38;#39;rk_redirect_location&#38;#39;);
function rk_redirect_location($location, $status = 302) {
	$arr = array();
	$ref = wp_get_referer();
	$url_array = parse_url($ref);
	parse_str($url_array[&#38;#39;query&#38;#39;], $arr);

	if (isset($arr[&#38;#39;redirect_to&#38;#39;]) &#38;amp;&#38;amp; !empty($arr[&#38;#39;redirect_to&#38;#39;])) {
		$url = urldecode($arr[&#38;#39;redirect_to&#38;#39;]);
		$url_array = parse_url($url);
		if (strpos($url_array[&#38;#39;host&#38;#39;], &#38;#39;ryuuko.cl&#38;#39;) !== false)
			$location = $url;
	}
	return $location;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>nielowait on "bbPress Integration plugin for WPMU"</title>
			<link>http://bbpress.org/forums/topic/bbpress-integration-plugin-for-wpmu/page/2#post-37211</link>
			<pubDate>Thu, 18 Jun 2009 14:44:49 +0000</pubDate>
			<dc:creator>nielowait</dc:creator>
			<guid isPermaLink="false">37211@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;Wow, this is a bit of a headache.&#60;/p&#62;
&#60;p&#62;I'm busy trying to get the integration sorted out and got along quite well (WPMU, BBPress, BuddyPress combo), although I still needed to log in twice, when my luck ran out and now I can't seem to log into bbpress. Bit annoying. I've reinstalled the whole thing, but still no luck. Trying to debug it at the moment, but it's tough going.&#60;/p&#62;
&#60;p&#62;I did come across something that needed fixing though; I'm not sure where to submit this fix, so I'm posting it here for now.&#60;/p&#62;
&#60;p&#62;The bug was this; the latest release candidate never displayed the dropdown from which one selects the keymaster during installation due to a mistake in line 2569 of bb-admin/includes/class.bb-install.php.&#60;/p&#62;
&#60;p&#62;Previously the line was;&#60;br /&#62;
$wp_administrator_meta_key .= $this-&#38;gt;data&#60;a href=&#34;http://trac.bbpress.org/changeset/2&#34;&#62;[2]&#60;/a&#62;['form']['wordpress_mu_primary_blog_id']['value'] . '_';&#60;/p&#62;
&#60;p&#62;which meant the meta_key it tried to query the db on looked something like this; 'wp_capabilities1_'.&#60;/p&#62;
&#60;p&#62;I changed it to:&#60;br /&#62;
$wp_administrator_meta_key  = $bbdb-&#38;gt;escape( $bb-&#38;gt;wp_table_prefix . $this-&#38;gt;data&#60;a href=&#34;http://trac.bbpress.org/changeset/2&#34;&#62;[2]&#60;/a&#62;['form']['wordpress_mu_primary_blog_id']['value'] . '_capabilities' );&#60;/p&#62;
&#60;p&#62;so now the key will be 'wp_1_capabilities'.&#60;/p&#62;
&#60;p&#62;This is obviously (when you look at the code) only relevant when setting the default blog id.&#60;/p&#62;
&#60;p&#62;Hope it helps someone!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ITguy on "bbPress Integration plugin for WPMU"</title>
			<link>http://bbpress.org/forums/topic/bbpress-integration-plugin-for-wpmu/page/2#post-37051</link>
			<pubDate>Tue, 16 Jun 2009 22:35:17 +0000</pubDate>
			<dc:creator>ITguy</dc:creator>
			<guid isPermaLink="false">37051@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;John, first please enjoy your vacation. As to your question, yes I do use 'deep integration'. I have deleted the 3 groups I had that would not allow the recreation of the forums via the toggling of the 'Enable discussion forum' option. That was my only remaining problem. I was able to recreate the groups from scratch and transferred the topics and posting db entries from my backup. Everything is now working :-)&#60;/p&#62;
&#60;p&#62;I did a quick search through the BuddyPress forums about the issue you mention but have not found it. I will do it again over the weekend. Should I find it I will try any suggested fix by setting up another copy my setup (code and database) saved this morning before I deleted the problem group forums. I have a spare domain I can use just for that purpose. Should you find it please feel free to post the URL here.&#60;/p&#62;
&#60;p&#62;Thanks again for all your help, hopefully I can help you with identifying the issue you referring to for your screen casts.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>John James Jacoby on "bbPress Integration plugin for WPMU"</title>
			<link>http://bbpress.org/forums/topic/bbpress-integration-plugin-for-wpmu/page/2#post-37043</link>
			<pubDate>Tue, 16 Jun 2009 21:22:19 +0000</pubDate>
			<dc:creator>John James Jacoby</dc:creator>
			<guid isPermaLink="false">37043@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;ITguy, are you using deep integration? If so, I think there's something else that needs to be done before the group forum creation will work.&#60;/p&#62;
&#60;p&#62;I ran into the same issue as you a few months back. Burt's XMLRPC check would work, but forums wouldn't get made. If memory serves me right, the XMLRPC was reincluding something that was mucking up the forum creation, but I don't recall exactly what that is at the moment, but I banged my head against it for a week, and there's a topic somewhere in the BuddyPress forums to prove it. :)&#60;/p&#62;
&#60;p&#62;I'm packing for a week long vacation tonight, and am flying all day tomorrow. I'll have my laptop and access to all my code by Wednesday night, and will be back to help support this again. In the meantime I invite you to scour buddypress.org/forums and see if you can find any of my past replies or recent topics. Check from about April or so. Getting this figured out is important to me too, as I've got a series of Integration screen casts I'm going to put together and give to the *Press sites to help answer all of the questions everyone has about integration, since it is a very popular topic and many of us spend many hours developing and supporting it.&#60;/p&#62;
&#60;p&#62;Talk soon, and good luck until then.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ITguy on "bbPress Integration plugin for WPMU"</title>
			<link>http://bbpress.org/forums/topic/bbpress-integration-plugin-for-wpmu#post-37021</link>
			<pubDate>Tue, 16 Jun 2009 16:39:21 +0000</pubDate>
			<dc:creator>ITguy</dc:creator>
			<guid isPermaLink="false">37021@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;@chrishajer, not sure where the original instruction about the need for '$bb-&#38;gt;bb_xmlrpc_allow_user_switching = true; ' came from, besides seeing it referenced in all BB and ppB integration instructions, I came across it first on the BuddyPress.org site's 'Installing and setting up bp-forums' article (step 11). The URL is  &#38;lt;http://trac.buddypress.org/browser/trunk/bp-forums/installation-readme.txt&#38;gt;.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ITguy on "bbPress Integration plugin for WPMU"</title>
			<link>http://bbpress.org/forums/topic/bbpress-integration-plugin-for-wpmu#post-37018</link>
			<pubDate>Tue, 16 Jun 2009 15:11:26 +0000</pubDate>
			<dc:creator>ITguy</dc:creator>
			<guid isPermaLink="false">37018@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;John, XML-RPC is (was) turned on in both WPMU/BP and bbP. Also '$bb-&#38;gt;bb_xmlrpc_allow_user_switching = true;' is (and always was) at the end of the bb-config file just before the closing PHP statement. I even check again that XML-RPC was working properly via Burt's XML-RPC-sayhello plugin.&#60;/p&#62;
&#60;p&#62;Sam, taking your note 'about re-applying the role map does not change the roles users already have', I applied John's suggestion to 'purge the bb_capabilities and apply the role map once everything is lined up'.&#60;/p&#62;
&#60;p&#62;The end result is the same, user switching works, admin has the correct bb_capabilities in the wp_usermeta table (no need this time for manual correction), and all users can create new groups with forums, add topics and relies to all discussions. The ONLY thing still not working is the recreation (activation) of old exiting groups with forums that exited before upgrading from BP 1.0 to 1,0,1 and bbP 1.0-Alpha-6 to 1.0-RC2.&#60;/p&#62;
&#60;p&#62;I guess I have to delete them and create them as new groups. I should be able to export the topics and replies first and import them after the creation, unless one of you has another suggestion. Regardless, thanks to both of you for all the help so far.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>chrishajer on "bbPress Integration plugin for WPMU"</title>
			<link>http://bbpress.org/forums/topic/bbpress-integration-plugin-for-wpmu#post-37014</link>
			<pubDate>Tue, 16 Jun 2009 12:37:09 +0000</pubDate>
			<dc:creator>chrishajer</dc:creator>
			<guid isPermaLink="false">37014@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;@johnjamesjacoby - where does this bit of info come from:&#60;br /&#62;
&#60;code&#62;$bb-&#38;gt;bb_xmlrpc_allow_user_switching = true;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;I've never installed WMPU or BuddyPress, so maybe it's in the instructions or a config file already, but I've seen it referred to here a couple times and wonder where it comes from.  Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>John James Jacoby on "bbPress Integration plugin for WPMU"</title>
			<link>http://bbpress.org/forums/topic/bbpress-integration-plugin-for-wpmu#post-37005</link>
			<pubDate>Tue, 16 Jun 2009 07:29:43 +0000</pubDate>
			<dc:creator>John James Jacoby</dc:creator>
			<guid isPermaLink="false">37005@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;Tis true. I usually purge the bb_capabilities and apply the role map once everything is lined up, even though it's like rinsing the dishes and then washing them in the machine.&#60;/p&#62;
&#60;p&#62;ITguy, couple of things to check RE-buddypress. XML-RPC is turned on in both WP and BBP? Also, don't forget to put&#60;br /&#62;
&#60;code&#62;$bb-&#38;gt;bb_xmlrpc_allow_user_switching = true;&#60;/code&#62; somewhere near the end of your bb-config.php file. That will make sure that xmlrpc can switch to your keymaster user to communicate back and forth between the two installs.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Sam Bauers on "bbPress Integration plugin for WPMU"</title>
			<link>http://bbpress.org/forums/topic/bbpress-integration-plugin-for-wpmu#post-37002</link>
			<pubDate>Tue, 16 Jun 2009 06:38:45 +0000</pubDate>
			<dc:creator>Sam Bauers</dc:creator>
			<guid isPermaLink="false">37002@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;Just a note in passing... re-applying the role map doesn't change the roles of any users that already have a role.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ITguy on "bbPress Integration plugin for WPMU"</title>
			<link>http://bbpress.org/forums/topic/bbpress-integration-plugin-for-wpmu#post-36991</link>
			<pubDate>Tue, 16 Jun 2009 03:08:35 +0000</pubDate>
			<dc:creator>ITguy</dc:creator>
			<guid isPermaLink="false">36991@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;John, Yes, I did so (refreshing the User Role map), especially when I detected that the bb_ entries in the wp_usermeta table related to the user capabilities were 'a:1:{s:6:&#34;member&#34;;b:1;}'. It did not make a difference. I had to do it manually changing user id's role to 'keymaster'.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>John James Jacoby on "bbPress Integration plugin for WPMU"</title>
			<link>http://bbpress.org/forums/topic/bbpress-integration-plugin-for-wpmu#post-36990</link>
			<pubDate>Tue, 16 Jun 2009 01:02:44 +0000</pubDate>
			<dc:creator>John James Jacoby</dc:creator>
			<guid isPermaLink="false">36990@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;ITguy, did you remember to do the user-role mapping in your bbPress WordPress integration after you had everything all lined up? I read through your above steps twice and didn't see it there except for in step 3 before everything was working, but I did also just wake up from a pretty epic nap. :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ITguy on "bbPress Integration plugin for WPMU"</title>
			<link>http://bbpress.org/forums/topic/bbpress-integration-plugin-for-wpmu#post-36989</link>
			<pubDate>Tue, 16 Jun 2009 00:59:46 +0000</pubDate>
			<dc:creator>ITguy</dc:creator>
			<guid isPermaLink="false">36989@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;John,&#60;/p&#62;
&#60;p&#62;I took a look at the bb_ entries in the wp_usermeta table and noticed that all entries related to the user capabilities were 'a:1:{s:6:&#34;member&#34;;b:1;}'. This is rather odd since user id 1 is the admin and that should be listed as KEY MASTER. SO, looking at a old data base backup of my last working version showed the entry as 'a:2:{s:9:&#34;keymaster&#34;;b:1;s:8:&#34;throttle&#34;;b:1;}'. So I changed it to that value for id '1'.&#60;/p&#62;
&#60;p&#62;The result, everything seems to work, user integration, creation of NEW groups and forums, entering topics and replies on BOTH sites. The ONLY thing that is not working is the reactivation of my existing group discussions by toggling the 'Enable discussion forum' option in the group admin pane. I will stop here for today. Maybe you have a suggestion tomorrow.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ITguy on "bbPress Integration plugin for WPMU"</title>
			<link>http://bbpress.org/forums/topic/bbpress-integration-plugin-for-wpmu#post-36984</link>
			<pubDate>Mon, 15 Jun 2009 23:28:30 +0000</pubDate>
			<dc:creator>ITguy</dc:creator>
			<guid isPermaLink="false">36984@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;John,&#60;/p&#62;
&#60;p&#62;I came across your other posting 'Integrating WPMU trunk and bbPress RC2' and added the following to bb-press.php:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;// DEEP INTEGRATION AT THE VERY TOP
// (Sam, I can see you shaking your head right now)
if ( !defined(&#38;#39;ABSPATH&#38;#39;) &#38;amp; !defined(&#38;#39;XMLRPC_REQUEST&#38;#39;) &#38;amp; !defined(&#38;#39;BB_IS_ADMIN&#38;#39;)) {
	define(&#38;#39;WP_USE_THEMES&#38;#39;, false);
	include_once( &#38;#39;/absolute/path/to/domain.com/wp-blog-header.php&#38;#39; );
	//unset($wp_object_cache);
	header(&#38;quot;HTTP/1.1 200 OK&#38;quot;);
	header(&#38;quot;Status: 200 All rosy&#38;quot;) ;
}
&#38;#39;
and

&#38;#39;
// WordPress database integration speedup
$bb-&#38;gt;wp_table_prefix = &#38;#39;wp_&#38;#39;;
$bb-&#38;gt;wordpress_mu_primary_blog_id = 1;
$bb-&#38;gt;user_bbdb_name = &#38;#39;&#38;#39;;
$bb-&#38;gt;user_bbdb_user = &#38;#39;&#38;#39;;
$bb-&#38;gt;user_bbdb_password = &#38;#39;&#38;#39;;
$bb-&#38;gt;user_bbdb_host = &#38;#39;&#38;#39;;
$bb-&#38;gt;user_bbdb_charset = &#38;#39;&#38;#39;;
$bb-&#38;gt;user_bbdb_collate = &#38;#39;&#38;#39;;
$bb-&#38;gt;custom_user_table = &#38;#39;&#38;#39;;
$bb-&#38;gt;custom_user_meta_table = &#38;#39;&#38;#39;;

// WordPress cookie integration speedup
$bb-&#38;gt;wp_siteurl = &#38;#39;http://mydomain.com&#38;#39;; // no trailing slash
$bb-&#38;gt;wp_home = &#38;#39;http://mydomain.com&#38;#39;; // no trailing slash
$bb-&#38;gt;cookiedomain = &#38;#39;&#38;#39;;
$bb-&#38;gt;cookiepath = &#38;#39;/&#38;#39;;
$bb-&#38;gt;authcookie = &#38;#39;wordpress_HASH-FROM-FIREFOX&#38;#39;;
$bb-&#38;gt;secure_auth_cookie = &#38;#39;wordpress_sec_HASH-FROM-FIREFOX&#38;#39;;
$bb-&#38;gt;logged_in_cookie = &#38;#39;wordpress_logged_in_HASH-FROM-FIREFOX&#38;#39;;
$bb-&#38;gt;admin_cookie_path = &#38;#39;/SUB-DIRECTORY/bb-admin&#38;#39;;
$bb-&#38;gt;core_plugins_cookie_path = &#38;#39;/MY-SUB-DIRECTORY/bb-plugins&#38;#39;;
$bb-&#38;gt;user_plugins_cookie_path = &#38;#39;/MY-SUB-DIRECTORY/my-plugins&#38;#39;;
$bb-&#38;gt;sitecookiepath = &#38;#39;&#38;#39;;
$bb-&#38;gt;wp_admin_cookie_path = &#38;#39;/wp-admin&#38;#39;;
$bb-&#38;gt;wp_plugins_cookie_path = &#38;#39;/wp-content/plugins&#38;#39;;
define(&#38;#39;WP_AUTH_COOKIE_VERSION&#38;#39;, 1);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The result being the user integration is working, HOWEVER admin no longer is recognized as 'KEY MASTER' nor does it know about my second bbPress user I created as administrator to be used as the user in WPMU's Forum integration. Using the admin as that user did not solve the problem either of being able post or create topics/groups. It seems that I either get partial data integration or user integration but not both. What a mess.&#60;/p&#62;
&#60;p&#62;BTW, I have working without any problem WPMU 2.7.1 and BudyPress 1.0.1. Trying to integrate bbPress 1.0-RC2. I had originally working WPMU 2.7.1, BuddyPress 1.0 and bbPress 1.0-Alpha-6. I should have left things alone.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ITguy on "bbPress Integration plugin for WPMU"</title>
			<link>http://bbpress.org/forums/topic/bbpress-integration-plugin-for-wpmu#post-36980</link>
			<pubDate>Mon, 15 Jun 2009 22:03:16 +0000</pubDate>
			<dc:creator>ITguy</dc:creator>
			<guid isPermaLink="false">36980@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;John, this were I ended up:&#60;/p&#62;
&#60;p&#62;1. Log in as admin to bbPress and went to admin-&#38;gt;settings&#60;/p&#62;
&#60;p&#62;2. Enabled 'bbPress XML-RPC publishing protocol' in the 'Writing pane'&#60;/p&#62;
&#60;p&#62;3. In the 'WordPress Integration' pane set WordPress Administrator' to 'bbPress Key Master' role. All others to 'bbPress meber' and saved the User Role map.&#60;/p&#62;
&#60;p&#62;4. added:&#60;br /&#62;
   define('COOKIE_DOMAIN', '');&#60;br /&#62;
   define('COOKIEPATH', '/');&#60;br /&#62;
   define('COOKIEHASH', 'e6bd245d6e82566f2fdcff73419dd3da' );&#60;/p&#62;
&#60;p&#62;   to both wp-config and bb-config files&#60;/p&#62;
&#60;p&#62;5. Copied the 7 unique authentification keys from the wp-config file to the bb-config file adding 'BB_' in from of each variable name.&#60;/p&#62;
&#60;p&#62;6. Added to the end of the bb-config file, just be the closing php code:&#60;br /&#62;
   $bb-&#38;gt;bb_xmlrpc_allow_user_switching = true;&#60;br /&#62;
   Saved bb-config.sys&#60;/p&#62;
&#60;p&#62;7. Moved buddypress-enable.php file to the my-plugins folder under the forums folder and activated it.&#60;/p&#62;
&#60;p&#62;8. In the WPMU admin pane selected the BuddyPress-&#38;gt;Forums Setup and enter the forum URL, as well as the WPPU admin name and password.&#60;/p&#62;
&#60;p&#62;9. Logout of BuddyPress and bbPress. Logged in to BuddyPress, changed URL to forum, needed to log in, however changing back and forth between the two now needs no further logging in.&#60;/p&#62;
&#60;p&#62;10. Created a new group on the Buddypress site with 'Enable discussion forum' selected. Forum is created and visible on the bbPress site.&#60;/p&#62;
&#60;p&#62;11. Enter a topic and comment, bot show up on both sites.&#60;/p&#62;
&#60;p&#62;END of good news. Here is what is not working:&#60;/p&#62;
&#60;p&#62;1. No user integration, only admin works, any other WPMU user is not recognized on the bbPress site.&#60;/p&#62;
&#60;p&#62;2. Existing group's discussion are not creating forums when toggling the 'Enable discussion forum' option.&#60;/p&#62;
&#60;p&#62;3. Only admin can create topics and comments within the group forums (due to problem &#60;a href=&#34;http://trac.bbpress.org/ticket/1&#34;&#62;#1&#60;/a&#62;).&#60;/p&#62;
&#60;p&#62;I have done this now 3 times over, reinstalling bbPress (deleting the forum folder, the bb_ tables and bb_ entries in the wp_usermeta) and following the steps above which is a combination of your 'Forum Integration: Helpful Hints' posting and the added steps regarding the cookie integration posted on 'The Easy Button' and the 'UMW Wiki'. &#60;/p&#62;
&#60;p&#62;I not sure what to do next to get this right :-(
&#60;/p&#62;</description>
		</item>
		<item>
			<title>John James Jacoby on "bbPress Integration plugin for WPMU"</title>
			<link>http://bbpress.org/forums/topic/bbpress-integration-plugin-for-wpmu#post-36967</link>
			<pubDate>Mon, 15 Jun 2009 19:09:00 +0000</pubDate>
			<dc:creator>John James Jacoby</dc:creator>
			<guid isPermaLink="false">36967@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;Phew! haha!&#60;/p&#62;
&#60;p&#62;I'll be around if you have other problems.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ITguy on "bbPress Integration plugin for WPMU"</title>
			<link>http://bbpress.org/forums/topic/bbpress-integration-plugin-for-wpmu#post-36966</link>
			<pubDate>Mon, 15 Jun 2009 19:01:27 +0000</pubDate>
			<dc:creator>ITguy</dc:creator>
			<guid isPermaLink="false">36966@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;THANK! That did the trick :-) Will let you know how the rest of the integration goes.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>John James Jacoby on "bbPress Integration plugin for WPMU"</title>
			<link>http://bbpress.org/forums/topic/bbpress-integration-plugin-for-wpmu#post-36965</link>
			<pubDate>Mon, 15 Jun 2009 18:50:39 +0000</pubDate>
			<dc:creator>John James Jacoby</dc:creator>
			<guid isPermaLink="false">36965@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;If your bbPress installation is malfunctioning (or incomplete) go ahead and delete all of those out of there, as they will only get in the way.&#60;/p&#62;
&#60;p&#62;Delete those entries, delete cookies, and give the install another try.&#60;/p&#62;
&#60;p&#62;I think this is the same issue I had, with the user_id of &#34;0&#34;. The other odd thing to note, is that all of those say &#34;member&#34; instead of &#34;key master&#34;.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ITguy on "bbPress Integration plugin for WPMU"</title>
			<link>http://bbpress.org/forums/topic/bbpress-integration-plugin-for-wpmu#post-36964</link>
			<pubDate>Mon, 15 Jun 2009 18:43:34 +0000</pubDate>
			<dc:creator>ITguy</dc:creator>
			<guid isPermaLink="false">36964@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;@johnjamesjacoby, thanks for yoyr quick response and offer to help. I found the following bb_ entries in the wp_usermeta table:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;umeta_id user_id meta_key          meta_value
14       1       bb_capabilities   a:1:{s:6:&#38;quot;member&#38;quot;;b:1;}
16       0       bb_capabilities   a:1:{s:6:&#38;quot;member&#38;quot;;b:1;}
24       2       bb_capabilities   a:1:{s:6:&#38;quot;member&#38;quot;;b:1;}
55       3       bb_capabilities   a:1:{s:6:&#38;quot;member&#38;quot;;b:1;}
75       4       bb_capabilities   a:1:{s:6:&#38;quot;member&#38;quot;;b:1;}
102      5       bb_capabilities   a:1:{s:6:&#38;quot;member&#38;quot;;b:1;}
112      1       bb_topics_replied 1
17       1       bb_user_settings  m0=o&#38;amp;m1=o
18       1       bb_user_settings_time 1243961396&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The only odd entry may be the one for user id '0' since there is no entry for that user id in the wp-users table.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>John James Jacoby on "bbPress Integration plugin for WPMU"</title>
			<link>http://bbpress.org/forums/topic/bbpress-integration-plugin-for-wpmu#post-36963</link>
			<pubDate>Mon, 15 Jun 2009 18:21:25 +0000</pubDate>
			<dc:creator>John James Jacoby</dc:creator>
			<guid isPermaLink="false">36963@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;ITguy... How comfortable are you with phpMyAdmin? The NEXT thing to try, will be to look in your wp_usermeta table, and see if there are any &#34;bb_&#34; entries in there. Could be some corrupt capabilities in there that are causing headaches? &#60;/p&#62;
&#60;p&#62;I'll be around for a few more hours so if you've got time to go back and forth I'll keep checking back periodically.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ITguy on "bbPress Integration plugin for WPMU"</title>
			<link>http://bbpress.org/forums/topic/bbpress-integration-plugin-for-wpmu#post-36961</link>
			<pubDate>Mon, 15 Jun 2009 18:16:09 +0000</pubDate>
			<dc:creator>ITguy</dc:creator>
			<guid isPermaLink="false">36961@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;@johnjamesjacoby, I have the same setup and problem as hempsworth. I have repeated the install process now 10 times, same error. I deleted the forum folder (bbpress) deleted the database tables and deleted the cookies. I even tried a different user name instead of 'admin', same error. And just for fun I also used a different browser, same error :-(
&#60;/p&#62;</description>
		</item>
		<item>
			<title>John James Jacoby on "bbPress Integration plugin for WPMU"</title>
			<link>http://bbpress.org/forums/topic/bbpress-integration-plugin-for-wpmu#post-36958</link>
			<pubDate>Mon, 15 Jun 2009 17:37:13 +0000</pubDate>
			<dc:creator>John James Jacoby</dc:creator>
			<guid isPermaLink="false">36958@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;@hempsworth, I ran into this error myself, but eventually, it seemed to go away after uninstalling bbPress (delete files AND database tables starting with bb_), deleting cookies, and starting over.&#60;/p&#62;
&#60;p&#62;See &#60;a href=&#34;http://bbpress.org/forums/topic/integrating-wpmu-trunk-and-bbpress-rc2#post-36959&#34;&#62;my post&#60;/a&#62; in the other WPMU integration topic and see if any of those settings help you?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Hempsworth on "bbPress Integration plugin for WPMU"</title>
			<link>http://bbpress.org/forums/topic/bbpress-integration-plugin-for-wpmu#post-36870</link>
			<pubDate>Sun, 14 Jun 2009 15:26:58 +0000</pubDate>
			<dc:creator>Hempsworth</dc:creator>
			<guid isPermaLink="false">36870@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;What are the current installation instructions for bbPress and WPMU?&#60;/p&#62;
&#60;p&#62;Using the RC2 of bbPress, and the current trunk revision of WPMU, I go through the install and add the secret keys etc, define the primary blog (1), and get to the end but it asks me to create an admin account - it always used to use 'admin'.&#60;/p&#62;
&#60;p&#62;Am I doing something wrong? When I use the username 'admin' it brings an error that the user already exists....
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
