<?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>Fri, 04 May 2012 18:08:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>DragonflyCMS Convertor 0.9.06 Released</title>
		<link>http://brokencrust.com/mods/dragonflycms-convertor/dragonflycms-convertor-0-9-06-released/</link>
		<comments>http://brokencrust.com/mods/dragonflycms-convertor/dragonflycms-convertor-0-9-06-released/#comments</comments>
		<pubDate>Tue, 03 Apr 2012 17:00:00 +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=178</guid>
		<description><![CDATA[There are three enhancements in this version as well are some minor bug fixes and removal of unused functions. The first enhancement is that deleted and suspended users are now automatically deactivated in phpBB3.  This means that they can not log on or be seen but the posts remain visible.  You should review each user [...]]]></description>
			<content:encoded><![CDATA[<p>There are three enhancements in this version as well are some minor bug fixes and removal of unused functions.</p>
<p><span id="more-178"></span></p>
<p>The first enhancement is that deleted and suspended users are now automatically deactivated in phpBB3.  This means that they can not log on or be seen but the posts remain visible.  You should review each user and either delete them, leave them as deactivated or ban the user and then re-activate the account as you wish.  phpBB3 handles deleted users in a different way &#8211; the account is removed and if you wish to keep the posts these are transferred to the anonymous user (but keep the same poster user-name).  You should probably do this for any deleted users that you had in DF (although you should permanently delete as many of those as you can before the convertion).</p>
<p>The second enhancement is that simple html in forum descriptions is now automatically converted into bbcode.  In DF is was possible to use bold, italic and underline html codes in forum descriptions but in phpBB3 this is not allowed so these are converted into the appropriate bbcodes so that the formatting is kept intact after the conversion.</p>
<p>The last enhancement is that time zone-correction is now automatic &#8211; providing that you do your conversion in the same time-zone as the DF server (so if you test locally in a different time-zone the times may be off by an hour or so).  I think that this is a better option and easier to manage than having to set and unset options.  This uses a php function that required php5.2+ but I expect that most people will have this by now.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://brokencrust.com/mods/dragonflycms-convertor/dragonflycms-convertor-0-9-06-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>This Day In History 0.7 Released</title>
		<link>http://brokencrust.com/plugins/this-day-in-history/this-day-in-history-0-7-released/</link>
		<comments>http://brokencrust.com/plugins/this-day-in-history/this-day-in-history-0-7-released/#comments</comments>
		<pubDate>Mon, 02 Apr 2012 12:29:05 +0000</pubDate>
		<dc:creator>BC</dc:creator>
				<category><![CDATA[This Day In History]]></category>
		<category><![CDATA[enhancement]]></category>
		<category><![CDATA[Release]]></category>
		<category><![CDATA[Widget]]></category>

		<guid isPermaLink="false">http://brokencrust.com/?p=173</guid>
		<description><![CDATA[This is a minor release with a simple enhancement to the widget that adds an option to show (or not) the year in the widget.]]></description>
			<content:encoded><![CDATA[<p>This is a minor release with a simple enhancement to the widget that adds an option to show (or not) the year in the widget.</p>
]]></content:encoded>
			<wfw:commentRss>http://brokencrust.com/plugins/this-day-in-history/this-day-in-history-0-7-released/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Sub Categories Widget 1.1 Released</title>
		<link>http://brokencrust.com/plugins/sub-categories-widget/sub-categories-widget-1-1-released/</link>
		<comments>http://brokencrust.com/plugins/sub-categories-widget/sub-categories-widget-1-1-released/#comments</comments>
		<pubDate>Mon, 12 Mar 2012 18:07:15 +0000</pubDate>
		<dc:creator>BC</dc:creator>
				<category><![CDATA[Sub Categories Widget]]></category>
		<category><![CDATA[enhancement]]></category>
		<category><![CDATA[Release]]></category>
		<category><![CDATA[Widget]]></category>

		<guid isPermaLink="false">http://brokencrust.com/?p=169</guid>
		<description><![CDATA[This release implements an enhancement request to allow the highlighting of the current category in the widget when displaying that category. This is done using the .current-cat class.  You need to add an entry for this class in your style.css for you to utilise this feature, for example li.current-cat a { color: #000000; font-weight: bold; [...]]]></description>
			<content:encoded><![CDATA[<p>This release implements an enhancement request to allow the highlighting of the current category in the widget when displaying that category.</p>
<p><span id="more-169"></span></p>
<p>This is done using the .current-cat class.  You need to add an entry for this class in your style.css for you to utilise this feature, for example</p>
<pre>li.current-cat a { color: #000000; font-weight: bold; }</pre>
<p>will make the link for the currently displayed category be bold with black text.</p>
<p>If you don&#8217;t wish to make use of this feature, then you don&#8217;t need to add anything to your css.  It&#8217;s totally optional and the widget will work as it did before.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://brokencrust.com/plugins/sub-categories-widget/sub-categories-widget-1-1-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DragonflyCMS Convertor 0.9.05 Released</title>
		<link>http://brokencrust.com/mods/dragonflycms-convertor/dragonflycms-convertor-0-9-05-released/</link>
		<comments>http://brokencrust.com/mods/dragonflycms-convertor/dragonflycms-convertor-0-9-05-released/#comments</comments>
		<pubDate>Mon, 12 Mar 2012 17:59:39 +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=167</guid>
		<description><![CDATA[This is a small bug-fix release that fixes an issue with a missing function in phpbb_check_username_collisions.  You can download the new version from the phpBB convertors database.]]></description>
			<content:encoded><![CDATA[<p>This is a small bug-fix release that fixes an issue with a missing function in phpbb_check_username_collisions.  You can download the new version from the phpBB convertors database.</p>
]]></content:encoded>
			<wfw:commentRss>http://brokencrust.com/mods/dragonflycms-convertor/dragonflycms-convertor-0-9-05-released/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<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>2</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>
]]></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>
	</channel>
</rss>

