<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Integrating bbpress</title>
	<atom:link href="http://wpmututorials.com/how-to/integrating-bbpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpmututorials.com/how-to/integrating-bbpress/</link>
	<description>WordPressMU how to - tips, hints, tricks and explainations for multiple blogs in WordPress</description>
	<lastBuildDate>Wed, 17 Mar 2010 03:24:14 -0300</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: buzz_lightyear</title>
		<link>http://wpmututorials.com/how-to/integrating-bbpress/#comment-250</link>
		<dc:creator>buzz_lightyear</dc:creator>
		<pubDate>Mon, 20 Oct 2008 12:54:02 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/how-to/integrating-bbpress/#comment-250</guid>
		<description>hi Andrea,
thanx for how to, but which wpmu version are you refering to?

thanx
buzz</description>
		<content:encoded><![CDATA[<p>hi Andrea,<br />
thanx for how to, but which wpmu version are you refering to?</p>
<p>thanx<br />
buzz</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: redviper</title>
		<link>http://wpmututorials.com/how-to/integrating-bbpress/#comment-249</link>
		<dc:creator>redviper</dc:creator>
		<pubDate>Tue, 16 Sep 2008 02:17:52 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/how-to/integrating-bbpress/#comment-249</guid>
		<description>when I click on &quot;blog&quot; in buddy press, I would expect to be able to manage my blog.  instead, i have to create a blog and then it goes to the regular wordpress blog look and feel.

is there any plan to truly integrate?</description>
		<content:encoded><![CDATA[<p>when I click on &#8220;blog&#8221; in buddy press, I would expect to be able to manage my blog.  instead, i have to create a blog and then it goes to the regular wordpress blog look and feel.</p>
<p>is there any plan to truly integrate?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Konstantin</title>
		<link>http://wpmututorials.com/how-to/integrating-bbpress/#comment-248</link>
		<dc:creator>Konstantin</dc:creator>
		<pubDate>Tue, 20 May 2008 23:29:28 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/how-to/integrating-bbpress/#comment-248</guid>
		<description>I cant get this to work with Wpmu 1.5.1 and bbpress 0.9.0.2

I used to have 1.3.3 and 0.8.9 and it worked flawlessly, but now I upgraded and I just cant make it work no matter what I do. Any suggestions?</description>
		<content:encoded><![CDATA[<p>I cant get this to work with Wpmu 1.5.1 and bbpress 0.9.0.2</p>
<p>I used to have 1.3.3 and 0.8.9 and it worked flawlessly, but now I upgraded and I just cant make it work no matter what I do. Any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: beneFACT</title>
		<link>http://wpmututorials.com/how-to/integrating-bbpress/#comment-247</link>
		<dc:creator>beneFACT</dc:creator>
		<pubDate>Wed, 07 May 2008 22:56:17 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/how-to/integrating-bbpress/#comment-247</guid>
		<description>er, I should add that the order of these rules is important.

All the fine tuning in the .htacess and/or httpd.conf (if applicable) needs to occure before the final wildcard domain rule (before the something *.yourdomain.com bit)</description>
		<content:encoded><![CDATA[<p>er, I should add that the order of these rules is important.</p>
<p>All the fine tuning in the .htacess and/or httpd.conf (if applicable) needs to occure before the final wildcard domain rule (before the something *.yourdomain.com bit)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: beneFACT</title>
		<link>http://wpmututorials.com/how-to/integrating-bbpress/#comment-246</link>
		<dc:creator>beneFACT</dc:creator>
		<pubDate>Wed, 07 May 2008 22:44:54 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/how-to/integrating-bbpress/#comment-246</guid>
		<description>Hey,

Different server setups will require different solutions so please do not shoot the messenger...

If you have WPMU set up to auto add blogs as subdomains, it will take over all subdomains via the .htaccess rules defined in the root of your site.

I added the following in the .htaccess of my root to lock WPMU out of that (forum) subdirectory.

Good luck!

RewriteEngine On
RewriteBase /

RewriteCond %{HTTP_HOST} forum.benefact.org
RewriteCond %{REQUEST_URI} !forum/
RewriteRule ^(.*)$ forum/$1 [L]]</description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>Different server setups will require different solutions so please do not shoot the messenger&#8230;</p>
<p>If you have WPMU set up to auto add blogs as subdomains, it will take over all subdomains via the .htaccess rules defined in the root of your site.</p>
<p>I added the following in the .htaccess of my root to lock WPMU out of that (forum) subdirectory.</p>
<p>Good luck!</p>
<p>RewriteEngine On<br />
RewriteBase /</p>
<p>RewriteCond %{HTTP_HOST} forum.benefact.org<br />
RewriteCond %{REQUEST_URI} !forum/<br />
RewriteRule ^(.*)$ forum/$1 [L]]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jwesseldyke</title>
		<link>http://wpmututorials.com/how-to/integrating-bbpress/#comment-245</link>
		<dc:creator>jwesseldyke</dc:creator>
		<pubDate>Wed, 02 Apr 2008 18:06:52 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/how-to/integrating-bbpress/#comment-245</guid>
		<description>Andrea, here we go again with the non-tech head trying to figure out something way beyond his abilities... Incidentally, this is what caused my crash earlier this week... I installed to the wrong directory...

ANYWAY...

I&#039;ve got mu set to run with subdomains, not folders...

I followed the instructions... added the list of blocked subdomains. Created a subdomain (which created the forums folder). Created a DB. FTP&#039;d the files to the forums folder.

when I go to the subdomain, instead of getting the &quot;no config&quot; error, I get bounced back to the main domain... There is no redirecting set on my subdomain.

When I added the config file, there was no difference...

I thought maybe I needed to unblock the subdomain to make it work, so I did that and wpmu was going to let me register forums... So that wasn&#039;t it either... So I blocked it again...

It&#039;s like the subdomain doesn&#039;t exist or something... When I go to the folder... domain.com/forums/ it gives me the &quot;no config file&quot; message...

bbpress isn&#039;t a must have for me, but I&#039;d like it... and would like to get it to work now before I reload all the content that I blew up for everyone earlier this week in case I somehow manage to do it again...Thankfully I managed to recover that even though I had to redo the rest of the mu install...

Any idea why this might be happening? And... Is there harm in running the install from the folder instead of the subdomain?</description>
		<content:encoded><![CDATA[<p>Andrea, here we go again with the non-tech head trying to figure out something way beyond his abilities&#8230; Incidentally, this is what caused my crash earlier this week&#8230; I installed to the wrong directory&#8230;</p>
<p>ANYWAY&#8230;</p>
<p>I&#8217;ve got mu set to run with subdomains, not folders&#8230;</p>
<p>I followed the instructions&#8230; added the list of blocked subdomains. Created a subdomain (which created the forums folder). Created a DB. FTP&#8217;d the files to the forums folder.</p>
<p>when I go to the subdomain, instead of getting the &#8220;no config&#8221; error, I get bounced back to the main domain&#8230; There is no redirecting set on my subdomain.</p>
<p>When I added the config file, there was no difference&#8230;</p>
<p>I thought maybe I needed to unblock the subdomain to make it work, so I did that and wpmu was going to let me register forums&#8230; So that wasn&#8217;t it either&#8230; So I blocked it again&#8230;</p>
<p>It&#8217;s like the subdomain doesn&#8217;t exist or something&#8230; When I go to the folder&#8230; domain.com/forums/ it gives me the &#8220;no config file&#8221; message&#8230;</p>
<p>bbpress isn&#8217;t a must have for me, but I&#8217;d like it&#8230; and would like to get it to work now before I reload all the content that I blew up for everyone earlier this week in case I somehow manage to do it again&#8230;Thankfully I managed to recover that even though I had to redo the rest of the mu install&#8230;</p>
<p>Any idea why this might be happening? And&#8230; Is there harm in running the install from the folder instead of the subdomain?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: élet és könyvtár &#187; Blog Archive &#187; Ajánlott olvasmány 2008.04.01.</title>
		<link>http://wpmututorials.com/how-to/integrating-bbpress/#comment-244</link>
		<dc:creator>élet és könyvtár &#187; Blog Archive &#187; Ajánlott olvasmány 2008.04.01.</dc:creator>
		<pubDate>Tue, 01 Apr 2008 18:36:30 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/how-to/integrating-bbpress/#comment-244</guid>
		<description>[...] 9 - WPMU Tutorials » Integrating bbpress [...]</description>
		<content:encoded><![CDATA[<p>[...] 9 &#8211; WPMU Tutorials » Integrating bbpress [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2008-03-31@kobak pont org</title>
		<link>http://wpmututorials.com/how-to/integrating-bbpress/#comment-239</link>
		<dc:creator>links for 2008-03-31@kobak pont org</dc:creator>
		<pubDate>Mon, 31 Mar 2008 22:34:07 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/how-to/integrating-bbpress/#comment-239</guid>
		<description>[...] WPMU Tutorials » Integrating bbpress wpmu es bbpress osszekapcsolasa (tags: wpmu bbpress) [...]</description>
		<content:encoded><![CDATA[<p>[...] WPMU Tutorials » Integrating bbpress wpmu es bbpress osszekapcsolasa (tags: wpmu bbpress) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://wpmututorials.com/how-to/integrating-bbpress/#comment-243</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Mon, 31 Mar 2008 03:46:14 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/how-to/integrating-bbpress/#comment-243</guid>
		<description>This is very useful, Andrea.  I really like the WPMu planet idea you were talking about, let&#039;s find a way to do it.  Posts like this should be made more widely available to a community that can benefit, though this is always google :)</description>
		<content:encoded><![CDATA[<p>This is very useful, Andrea.  I really like the WPMu planet idea you were talking about, let&#8217;s find a way to do it.  Posts like this should be made more widely available to a community that can benefit, though this is always google <img src='http://wpmututorials.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: coroijo</title>
		<link>http://wpmututorials.com/how-to/integrating-bbpress/#comment-242</link>
		<dc:creator>coroijo</dc:creator>
		<pubDate>Sun, 30 Mar 2008 21:30:21 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/how-to/integrating-bbpress/#comment-242</guid>
		<description>Cool.. gonna try this.. Thanks Andrea</description>
		<content:encoded><![CDATA[<p>Cool.. gonna try this.. Thanks Andrea</p>
]]></content:encoded>
	</item>
</channel>
</rss>
