<?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: Moving to WordPress / bbPress</title>
	<atom:link href="http://www.flifnotes.com/17-moving-to-wordpress-bbpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.flifnotes.com/17-moving-to-wordpress-bbpress/</link>
	<description></description>
	<lastBuildDate>Tue, 22 Mar 2011 16:51:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Deborah Hawkins</title>
		<link>http://www.flifnotes.com/17-moving-to-wordpress-bbpress/comment-page-1/#comment-311</link>
		<dc:creator>Deborah Hawkins</dc:creator>
		<pubDate>Fri, 17 Jul 2009 06:21:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.flifnotes.com/?p=17#comment-311</guid>
		<description>Sorry I&#039;ve been gone for so long, but bbPress 1.0 is finally out now and works amazingly smoothly with WordPress 2.8. If anyone&#039;s still looking, check it out.

As for the converters, you use the one for whichever version of SMF you currently have, but you&#039;ll have to do a bit of tweaking still probably.</description>
		<content:encoded><![CDATA[<p>Sorry I&#8217;ve been gone for so long, but bbPress 1.0 is finally out now and works amazingly smoothly with WordPress 2.8. If anyone&#8217;s still looking, check it out.</p>
<p>As for the converters, you use the one for whichever version of SMF you currently have, but you&#8217;ll have to do a bit of tweaking still probably.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Milan</title>
		<link>http://www.flifnotes.com/17-moving-to-wordpress-bbpress/comment-page-1/#comment-310</link>
		<dc:creator>Milan</dc:creator>
		<pubDate>Mon, 25 May 2009 09:15:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.flifnotes.com/?p=17#comment-310</guid>
		<description>Any reply?</description>
		<content:encoded><![CDATA[<p>Any reply?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Milan</title>
		<link>http://www.flifnotes.com/17-moving-to-wordpress-bbpress/comment-page-1/#comment-308</link>
		<dc:creator>Milan</dc:creator>
		<pubDate>Fri, 15 May 2009 15:09:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.flifnotes.com/?p=17#comment-308</guid>
		<description>I have similar situation so I&#039;ll ask you several questions since some parts of your guide are not clear to me.

I had already established installations of both WordPress and SMF, and I want to convert SMF to bbPress and then merge users with WP. My WP 2.7.1 is placed in root of domain (like example.com) and have three users who publish posts, while SMF 1.1.6 is placed in subdirectory forum (like example.com/forum) with 433 users.

My questions are:

1) What version of SMF you used?

2) What version of phpBB you used?

3) What version of converter you used (there are three in &lt;a href=&quot;http://sourceforge.net/project/showfiles.php?group_id=141446&quot; rel=&quot;nofollow&quot;&gt;this&lt;/a&gt; list)?

&lt;blockquote&gt;Set up the database integration as part of the bbPress installation and delete any posts created on install.&lt;/blockquote&gt;

4) Where did you delete posts, on WordPress, bbPress or both? And does this means that you merged users (integrated databases) on begining, before converting from SMF/phpBB?

&lt;blockquote&gt;I had to change bb_users to wp_users, and delete the first user and forum from the SQL because there are already a first user and forum in bbPress. I’m not sure what the topic_resolved key was from, so I removed that option. Then I copied and pasted the code from bbPress into this tool to generate my topic and username slugs.&lt;/blockquote&gt;

5) Where did you do this? What code from bbPress you copied and from where?

6)Did you do everything from affacat’s instruction, eg. notes 1 and 2 in step 2, step 3, step 5, his fix from second post?

If you don&#039;t have time to answer this or you have no interest to it, I&#039;m ready to pay you small fee for your instructions or give you some compensation. Anyway, if I succeed in this, I&#039;ll make even more detailed post describing whole process so others could benefit too.

Thanks in advance

(btw, you should install here plugin Subscribe to Comments for easier following of comment&#039;s replies)</description>
		<content:encoded><![CDATA[<p>I have similar situation so I&#8217;ll ask you several questions since some parts of your guide are not clear to me.</p>
<p>I had already established installations of both WordPress and SMF, and I want to convert SMF to bbPress and then merge users with WP. My WP 2.7.1 is placed in root of domain (like example.com) and have three users who publish posts, while SMF 1.1.6 is placed in subdirectory forum (like example.com/forum) with 433 users.</p>
<p>My questions are:</p>
<p>1) What version of SMF you used?</p>
<p>2) What version of phpBB you used?</p>
<p>3) What version of converter you used (there are three in <a href="http://sourceforge.net/project/showfiles.php?group_id=141446" rel="nofollow">this</a> list)?</p>
<blockquote><p>Set up the database integration as part of the bbPress installation and delete any posts created on install.</p></blockquote>
<p>4) Where did you delete posts, on WordPress, bbPress or both? And does this means that you merged users (integrated databases) on begining, before converting from SMF/phpBB?</p>
<blockquote><p>I had to change bb_users to wp_users, and delete the first user and forum from the SQL because there are already a first user and forum in bbPress. I’m not sure what the topic_resolved key was from, so I removed that option. Then I copied and pasted the code from bbPress into this tool to generate my topic and username slugs.</p></blockquote>
<p>5) Where did you do this? What code from bbPress you copied and from where?</p>
<p>6)Did you do everything from affacat’s instruction, eg. notes 1 and 2 in step 2, step 3, step 5, his fix from second post?</p>
<p>If you don&#8217;t have time to answer this or you have no interest to it, I&#8217;m ready to pay you small fee for your instructions or give you some compensation. Anyway, if I succeed in this, I&#8217;ll make even more detailed post describing whole process so others could benefit too.</p>
<p>Thanks in advance</p>
<p>(btw, you should install here plugin Subscribe to Comments for easier following of comment&#8217;s replies)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

