<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>BrokenCrust</title>
	<atom:link href="http://brokencrust.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://brokencrust.com</link>
	<description>Web Design &#38; Development</description>
	<lastBuildDate>Mon, 20 Feb 2012 15:26:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>DragonflyCMS Convertor 0.9.04 Released</title>
		<link>http://brokencrust.com/mods/dragonflycms-convertor/dragonflycms-convertor-0-9-04-released/</link>
		<comments>http://brokencrust.com/mods/dragonflycms-convertor/dragonflycms-convertor-0-9-04-released/#comments</comments>
		<pubDate>Mon, 20 Feb 2012 09:00:34 +0000</pubDate>
		<dc:creator>BC</dc:creator>
				<category><![CDATA[DragonflyCMS Convertor]]></category>
		<category><![CDATA[enhancement]]></category>
		<category><![CDATA[Mod]]></category>
		<category><![CDATA[Release]]></category>

		<guid isPermaLink="false">http://brokencrust.com/?p=164</guid>
		<description><![CDATA[I&#8217;ve released an updated and enhanced version of the DragonflyCMS Converter for phpBB3.  This release has a few bug fixes, and also a few enhancements to make the conversion process a bit richer and reduce the amount of manual work afterwards. This release is pretty serious.  Lets talk about the enhancements first Enhancement 1 : [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve released an updated and enhanced version of the DragonflyCMS Converter for phpBB3.  This release has a few bug fixes, and also a few enhancements to make the conversion process a bit richer and reduce the amount of manual work afterwards.</p>
<p><span id="more-164"></span></p>
<p>This release is pretty serious.  Lets talk about the enhancements first</p>
<h3>Enhancement 1 : BBcode conversion</h3>
<p>There are a number of differences between the BBcode used in DF and that used as standard in phpBB3.  The convertor tries to do the most sensible conversion for each type of BBcode in DF.  Those codes that work in both systems are left alone ([b], [i], [u], [url], [email], [img], [quote], [code], [list], [color] and of those that don't exist in phpBB3, some are removed ([hr], [marq]), some are changed to fit existing codes ([flash], [size]) and some are changed to use codes that you can easily add to phpBB3 in the ACP ([align], [video], [php]).  You can easily add an extra conversion or two in the function if you wish (look for the function <em>df_fix_bbcodes</em> in<em> functions_dragonfly.php</em>).</p>
<h3> Enhancement 2 : URL Replacements</h3>
<p>If your forum is anything like mine it will be full of links to forums, topics post and other bits of the site.  None of these will have the same URLs on the new phpBB board.  This enhancement converts the more common URLs to their new formats.  This is limited to Forum and Your Account links because I don't know what you will do with other modules so can't decide.  You can easily add an extra conversion or two in the function if you wish (look for the function <em>df_fix_forum_urls</em> in <em>functions_dragonfly.php</em>)</p>
<p>NB:  If you use LEO then you'll have different links that also won't work but won't be converted.  You'll have to sort yourself out.</p>
<h3>Enhancement 3 : Time Zone Correction</h3>
<p>So you live in the EU and host in the USA.  Your time zone is CET (+1) and your hosts is "Central Time" (-6).  In DF all the posts in your database are stored in your hosts time (-6).  These are then converted and displayed using either your setting or your boards setting to give you local times (or that for your guests).  This is dumb.  In phpBB3 they have done something much more sensible.  All posts are stored in GMT (+0) and converted to your local time as per DF.  Why is this better.  Because if you get a better hosting package somewhere else in the world the times for your existing posts will still be correct.  In DF they won't be.  They will be offset by the difference in the two locations.  I digress.  DF is almost behind us.</p>
<p>What this enhancement offers is a time zone correction to reset all the times to GMT.  If this isn't done after the conversion all the previous posts will be treated as GMT times and so if they are not in fact GMT, the post times will be offset in the other direction.  In the case above they will be six hours ahead (+6).</p>
<p>To do the conversion we need to know the time-zone of the server.  There is no 100% reliable method for this (especially if you change hosts or are testing locally) so we need to get it from somewhere.  You therefore need to set your system timezone in DF (Admin -&gt; Forums -&gt; Forums Tab -&gt; Configuration) to the same time zone as your server (in this example above this will be -6).  You can set it back afterwards in phpBB3 so that it reflects that of most of your guests.  This is not great and I'm working on sorting it out another way - but this does sort out the times correctly.</p>
<h3>Various Bug Fixes</h3>
<p>I've fixed bugs with avatar paths and user name collision checking (neither of which you will have noticed) and I've also changed the topic icon import process to replace icons rather than add them to the list.  This means that you'll have to add in any new icons from phpBB3 that you like, but this way it makes the conversion process repeatable and all tables work the same way (they are emptied first).</p>
]]></content:encoded>
			<wfw:commentRss>http://brokencrust.com/mods/dragonflycms-convertor/dragonflycms-convertor-0-9-04-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Delete My Account 0.1.1 Released</title>
		<link>http://brokencrust.com/mods/delete-my-account/delete-my-account-0-1-1-released/</link>
		<comments>http://brokencrust.com/mods/delete-my-account/delete-my-account-0-1-1-released/#comments</comments>
		<pubDate>Sun, 19 Feb 2012 11:48:17 +0000</pubDate>
		<dc:creator>BC</dc:creator>
				<category><![CDATA[Delete My Account]]></category>
		<category><![CDATA[bug-fix]]></category>
		<category><![CDATA[Mod]]></category>
		<category><![CDATA[Release]]></category>

		<guid isPermaLink="false">http://brokencrust.com/?p=163</guid>
		<description><![CDATA[This is a bug fix release.  Well for bug release, read too much haste.  I was so keen to upload the mod that I forgot to update the zip first.  Thus the installer files didn&#8217;t work.  Clever folks may have even noticed two installer files in different locations in the zip.  Lovely.  Not such a [...]]]></description>
			<content:encoded><![CDATA[<p>This is a bug fix release.  Well for bug release, read too much haste.  I was so keen to upload the mod that I forgot to update the zip first.  Thus the installer files didn&#8217;t work.  Clever folks may have even noticed two installer files in different locations in the zip.  Lovely.  Not such a good start.  Anyway this is the correct zip and has been tested as doing its thing well.  It really is a nice little mod once it&#8217;s installed.  I also fixed a incorrect version number in the modx file.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://brokencrust.com/mods/delete-my-account/delete-my-account-0-1-1-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Delete My Account 0.1.0 Released</title>
		<link>http://brokencrust.com/mods/delete-my-account/delete-my-account-0-1-0-released/</link>
		<comments>http://brokencrust.com/mods/delete-my-account/delete-my-account-0-1-0-released/#comments</comments>
		<pubDate>Sat, 18 Feb 2012 11:37:47 +0000</pubDate>
		<dc:creator>BC</dc:creator>
				<category><![CDATA[Delete My Account]]></category>
		<category><![CDATA[Mod]]></category>
		<category><![CDATA[People]]></category>
		<category><![CDATA[Release]]></category>

		<guid isPermaLink="false">http://brokencrust.com/?p=150</guid>
		<description><![CDATA[This is a small phpBB3 mod that adds a tab to the UCP to allow users to delete their own account.  This is a fully working initial release and I would be grateful to receive feedback. This mod does what it say on the tin.  It displays a form in the UCP that gives users [...]]]></description>
			<content:encoded><![CDATA[<p>This is a small phpBB3 mod that adds a tab to the UCP to allow users to delete their own account.  This is a fully working initial release and I would be grateful to receive feedback.</p>
<p><span id="more-150"></span></p>
<p><div id="attachment_147" class="wp-caption alignright" style="width: 472px"><a href="http://brokencrust.com/delete-my-account/attachment/delete_my_account_ucp_tab/" rel="attachment wp-att-147"><img class=" wp-image-147 " title="Delete My Account UCP Tab" src="http://brokencrust.com/wp-content/uploads/2012/02/delete_my_account_ucp_tab-900x300.png" alt="[x]" width="462" height="153" /></a><p class="wp-caption-text">Delete My Account UCP Tab</p></div><br />
This mod does what it say on the tin.  It displays a form in the UCP that gives users the ability to delete their own account whenever they wish.  There is a double check and password confirmation before a final prompt to delete the account.  This makes the process simple for the user (go to UCP Delete My Account tab, click two check boxes, enter the password, and click Yes) but yet it is still difficult to delete the account by mistake.</p>
<p>The mod, by default, assigns any posts to the guest user with a unique name (based on the old users ID).  There is an option to set a role or group permission to also give users the ability to delete their posts.  It this is set to Yes then a third check box is displayed on the Delete My Account tab for users to choose to remove their posts as well.</p>
<p>This is a simple mod, but I welcome any suggestion or comments that you may have to improve it.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://brokencrust.com/mods/delete-my-account/delete-my-account-0-1-0-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>This Day In History 0.6 Released</title>
		<link>http://brokencrust.com/plugins/this-day-in-history/this-day-in-history-0-6-released/</link>
		<comments>http://brokencrust.com/plugins/this-day-in-history/this-day-in-history-0-6-released/#comments</comments>
		<pubDate>Fri, 17 Feb 2012 09:32:50 +0000</pubDate>
		<dc:creator>BC</dc:creator>
				<category><![CDATA[This Day In History]]></category>
		<category><![CDATA[enhancement]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[Release]]></category>

		<guid isPermaLink="false">http://brokencrust.com/?p=141</guid>
		<description><![CDATA[This release implements a couple of enhancement requests and a few other bits and bobs. The enhancements are: an option to change the date format on the administration page an option to change the number of events per page on the administration page The event name is no longer limited to 255 characters and has [...]]]></description>
			<content:encoded><![CDATA[<p>This release implements a couple of enhancement requests and a few other bits and bobs.</p>
<p><span id="more-141"></span></p>
<p>The enhancements are:</p>
<ul>
<li>an option to change the date format on the administration page</li>
<li>an option to change the number of events per page on the administration page</li>
<li>The event name is no longer limited to 255 characters and has a larger input area</li>
</ul>
<p>There is also a new options page under settings where you can choose your preferred settings (year, month or day first for the date format and a range of numbers from 10 to 100 for the per-page event listing).  The defaults are as original settings (year first and 10 events per page).  After upgrading you should go to the new settings page and click save settings if you have any errors on the Historic Events pages.</p>
<p>There are also a few minor html and css fixes.</p>
<p>You should note that you can enter very large events names (thousands of characters) however the widget is not designed for pages of text so your event listing may not look good with super long names.  Also although you can enter line breaks in the administration screen, these will not be shown, either in the list of events nor in the widget itself.  This is not a bug but expected behaviour.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://brokencrust.com/plugins/this-day-in-history/this-day-in-history-0-6-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>This Day In History 0.5 Released</title>
		<link>http://brokencrust.com/plugins/this-day-in-history/this-day-in-history-0-5-released/</link>
		<comments>http://brokencrust.com/plugins/this-day-in-history/this-day-in-history-0-5-released/#comments</comments>
		<pubDate>Tue, 07 Feb 2012 18:08:24 +0000</pubDate>
		<dc:creator>BC</dc:creator>
				<category><![CDATA[This Day In History]]></category>
		<category><![CDATA[bug-fix]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[Release]]></category>

		<guid isPermaLink="false">http://brokencrust.com/?p=139</guid>
		<description><![CDATA[This is a bug-fix release to allow the editing of entries with html code in them.  Actually the editing of anything with double quotes, which where not being escaped correctly since the suppression of magic quotes in 0.3.  Oh how I hate magic quotes.  It is in the employ of my enemies.  Hopefully this will [...]]]></description>
			<content:encoded><![CDATA[<p>This is a bug-fix release to allow the editing of entries with html code in them.  Actually the editing of anything with double quotes, which where not being escaped correctly since the suppression of magic quotes in 0.3.  Oh how I hate magic quotes.  It is in the employ of my enemies.  Hopefully this will finally sort it out.</p>
]]></content:encoded>
			<wfw:commentRss>http://brokencrust.com/plugins/this-day-in-history/this-day-in-history-0-5-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>This Day In History 0.4 Released</title>
		<link>http://brokencrust.com/plugins/this-day-in-history/this-day-in-history-0-4-released/</link>
		<comments>http://brokencrust.com/plugins/this-day-in-history/this-day-in-history-0-4-released/#comments</comments>
		<pubDate>Sun, 05 Feb 2012 12:23:40 +0000</pubDate>
		<dc:creator>BC</dc:creator>
				<category><![CDATA[This Day In History]]></category>
		<category><![CDATA[bug-fix]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[Release]]></category>

		<guid isPermaLink="false">http://brokencrust.com/?p=137</guid>
		<description><![CDATA[This is a bug-fix release because I forgot to adjust for local (blog) time.  The widget now decides what day it is based on what you choose for your blog under settings rather than just asking the server what the time is.  I had always intended to do this but put it aside because I [...]]]></description>
			<content:encoded><![CDATA[<p>This is a bug-fix release because I forgot to adjust for local (blog) time.  The widget now decides what day it is based on what you choose for your blog under settings rather than just asking the server what the time is.  I had always intended to do this but put it aside because I couldn&#8217;t remember the WP function name and then completely forgot about it. Fixed thanks to a bug report.</p>
]]></content:encoded>
			<wfw:commentRss>http://brokencrust.com/plugins/this-day-in-history/this-day-in-history-0-4-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>This Day In History 0.3 Released</title>
		<link>http://brokencrust.com/plugins/this-day-in-history/this-day-in-history-0-3-released/</link>
		<comments>http://brokencrust.com/plugins/this-day-in-history/this-day-in-history-0-3-released/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 09:03:56 +0000</pubDate>
		<dc:creator>BC</dc:creator>
				<category><![CDATA[This Day In History]]></category>
		<category><![CDATA[bug-fix]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[Release]]></category>

		<guid isPermaLink="false">http://brokencrust.com/?p=135</guid>
		<description><![CDATA[This is a bug-fix release to sort out the miserableness of magic-quotes which is the devils contribution to the php project.  Those of you who have this enigmatic option enabled will now be able to post quotes and other things without getting extra backslashes in your carefully formatted event text. &#160;]]></description>
			<content:encoded><![CDATA[<p>This is a bug-fix release to sort out the miserableness of magic-quotes which is the devils contribution to the php project.  Those of you who have this enigmatic option enabled will now be able to post quotes and other things without getting extra backslashes in your carefully formatted event text.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://brokencrust.com/plugins/this-day-in-history/this-day-in-history-0-3-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DragonflyCMS Convertor 0.9.03 Released</title>
		<link>http://brokencrust.com/mods/dragonflycms-convertor/dragonflycms-convertor-0-9-03-released/</link>
		<comments>http://brokencrust.com/mods/dragonflycms-convertor/dragonflycms-convertor-0-9-03-released/#comments</comments>
		<pubDate>Mon, 16 Jan 2012 10:52:40 +0000</pubDate>
		<dc:creator>BC</dc:creator>
				<category><![CDATA[DragonflyCMS Convertor]]></category>
		<category><![CDATA[bug-fix]]></category>
		<category><![CDATA[Mod]]></category>
		<category><![CDATA[Release]]></category>

		<guid isPermaLink="false">http://brokencrust.com/?p=133</guid>
		<description><![CDATA[This release fixes a bug in the relative gallery path that could break the convertor in some cases, for example where the phpBB3 directory was itself in a sub-directory of the dragonfly home. &#160;]]></description>
			<content:encoded><![CDATA[<p>This release fixes a bug in the relative gallery path that could break the convertor in some cases, for example where the phpBB3 directory was itself in a sub-directory of the dragonfly home.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://brokencrust.com/mods/dragonflycms-convertor/dragonflycms-convertor-0-9-03-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DragonflyCMS Convertor 0.9.02 Released</title>
		<link>http://brokencrust.com/mods/dragonflycms-convertor/dragonflycms-convertor-0-9-02-released/</link>
		<comments>http://brokencrust.com/mods/dragonflycms-convertor/dragonflycms-convertor-0-9-02-released/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 17:46:58 +0000</pubDate>
		<dc:creator>BC</dc:creator>
				<category><![CDATA[DragonflyCMS Convertor]]></category>
		<category><![CDATA[Mod]]></category>
		<category><![CDATA[phpBB]]></category>
		<category><![CDATA[Release]]></category>

		<guid isPermaLink="false">http://brokencrust.com/?p=131</guid>
		<description><![CDATA[As a new version of phpBB has been released (3.0.10) I&#8217;ve updated the convertor to be compatible.  As it still works as expected and I&#8217;ve had no additional bug reports there are no other changes in this version.  Let me know if the convertor isn&#8217;t doing its job and I&#8217;ll get right on it.]]></description>
			<content:encoded><![CDATA[<p>As a new version of phpBB has been released (3.0.10) I&#8217;ve updated the convertor to be compatible.  As it still works as expected and I&#8217;ve had no additional bug reports there are no other changes in this version.  Let me know if the convertor isn&#8217;t doing its job and I&#8217;ll get right on it.</p>
]]></content:encoded>
			<wfw:commentRss>http://brokencrust.com/mods/dragonflycms-convertor/dragonflycms-convertor-0-9-02-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>This Day&#8217;s &#8230;</title>
		<link>http://brokencrust.com/tips/this-days/</link>
		<comments>http://brokencrust.com/tips/this-days/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 10:40:19 +0000</pubDate>
		<dc:creator>BC</dc:creator>
				<category><![CDATA[This Day In History]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[ideas]]></category>

		<guid isPermaLink="false">http://brokencrust.com/?p=130</guid>
		<description><![CDATA[This Day In History is pretty flexible &#8211; you can use it to display a variety of daily content &#8211; jokes, tips, quotes and alike.]]></description>
			<content:encoded><![CDATA[<p>This Day In History is pretty flexible &#8211; you can use it to display a variety of daily content &#8211; jokes, tips, quotes and alike.</p>
]]></content:encoded>
			<wfw:commentRss>http://brokencrust.com/tips/this-days/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

