<?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 for develoPHP</title>
	<atom:link href="http://www.develophp.org/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.develophp.org</link>
	<description>My thoughts, ideas and notes about PHP web development.</description>
	<lastBuildDate>Thu, 12 Jan 2012 13:40:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Integrate FluxBB 1.4 with a WordPress site by Daniel</title>
		<link>http://www.develophp.org/2010/05/23/integrate-fluxbb-1-4-with-a-wordpress-site-part-1/comment-page-1/#comment-15417</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Thu, 12 Jan 2012 13:40:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.develophp.org/?p=45#comment-15417</guid>
		<description>I think what I initially did was to apply your suggestion above not only to main.tpl but other templates as well and then I had the problem.
I simply removed that and now only main.tpl has the wordpress header and footer. So no editing of fluxbb core files. ;)</description>
		<content:encoded><![CDATA[<p>I think what I initially did was to apply your suggestion above not only to main.tpl but other templates as well and then I had the problem.<br />
I simply removed that and now only main.tpl has the wordpress header and footer. So no editing of fluxbb core files. <img src='http://www.develophp.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Integrate FluxBB 1.4 with a WordPress site by Franz</title>
		<link>http://www.develophp.org/2010/05/23/integrate-fluxbb-1-4-with-a-wordpress-site-part-1/comment-page-1/#comment-15415</link>
		<dc:creator>Franz</dc:creator>
		<pubDate>Thu, 12 Jan 2012 13:10:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.develophp.org/?p=45#comment-15415</guid>
		<description>Hmm, obviously I&#039;d prefer if you wouldn&#039;t have to edit FluxBB core files. But I&#039;m glad there&#039;s a somewhat workable solution.</description>
		<content:encoded><![CDATA[<p>Hmm, obviously I&#8217;d prefer if you wouldn&#8217;t have to edit FluxBB core files. But I&#8217;m glad there&#8217;s a somewhat workable solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Integrate FluxBB 1.4 with a WordPress site by Daniel</title>
		<link>http://www.develophp.org/2010/05/23/integrate-fluxbb-1-4-with-a-wordpress-site-part-1/comment-page-1/#comment-15414</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Thu, 12 Jan 2012 12:58:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.develophp.org/?p=45#comment-15414</guid>
		<description>Hello,

What I did eventually was to simply leave all the pages of FluxBB that do anything, such as the above mentioned &quot;misc.php&quot;, out of the Wordpress frames. If I remember correctly they only redirect to some other page anyway.
It may not be the optimal way, but that solved all problems for me. 
On a sidenote my report above may not be correct, as &quot;search.php?action=&quot; works flawless within Wordpress.
Sorry for the somewhat inaccurate description, it&#039;s been a while.</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>What I did eventually was to simply leave all the pages of FluxBB that do anything, such as the above mentioned &#8220;misc.php&#8221;, out of the WordPress frames. If I remember correctly they only redirect to some other page anyway.<br />
It may not be the optimal way, but that solved all problems for me.<br />
On a sidenote my report above may not be correct, as &#8220;search.php?action=&#8221; works flawless within WordPress.<br />
Sorry for the somewhat inaccurate description, it&#8217;s been a while.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Integrate FluxBB 1.4 with a WordPress site by Franz</title>
		<link>http://www.develophp.org/2010/05/23/integrate-fluxbb-1-4-with-a-wordpress-site-part-1/comment-page-1/#comment-15412</link>
		<dc:creator>Franz</dc:creator>
		<pubDate>Thu, 12 Jan 2012 12:16:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.develophp.org/?p=45#comment-15412</guid>
		<description>Hey Michelle,

thanks for the feedback.
Unfortunately, I have still not been able to fix this problem. I have been digging through the code, and had a few hopeful traces, but didn&#039;t find anything. If you know WordPress better than I do, you might have better chances.</description>
		<content:encoded><![CDATA[<p>Hey Michelle,</p>
<p>thanks for the feedback.<br />
Unfortunately, I have still not been able to fix this problem. I have been digging through the code, and had a few hopeful traces, but didn&#8217;t find anything. If you know WordPress better than I do, you might have better chances.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Integrate FluxBB 1.4 with a WordPress site by Michelle</title>
		<link>http://www.develophp.org/2010/05/23/integrate-fluxbb-1-4-with-a-wordpress-site-part-1/comment-page-1/#comment-15404</link>
		<dc:creator>Michelle</dc:creator>
		<pubDate>Thu, 12 Jan 2012 09:18:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.develophp.org/?p=45#comment-15404</guid>
		<description>Hi there, I&#039;m using a forum that was actually based on FluxBB and tried out your tutorial just in case. It still works, so thanks!

Unfortunately I&#039;m having the same problem as Sam and Daniel, where trying to visit certain URLs appends &quot;/wp-admin/install.php&quot; onto the end and results in a redirect loop.

I&#039;ll be able to figure out what&#039;s happening and sort it out but just thought I&#039;d ask here first, since you did say in an earlier comment you&#039;d be looking into it and there&#039;s no point reinventing the wheel if you already have a fix.

So, any progress on that at all? :)</description>
		<content:encoded><![CDATA[<p>Hi there, I&#8217;m using a forum that was actually based on FluxBB and tried out your tutorial just in case. It still works, so thanks!</p>
<p>Unfortunately I&#8217;m having the same problem as Sam and Daniel, where trying to visit certain URLs appends &#8220;/wp-admin/install.php&#8221; onto the end and results in a redirect loop.</p>
<p>I&#8217;ll be able to figure out what&#8217;s happening and sort it out but just thought I&#8217;d ask here first, since you did say in an earlier comment you&#8217;d be looking into it and there&#8217;s no point reinventing the wheel if you already have a fix.</p>
<p>So, any progress on that at all? <img src='http://www.develophp.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Integrate FluxBB 1.4 with a WordPress site by Franz</title>
		<link>http://www.develophp.org/2010/05/23/integrate-fluxbb-1-4-with-a-wordpress-site-part-1/comment-page-1/#comment-11359</link>
		<dc:creator>Franz</dc:creator>
		<pubDate>Sun, 16 Oct 2011 17:17:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.develophp.org/?p=45#comment-11359</guid>
		<description>Looks like you figured it out on the real site now. Everything working okay?</description>
		<content:encoded><![CDATA[<p>Looks like you figured it out on the real site now. Everything working okay?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Integrate FluxBB 1.4 with a WordPress site by Kasper</title>
		<link>http://www.develophp.org/2010/05/23/integrate-fluxbb-1-4-with-a-wordpress-site-part-1/comment-page-1/#comment-11326</link>
		<dc:creator>Kasper</dc:creator>
		<pubDate>Sat, 15 Oct 2011 15:36:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.develophp.org/?p=45#comment-11326</guid>
		<description>Sorry... This is the link to the issue: http://www.svenskadiablo.se/forumet/index.php

Seems the site is to short and generates white space on the bottom :(</description>
		<content:encoded><![CDATA[<p>Sorry&#8230; This is the link to the issue: <a href="http://www.svenskadiablo.se/forumet/index.php" rel="nofollow">http://www.svenskadiablo.se/forumet/index.php</a></p>
<p>Seems the site is to short and generates white space on the bottom <img src='http://www.develophp.org/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Integrate FluxBB 1.4 with a WordPress site by Kasper</title>
		<link>http://www.develophp.org/2010/05/23/integrate-fluxbb-1-4-with-a-wordpress-site-part-1/comment-page-1/#comment-11325</link>
		<dc:creator>Kasper</dc:creator>
		<pubDate>Sat, 15 Oct 2011 15:24:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.develophp.org/?p=45#comment-11325</guid>
		<description>I trying to remove the white-space in the bottom of my page. Any idea?

http://www.svenskadiablo.se/forumet/index.php</description>
		<content:encoded><![CDATA[<p>I trying to remove the white-space in the bottom of my page. Any idea?</p>
<p><a href="http://www.svenskadiablo.se/forumet/index.php" rel="nofollow">http://www.svenskadiablo.se/forumet/index.php</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Integrate FluxBB 1.4 with a WordPress site by Franz</title>
		<link>http://www.develophp.org/2010/05/23/integrate-fluxbb-1-4-with-a-wordpress-site-part-1/comment-page-1/#comment-9639</link>
		<dc:creator>Franz</dc:creator>
		<pubDate>Thu, 25 Aug 2011 14:14:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.develophp.org/?p=45#comment-9639</guid>
		<description>Hello Daniel,
thanks for the feedback. Looks like this problem has been bugging a couple of people for a while. Unfortunately I am traveling right now, but I will have a look later - probably when I&#039;m back (three more weeks, sorry).</description>
		<content:encoded><![CDATA[<p>Hello Daniel,<br />
thanks for the feedback. Looks like this problem has been bugging a couple of people for a while. Unfortunately I am traveling right now, but I will have a look later &#8211; probably when I&#8217;m back (three more weeks, sorry).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Integrate FluxBB 1.4 with a WordPress site by Daniel</title>
		<link>http://www.develophp.org/2010/05/23/integrate-fluxbb-1-4-with-a-wordpress-site-part-1/comment-page-1/#comment-9573</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Tue, 23 Aug 2011 21:02:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.develophp.org/?p=45#comment-9573</guid>
		<description>That worked great, thanks a lot. With a couple of further tweaks in the CSS of both FluxBB and Wordpress, I have the BB integrated in the Blog frames.
However, I have now the problem, that whenever I try to call FluxBB-Pages that make use of &quot;action&quot; in the URI, Wordpress appends &quot;/wp-admin/install.php&quot;, appearently thinking that WP isn&#039;t installed.
(Example: &quot;fluxbb/misc.php?action=markread&quot; becomes &quot;fluxbb/misc.php?action=markread/wp-admin/install.php&quot;)
Did you per chance encounter this problem and would have a solution?</description>
		<content:encoded><![CDATA[<p>That worked great, thanks a lot. With a couple of further tweaks in the CSS of both FluxBB and WordPress, I have the BB integrated in the Blog frames.<br />
However, I have now the problem, that whenever I try to call FluxBB-Pages that make use of &#8220;action&#8221; in the URI, WordPress appends &#8220;/wp-admin/install.php&#8221;, appearently thinking that WP isn&#8217;t installed.<br />
(Example: &#8220;fluxbb/misc.php?action=markread&#8221; becomes &#8220;fluxbb/misc.php?action=markread/wp-admin/install.php&#8221;)<br />
Did you per chance encounter this problem and would have a solution?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

