<?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: Converting from SMF to ExpressionEngine Forum</title>
	<atom:link href="http://www.bybjorn.com/71/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bybjorn.com/71/</link>
	<description>bybjorn.com &#62;&#62; Bjørn Børresen - freelance web developer</description>
	<lastBuildDate>Tue, 29 Nov 2011 08:47:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Bjørn</title>
		<link>http://www.bybjorn.com/71/comment-page-1/#comment-169</link>
		<dc:creator>Bjørn</dc:creator>
		<pubDate>Wed, 27 Aug 2008 18:25:13 +0000</pubDate>
		<guid isPermaLink="false">http://bie.no/blog/expressionengine/2007/09/converting-from-smf-to-expressionengine-forum/#comment-169</guid>
		<description>&lt;p&gt;No problem, feel free to improve the script and publish it :-)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>No problem, feel free to improve the script and publish it <img src='http://www.bybjorn.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>]]></content:encoded>
	</item>
	<item>
		<title>By: Chris MacPherson</title>
		<link>http://www.bybjorn.com/71/comment-page-1/#comment-168</link>
		<dc:creator>Chris MacPherson</dc:creator>
		<pubDate>Wed, 27 Aug 2008 17:12:45 +0000</pubDate>
		<guid isPermaLink="false">http://bie.no/blog/expressionengine/2007/09/converting-from-smf-to-expressionengine-forum/#comment-168</guid>
		<description>&lt;p&gt;That&#039;s the conclusion I was coming to I think - delete all the banned users. I guess they are not useful for anything.&lt;/p&gt;

&lt;p&gt;Thanks for the code anyway as it&#039;s really helped me sort my problem out. I&#039;m probably going to further modify this script. I&#039;ll make sure to post back with my results.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>That&#8217;s the conclusion I was coming to I think &#8211; delete all the banned users. I guess they are not useful for anything.</p>

<p>Thanks for the code anyway as it&#8217;s really helped me sort my problem out. I&#8217;m probably going to further modify this script. I&#8217;ll make sure to post back with my results.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Bjørn</title>
		<link>http://www.bybjorn.com/71/comment-page-1/#comment-167</link>
		<dc:creator>Bjørn</dc:creator>
		<pubDate>Wed, 27 Aug 2008 16:58:49 +0000</pubDate>
		<guid isPermaLink="false">http://bie.no/blog/expressionengine/2007/09/converting-from-smf-to-expressionengine-forum/#comment-167</guid>
		<description>&lt;p&gt;Chris - I would just delete the banned users in SMF before importing, seems like the easiest solution to me.&lt;/p&gt;

&lt;p&gt;That said, SMF must have some way of knowing what users are banned (maybe a specific usergroup?), so it should only be a matter of a couple of SQL-statements to make them banned in EE after transferring.&lt;/p&gt;

&lt;p&gt;btw - thanks for the solution to my link-problem :) I don&#039;t think I&#039;ll bother updating/testing this script, since as I stated it&#039;s not a module release but just a fix for my specific problem. But now I know for next time. thanks.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Chris &#8211; I would just delete the banned users in SMF before importing, seems like the easiest solution to me.</p>

<p>That said, SMF must have some way of knowing what users are banned (maybe a specific usergroup?), so it should only be a matter of a couple of SQL-statements to make them banned in EE after transferring.</p>

<p>btw &#8211; thanks for the solution to my link-problem <img src='http://www.bybjorn.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I don&#8217;t think I&#8217;ll bother updating/testing this script, since as I stated it&#8217;s not a module release but just a fix for my specific problem. But now I know for next time. thanks.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Chris MacPherson</title>
		<link>http://www.bybjorn.com/71/comment-page-1/#comment-166</link>
		<dc:creator>Chris MacPherson</dc:creator>
		<pubDate>Wed, 27 Aug 2008 16:40:03 +0000</pubDate>
		<guid isPermaLink="false">http://bie.no/blog/expressionengine/2007/09/converting-from-smf-to-expressionengine-forum/#comment-166</guid>
		<description>&lt;p&gt;Sorry, just to make that a little clearer! The value to be used in the lines mentioned above would be &#039;Smf_import&#039; which is the class name in the mod file, not the class name in the control panel file.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Sorry, just to make that a little clearer! The value to be used in the lines mentioned above would be &#8216;Smf_import&#8217; which is the class name in the mod file, not the class name in the control panel file.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Chris MacPherson</title>
		<link>http://www.bybjorn.com/71/comment-page-1/#comment-165</link>
		<dc:creator>Chris MacPherson</dc:creator>
		<pubDate>Wed, 27 Aug 2008 16:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://bie.no/blog/expressionengine/2007/09/converting-from-smf-to-expressionengine-forum/#comment-165</guid>
		<description>&lt;p&gt;The reason your link is not activated in the EE modules list in the control panel is because in the code at lines 448, 553, 559, 562 and 565 you are not using the class name. Instead you are using the $module_name which is incorrect.&lt;/p&gt;

&lt;p&gt;I had a similar problem while devoping another module. Hope that helps.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>The reason your link is not activated in the EE modules list in the control panel is because in the code at lines 448, 553, 559, 562 and 565 you are not using the class name. Instead you are using the $module_name which is incorrect.</p>

<p>I had a similar problem while devoping another module. Hope that helps.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Chris MacPherson</title>
		<link>http://www.bybjorn.com/71/comment-page-1/#comment-164</link>
		<dc:creator>Chris MacPherson</dc:creator>
		<pubDate>Wed, 27 Aug 2008 15:52:38 +0000</pubDate>
		<guid isPermaLink="false">http://bie.no/blog/expressionengine/2007/09/converting-from-smf-to-expressionengine-forum/#comment-164</guid>
		<description>&lt;p&gt;Hi, How do you deal with the banned users from SMF?
SMF doesn&#039;t appear to use a specific id for banned users, whereas EE does.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi, How do you deal with the banned users from SMF?
SMF doesn&#8217;t appear to use a specific id for banned users, whereas EE does.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Bjørn</title>
		<link>http://www.bybjorn.com/71/comment-page-1/#comment-160</link>
		<dc:creator>Bjørn</dc:creator>
		<pubDate>Sun, 03 Aug 2008 10:06:15 +0000</pubDate>
		<guid isPermaLink="false">http://bie.no/blog/expressionengine/2007/09/converting-from-smf-to-expressionengine-forum/#comment-160</guid>
		<description>&lt;p&gt;The problem is that you haven&#039;t started with a fresh install of your EE forum (there are existing topics in it).&lt;/p&gt;

&lt;p&gt;You can delete the existing topics in SQL this way:&lt;/p&gt;

&lt;p&gt;DELETE FROM exp_forum_topics&lt;/p&gt;

&lt;p&gt;That should be enough. If that doesn&#039;t work you should start off with a clean EE install/forum install.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>The problem is that you haven&#8217;t started with a fresh install of your EE forum (there are existing topics in it).</p>

<p>You can delete the existing topics in SQL this way:</p>

<p>DELETE FROM exp_forum_topics</p>

<p>That should be enough. If that doesn&#8217;t work you should start off with a clean EE install/forum install.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Miko</title>
		<link>http://www.bybjorn.com/71/comment-page-1/#comment-161</link>
		<dc:creator>Miko</dc:creator>
		<pubDate>Sun, 03 Aug 2008 09:39:33 +0000</pubDate>
		<guid isPermaLink="false">http://bie.no/blog/expressionengine/2007/09/converting-from-smf-to-expressionengine-forum/#comment-161</guid>
		<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;Allright, no problemo :)
When I start the import of my posts, I get this error:
MySQL ERROR:&lt;/p&gt;

&lt;p&gt;Error Number: 1062&lt;/p&gt;

&lt;p&gt;Description: Duplicate entry &#039;3&#039; for key 1&lt;/p&gt;

&lt;p&gt;Query: INSERT INTO &lt;code&gt;exp_forum_topics&lt;/code&gt; (&lt;code&gt;topic_id&lt;/code&gt;, &lt;code&gt;forum_id&lt;/code&gt;, &lt;code&gt;author_id&lt;/code&gt;, &lt;code&gt;ip_address&lt;/code&gt;, &lt;code&gt;title&lt;/code&gt;, &lt;code&gt;body&lt;/code&gt;, &lt;code&gt;status&lt;/code&gt;, &lt;code&gt;sticky&lt;/code&gt;, &lt;code&gt;topic_date&lt;/code&gt;, &lt;code&gt;topic_edit_date&lt;/code&gt;, &lt;code&gt;topic_edit_author&lt;/code&gt;, &lt;code&gt;thread_total&lt;/code&gt;, &lt;code&gt;thread_views&lt;/code&gt;, &lt;code&gt;last_post_date&lt;/code&gt;, &lt;code&gt;last_post_author_id&lt;/code&gt;, &lt;code&gt;last_post_id&lt;/code&gt;) VALUES (&#039;3&#039;, &#039;18&#039;, &#039;1&#039;, &#039;82.146.105.176&#039;,&lt;/p&gt;

&lt;p&gt;Import off users no problem.&lt;/p&gt;

&lt;p&gt;Any idea?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hello,</p>

<p>Allright, no problemo <img src='http://www.bybjorn.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> 
When I start the import of my posts, I get this error:
MySQL ERROR:</p>

<p>Error Number: 1062</p>

<p>Description: Duplicate entry &#8217;3&#8242; for key 1</p>

<p>Query: INSERT INTO <code>exp_forum_topics</code> (<code>topic_id</code>, <code>forum_id</code>, <code>author_id</code>, <code>ip_address</code>, <code>title</code>, <code>body</code>, <code>status</code>, <code>sticky</code>, <code>topic_date</code>, <code>topic_edit_date</code>, <code>topic_edit_author</code>, <code>thread_total</code>, <code>thread_views</code>, <code>last_post_date</code>, <code>last_post_author_id</code>, <code>last_post_id</code>) VALUES (&#8217;3&#8242;, &#8217;18&#8242;, &#8217;1&#8242;, &#8217;82.146.105.176&#8242;,</p>

<p>Import off users no problem.</p>

<p>Any idea?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: bjorn</title>
		<link>http://www.bybjorn.com/71/comment-page-1/#comment-163</link>
		<dc:creator>bjorn</dc:creator>
		<pubDate>Sun, 03 Aug 2008 01:37:25 +0000</pubDate>
		<guid isPermaLink="false">http://bie.no/blog/expressionengine/2007/09/converting-from-smf-to-expressionengine-forum/#comment-163</guid>
		<description>&lt;p&gt;miko - post it here, that way people can learn from it.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>miko &#8211; post it here, that way people can learn from it.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Miko</title>
		<link>http://www.bybjorn.com/71/comment-page-1/#comment-162</link>
		<dc:creator>Miko</dc:creator>
		<pubDate>Sun, 03 Aug 2008 00:34:19 +0000</pubDate>
		<guid isPermaLink="false">http://bie.no/blog/expressionengine/2007/09/converting-from-smf-to-expressionengine-forum/#comment-162</guid>
		<description>&lt;p&gt;Hello Bjorn,&lt;/p&gt;

&lt;p&gt;Can I send you an email, I&#039;ve got an error while converting the topics + posts :(&lt;/p&gt;

&lt;p&gt;Thanks :)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hello Bjorn,</p>

<p>Can I send you an email, I&#8217;ve got an error while converting the topics + posts <img src='http://www.bybjorn.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>

<p>Thanks <img src='http://www.bybjorn.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>]]></content:encoded>
	</item>
</channel>
</rss>

