<?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: Deep integration of bbPress with WordPress</title>
	<atom:link href="http://blog.ashfame.com/2010/02/deep-integration-bbpress-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ashfame.com/2010/02/deep-integration-bbpress-wordpress/</link>
	<description>Hacking life of Power Users and Webmasters</description>
	<lastBuildDate>Sun, 29 Jan 2012 19:57:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Ashfame</title>
		<link>http://blog.ashfame.com/2010/02/deep-integration-bbpress-wordpress/#comment-19128</link>
		<dc:creator>Ashfame</dc:creator>
		<pubDate>Mon, 21 Mar 2011 07:22:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ashfame.com/?p=696#comment-19128</guid>
		<description>Hi Mick,

You are welcome! :)
Some plugins can create problems, I know. WP Super Cache were sometimes mentioned to be working by caching even their forum pages &amp; sometimes, that it doesn&#039;t work. Whole Deep integration is not officially supported and is just a hackery deal.</description>
		<content:encoded><![CDATA[<p>Hi Mick,</p>
<p>You are welcome! <img src='http://blog.ashfame.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Some plugins can create problems, I know. WP Super Cache were sometimes mentioned to be working by caching even their forum pages &amp; sometimes, that it doesn&#8217;t work. Whole Deep integration is not officially supported and is just a hackery deal.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mick</title>
		<link>http://blog.ashfame.com/2010/02/deep-integration-bbpress-wordpress/#comment-19127</link>
		<dc:creator>Mick</dc:creator>
		<pubDate>Sun, 20 Mar 2011 22:48:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ashfame.com/?p=696#comment-19127</guid>
		<description>Just wanted to say thanks for the information you&#039;ve provided here and on the bbpress forums. It was invaluable to getting the deep integration to work. 

I&#039;m not sure if you&#039;ve covered this in other areas but a couple of wp plug-ins that gave me some difficulty during this process were &quot;WP Super Cache&quot; and &quot;Theme My Login.&quot; Both are excellent plugins but they need to be deactivated during install. This may common knowledge to most but it did trip me up so I thought I&#039;d mention it.

Again - thanks!</description>
		<content:encoded><![CDATA[<p>Just wanted to say thanks for the information you&#8217;ve provided here and on the bbpress forums. It was invaluable to getting the deep integration to work. </p>
<p>I&#8217;m not sure if you&#8217;ve covered this in other areas but a couple of wp plug-ins that gave me some difficulty during this process were &#8220;WP Super Cache&#8221; and &#8220;Theme My Login.&#8221; Both are excellent plugins but they need to be deactivated during install. This may common knowledge to most but it did trip me up so I thought I&#8217;d mention it.</p>
<p>Again &#8211; thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashfame</title>
		<link>http://blog.ashfame.com/2010/02/deep-integration-bbpress-wordpress/#comment-18652</link>
		<dc:creator>Ashfame</dc:creator>
		<pubDate>Wed, 19 Jan 2011 19:04:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ashfame.com/?p=696#comment-18652</guid>
		<description>@Jamie @Shakeel

I myself copy the code from here whenever I do an integration. Try clicking one of the four buttons that appear when you hover over the code and then copying it from the text window.</description>
		<content:encoded><![CDATA[<p>@Jamie @Shakeel</p>
<p>I myself copy the code from here whenever I do an integration. Try clicking one of the four buttons that appear when you hover over the code and then copying it from the text window.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashfame</title>
		<link>http://blog.ashfame.com/2010/02/deep-integration-bbpress-wordpress/#comment-18651</link>
		<dc:creator>Ashfame</dc:creator>
		<pubDate>Wed, 19 Jan 2011 19:03:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ashfame.com/?p=696#comment-18651</guid>
		<description>Don&#039;t post your config file anywhere publicly. That contains your database details.</description>
		<content:encoded><![CDATA[<p>Don&#8217;t post your config file anywhere publicly. That contains your database details.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jamie Recker</title>
		<link>http://blog.ashfame.com/2010/02/deep-integration-bbpress-wordpress/#comment-18642</link>
		<dc:creator>Jamie Recker</dc:creator>
		<pubDate>Sun, 16 Jan 2011 01:01:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ashfame.com/?p=696#comment-18642</guid>
		<description>Sorry to double post, but I&#039;ve fixed most errors (using the original wordpress code) But apparently I&#039;m now getting a line 5 syntax error, even though its directly copied from them?

&lt;?php
/* Deep integration */
if ( !defined(&#039;ABSPATH&#039;) &amp; !defined(&#039;XMLRPC_REQUEST&#039;)) {
define(&#039;WP_USE_THEMES&#039;, false);
require_once(dirname(__FILE__) . &#039;/../wp-load.php&#039;);).
header(&quot;HTTP/1.1 200 OK&quot;);
header(&quot;Status: 200 All rosy&quot;);
}</description>
		<content:encoded><![CDATA[<p>Sorry to double post, but I&#8217;ve fixed most errors (using the original wordpress code) But apparently I&#8217;m now getting a line 5 syntax error, even though its directly copied from them?</p>
<p>&lt;?php<br />
/* Deep integration */<br />
if ( !defined(&#039;ABSPATH&#039;) &amp; !defined(&#039;XMLRPC_REQUEST&#039;)) {<br />
define(&#039;WP_USE_THEMES&#039;, false);<br />
require_once(dirname(__FILE__) . &#039;/../wp-load.php&#039;);).<br />
header(&quot;HTTP/1.1 200 OK&quot;);<br />
header(&quot;Status: 200 All rosy&quot;);<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jamie Recker</title>
		<link>http://blog.ashfame.com/2010/02/deep-integration-bbpress-wordpress/#comment-18641</link>
		<dc:creator>Jamie Recker</dc:creator>
		<pubDate>Sun, 16 Jan 2011 00:53:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ashfame.com/?p=696#comment-18641</guid>
		<description>When I try to get it to work I get that there is an error on line 4, as I installed BBpress on a directory under wordpress (KaoTech.co.uk is wordpress)
(KaoTech.co.uk/Forum is BBpress) what would the linking code be? since you need to link to wp-load, and your code confuses me (sorry!)

I&#039;m new to this so sorry in advance!</description>
		<content:encoded><![CDATA[<p>When I try to get it to work I get that there is an error on line 4, as I installed BBpress on a directory under wordpress (KaoTech.co.uk is wordpress)<br />
(KaoTech.co.uk/Forum is BBpress) what would the linking code be? since you need to link to wp-load, and your code confuses me (sorry!)</p>
<p>I&#8217;m new to this so sorry in advance!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shakeel</title>
		<link>http://blog.ashfame.com/2010/02/deep-integration-bbpress-wordpress/#comment-18638</link>
		<dc:creator>shakeel</dc:creator>
		<pubDate>Sat, 15 Jan 2011 17:47:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ashfame.com/?p=696#comment-18638</guid>
		<description>hi thanks for deep integration stuff. i have done simple one but after i am having prob to add following

/* Deep integration */
	if ( !defined(&#039;ABSPATH&#039;) &amp; !defined(&#039;XMLRPC_REQUEST&#039;)) {
	define(&#039;WP_USE_THEMES&#039;, false);
	include_once(dirname(__FILE__) . &#039;/../wp-blog-header.php&#039; );
	header(&quot;HTTP/1.1 200 OK&quot;);
	header(&quot;Status: 200 All rosy&quot;);
	}</description>
		<content:encoded><![CDATA[<p>hi thanks for deep integration stuff. i have done simple one but after i am having prob to add following</p>
<p>/* Deep integration */<br />
	if ( !defined(&#8216;ABSPATH&#8217;) &amp; !defined(&#8216;XMLRPC_REQUEST&#8217;)) {<br />
	define(&#8216;WP_USE_THEMES&#8217;, false);<br />
	include_once(dirname(__FILE__) . &#8216;/../wp-blog-header.php&#8217; );<br />
	header(&#8220;HTTP/1.1 200 OK&#8221;);<br />
	header(&#8220;Status: 200 All rosy&#8221;);<br />
	}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashfame</title>
		<link>http://blog.ashfame.com/2010/02/deep-integration-bbpress-wordpress/#comment-16611</link>
		<dc:creator>Ashfame</dc:creator>
		<pubDate>Tue, 27 Jul 2010 17:33:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ashfame.com/?p=696#comment-16611</guid>
		<description>good to hear that :)</description>
		<content:encoded><![CDATA[<p>good to hear that <img src='http://blog.ashfame.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rajesh</title>
		<link>http://blog.ashfame.com/2010/02/deep-integration-bbpress-wordpress/#comment-16517</link>
		<dc:creator>Rajesh</dc:creator>
		<pubDate>Mon, 12 Jul 2010 03:02:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ashfame.com/?p=696#comment-16517</guid>
		<description>Hi,
Thanks a lot. I was trying to deep integrate BBpress with Wordpress in vain for a long time. Now your fix has fixed my problem. 
Rajesh</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Thanks a lot. I was trying to deep integrate BBpress with WordPress in vain for a long time. Now your fix has fixed my problem.<br />
Rajesh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank</title>
		<link>http://blog.ashfame.com/2010/02/deep-integration-bbpress-wordpress/#comment-16287</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Sat, 08 May 2010 18:41:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ashfame.com/?p=696#comment-16287</guid>
		<description>Hi
I&#039;ve added the code but get a &#039;Web Page has Redirect Loop&#039; and no load :(</description>
		<content:encoded><![CDATA[<p>Hi<br />
I&#8217;ve added the code but get a &#8216;Web Page has Redirect Loop&#8217; and no load <img src='http://blog.ashfame.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashfame</title>
		<link>http://blog.ashfame.com/2010/02/deep-integration-bbpress-wordpress/#comment-15782</link>
		<dc:creator>Ashfame</dc:creator>
		<pubDate>Mon, 08 Mar 2010 19:52:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ashfame.com/?p=696#comment-15782</guid>
		<description>Thanks for the heads up! Fixed! :)</description>
		<content:encoded><![CDATA[<p>Thanks for the heads up! Fixed! <img src='http://blog.ashfame.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mheidzir</title>
		<link>http://blog.ashfame.com/2010/02/deep-integration-bbpress-wordpress/#comment-15771</link>
		<dc:creator>mheidzir</dc:creator>
		<pubDate>Mon, 08 Mar 2010 04:05:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ashfame.com/?p=696#comment-15771</guid>
		<description>bro, u need to fix &quot;amp&amp;&quot; into &quot;&amp;&quot; character in the code</description>
		<content:encoded><![CDATA[<p>bro, u need to fix &#8220;amp&amp;&#8221; into &#8220;&amp;&#8221; character in the code</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Para integrar o bbPress&#160;&#124;&#160;joaobarroca.Net</title>
		<link>http://blog.ashfame.com/2010/02/deep-integration-bbpress-wordpress/#comment-15770</link>
		<dc:creator>Para integrar o bbPress&#160;&#124;&#160;joaobarroca.Net</dc:creator>
		<pubDate>Mon, 08 Mar 2010 04:00:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ashfame.com/?p=696#comment-15770</guid>
		<description>[...] http://blog.ashfame.com/2010/02/deep-integration-bbpress-wordpress/ [...]</description>
		<content:encoded><![CDATA[<p>[...] http://blog.ashfame.com/2010/02/deep-integration-bbpress-wordpress/ [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

