<?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: Migrating to Joomla from Mambo</title>
	<atom:link href="http://www.macgeek.co.za/2007/12/11/migrating-to-joomla-from-mambo/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.macgeek.co.za/2007/12/11/migrating-to-joomla-from-mambo/</link>
	<description>broadcasting mac geekery to the universe</description>
	<lastBuildDate>Sat, 04 Feb 2012 18:34:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Nitro</title>
		<link>http://www.macgeek.co.za/2007/12/11/migrating-to-joomla-from-mambo/comment-page-1/#comment-196033</link>
		<dc:creator>Nitro</dc:creator>
		<pubDate>Tue, 17 Jan 2012 23:25:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.macgeek.co.za/2007/12/11/migrating-to-joomla-from-mambo/#comment-196033</guid>
		<description>This might be an old thread but it was the first one to explain it as simply as possible. I just repeated the steps above and then modded the dist configuration.php script for the new joomla version and it worked right away. Everyone elses sure fire solution failed dismally.

Kudos!!!  :-))</description>
		<content:encoded><![CDATA[<p>This might be an old thread but it was the first one to explain it as simply as possible. I just repeated the steps above and then modded the dist configuration.php script for the new joomla version and it worked right away. Everyone elses sure fire solution failed dismally.</p>
<p>Kudos!!!  <img src='http://www.macgeek.co.za/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roger Saner</title>
		<link>http://www.macgeek.co.za/2007/12/11/migrating-to-joomla-from-mambo/comment-page-1/#comment-27544</link>
		<dc:creator>Roger Saner</dc:creator>
		<pubDate>Wed, 12 Dec 2007 13:24:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.macgeek.co.za/2007/12/11/migrating-to-joomla-from-mambo/#comment-27544</guid>
		<description>Joomla is easy to throw a site up with and there are a stack of plugins, most of which work quite well. The functionality is divided into components (like a gallery or shopping cart or &quot;contact us&quot;), modules (which are like Drupal&#039;s blocks - bit of functional code which can be placed all over the page in certain placeholders), and mambots (which process content, like hiding email addresses using javascript). It also comes with a menu system - which can be quite powerful in terms of navigation: content can be set up within sections, sections contain categories - so we could just view a category if we want to - or just link directly to the content.

Most Joomla sites I&#039;ve played with use tables for layout, but that&#039;s exclusively a template (Joomla-speak for Drupal&#039;s &quot;theme&quot;) issue. The trick with developing a Joomla site is to not make it look like a Joomla site - which a lot of South Africans seem to ignore.

Drupal has some big advantages over Joomla in that it lets you define user roles and permissions (these are both hard-coded in Joomla). It also deals with content input and display in a better way (a vanilla Joomla install won&#039;t let you version your content) - there isn&#039;t anything in Joomla approaching Drupal&#039;s views. For instance, try displaying all blog posts authored by a certain person in the last 3 months and there are going to be issues!

Joomla also has set content input (title, intro, main body) - you can&#039;t build your own content types like you can with CCK in Drupal.

The SEO solutions in Joomla are...not great. I&#039;ve just spent a few hours rebuilding the url&#039;s in a site after switching away from an unsupported SEO component - 404sef. It worked ok, and the new one is also that - just ok. There&#039;s no capacity to build urls based on what sort of content you&#039;re submitting, or to insert dates into only cetain types of urls. With Joomla SEO, it&#039;s all or nothing.

That said, Joomla has less of a learning curve than Drupal - Drupal seems to appeal to developer-types who want more control over their website. However, take a look at &lt;a href=&quot;http://www.nlpsa.com&quot; rel=&quot;nofollow&quot;&gt;nlpsa.com&lt;/a&gt; - a beautiful site built on Joomla.</description>
		<content:encoded><![CDATA[<p>Joomla is easy to throw a site up with and there are a stack of plugins, most of which work quite well. The functionality is divided into components (like a gallery or shopping cart or &#8220;contact us&#8221;), modules (which are like Drupal&#8217;s blocks &#8211; bit of functional code which can be placed all over the page in certain placeholders), and mambots (which process content, like hiding email addresses using javascript). It also comes with a menu system &#8211; which can be quite powerful in terms of navigation: content can be set up within sections, sections contain categories &#8211; so we could just view a category if we want to &#8211; or just link directly to the content.</p>
<p>Most Joomla sites I&#8217;ve played with use tables for layout, but that&#8217;s exclusively a template (Joomla-speak for Drupal&#8217;s &#8220;theme&#8221;) issue. The trick with developing a Joomla site is to not make it look like a Joomla site &#8211; which a lot of South Africans seem to ignore.</p>
<p>Drupal has some big advantages over Joomla in that it lets you define user roles and permissions (these are both hard-coded in Joomla). It also deals with content input and display in a better way (a vanilla Joomla install won&#8217;t let you version your content) &#8211; there isn&#8217;t anything in Joomla approaching Drupal&#8217;s views. For instance, try displaying all blog posts authored by a certain person in the last 3 months and there are going to be issues!</p>
<p>Joomla also has set content input (title, intro, main body) &#8211; you can&#8217;t build your own content types like you can with CCK in Drupal.</p>
<p>The SEO solutions in Joomla are&#8230;not great. I&#8217;ve just spent a few hours rebuilding the url&#8217;s in a site after switching away from an unsupported SEO component &#8211; 404sef. It worked ok, and the new one is also that &#8211; just ok. There&#8217;s no capacity to build urls based on what sort of content you&#8217;re submitting, or to insert dates into only cetain types of urls. With Joomla SEO, it&#8217;s all or nothing.</p>
<p>That said, Joomla has less of a learning curve than Drupal &#8211; Drupal seems to appeal to developer-types who want more control over their website. However, take a look at <a href="http://www.nlpsa.com" rel="nofollow">nlpsa.com</a> &#8211; a beautiful site built on Joomla.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: überEllis</title>
		<link>http://www.macgeek.co.za/2007/12/11/migrating-to-joomla-from-mambo/comment-page-1/#comment-27536</link>
		<dc:creator>überEllis</dc:creator>
		<pubDate>Wed, 12 Dec 2007 12:00:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.macgeek.co.za/2007/12/11/migrating-to-joomla-from-mambo/#comment-27536</guid>
		<description>&lt;blockquote&gt;Although I now prefer Drupal for many good reasons&lt;/blockquote&gt;

&lt;a href=&quot;http://drupal.org&quot; title=&quot;Drupal - Community Plumbing&quot; rel=&quot;nofollow&quot;&gt;Drupal&lt;/a&gt; and &lt;a href=&quot;http://www.joomla.org/&quot; title=&quot;Joomla - because open source matters&quot; rel=&quot;nofollow&quot;&gt;Joomla&lt;/a&gt; has in the my experience been measured up against each other on numerous occasions. Personally, I could never truly motivate my personal preference of Drupal over Joomla, apart from the truly powerful taxonomy feature set in core. At the time, I also never really came across a Joomla site with proper standards compliant mark-up - which might entirely be due to end-user and not the platform itself.

I&#039;d be interested to hear your personal preferences, as I don&#039;t have much Joomla experience (apart from installing it once).</description>
		<content:encoded><![CDATA[<blockquote><p>Although I now prefer Drupal for many good reasons</p></blockquote>
<p><a href="http://drupal.org" title="Drupal - Community Plumbing" rel="nofollow">Drupal</a> and <a href="http://www.joomla.org/" title="Joomla - because open source matters" rel="nofollow">Joomla</a> has in the my experience been measured up against each other on numerous occasions. Personally, I could never truly motivate my personal preference of Drupal over Joomla, apart from the truly powerful taxonomy feature set in core. At the time, I also never really came across a Joomla site with proper standards compliant mark-up &#8211; which might entirely be due to end-user and not the platform itself.</p>
<p>I&#8217;d be interested to hear your personal preferences, as I don&#8217;t have much Joomla experience (apart from installing it once).</p>
]]></content:encoded>
	</item>
</channel>
</rss>

