<?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>Aaron&#039;s Tidbit &#187; alcantara</title>
	<atom:link href="http://blog.aaronlecciones.com/tag/alcantara/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.aaronlecciones.com</link>
	<description>What does Aaron have to say about that?</description>
	<lastBuildDate>Tue, 03 Aug 2010 04:24:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>The All New Morado Family Forums!</title>
		<link>http://blog.aaronlecciones.com/2009/11/the-all-new-morado-family-forums/</link>
		<comments>http://blog.aaronlecciones.com/2009/11/the-all-new-morado-family-forums/#comments</comments>
		<pubDate>Sun, 29 Nov 2009 14:48:06 +0000</pubDate>
		<dc:creator>aaron</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[alcantara]]></category>
		<category><![CDATA[Family]]></category>
		<category><![CDATA[forums]]></category>
		<category><![CDATA[morado]]></category>

		<guid isPermaLink="false">http://blog.aaronlecciones.com/?p=209</guid>
		<description><![CDATA[<p>Today, a wonderful Sunday, I installed Simple Machines Forum Software (SMF) using the Fantastico installer Script of Byethost!  It is awesome because it was so easy.  The address is http://morado.aaronlecciones.com.</p>
<p>There was one hiccup however, and it was (1) renaming the automatically created database file to something more user-friendly, and (2) doing a required [...] <p>Continue reading <a href="http://blog.aaronlecciones.com/2009/11/the-all-new-morado-family-forums/">The All New Morado Family Forums!</a></p>]]></description>
			<content:encoded><![CDATA[<p>Today, a wonderful Sunday, I installed Simple Machines Forum Software (SMF) using the Fantastico installer Script of Byethost!  It is awesome because it was so easy.  The address is http://morado.aaronlecciones.com.</p>
<p>There was one hiccup however, and it was (1) renaming the automatically created database file to something more user-friendly, and (2) doing a required upgrade.</p>
<p>Number one was easy enough.  Although while changing the database location settings on SMF made the whole message board go down, I just had to create a new database with my preferred name (&#8220;moradoforums&#8221; instead of a jumble of arbitrarily chosen numbers) and import the SQL databse I exported from the originally created database.</p>
<p>Number was a bit more complicated because after executing the upgrade.php file I encountered a problem with the upgrade process, specifically:</p>
<blockquote><p><code>ALTER TABLE {$db_prefix}smileys<br />
ORDER BY LENGTH(code) DESC;</code></p></blockquote>
<p>Good thing the <a title="SMF knowledge Database!!" href="http://docs.simplemachines.org/index.php?topic=1079.0" target="_blank">Simple Machines Knowledge Database</a> had a solution to that problem:</p>
<p>replacing that code with this code:</p>
<blockquote><p><code>ALTER TABLE {$db_prefix}smileys<br />
ORDER BY code DESC;</code></p></blockquote>
<p>at the &#8220;<span>upgrade_1-1.sql</span>&#8221; file!!  Simple enough, but be sure you do it slowly and carefully!</p>
<p>So basically, with this new message board, I hope the Rosa Morado Clan can use it to keep in touch wherever you may be!  So please spread the news around to all our family if your reading guys and girls!!  Thanks!!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.aaronlecciones.com/2009/11/the-all-new-morado-family-forums/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
