<?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>MikeCohenMedia.com &#187; Joomla</title>
	<atom:link href="http://mikecohenmedia.com/blog/category/joomla/feed/" rel="self" type="application/rss+xml" />
	<link>http://mikecohenmedia.com/blog</link>
	<description>Blog</description>
	<lastBuildDate>Mon, 03 Aug 2009 14:51:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Customizing Joomla 1.5 and VirtueMart</title>
		<link>http://mikecohenmedia.com/blog/customizing-joomla-15/</link>
		<comments>http://mikecohenmedia.com/blog/customizing-joomla-15/#comments</comments>
		<pubDate>Sun, 19 Apr 2009 13:15:58 +0000</pubDate>
		<dc:creator>Mike Cohen</dc:creator>
				<category><![CDATA[Joomla]]></category>

		<guid isPermaLink="false">http://mikecohenmedia.com/blog/?p=106</guid>
		<description><![CDATA[I&#8217;m thinking it might be a good idea to record the changes I&#8217;m making to Joomla 1.5 for posterity. Hopefully I can consult this post when setting up a similar site in Joomla in the future and others can as well. So here goes.
1. First thing &#8212; installed Joomla, then installed the VirtueMart package. All [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m thinking it might be a good idea to record the changes I&#8217;m making to Joomla 1.5 for posterity. Hopefully I can consult this post when setting up a similar site in Joomla in the future and others can as well. So here goes.</p>
<p>1. First thing &#8212; installed Joomla, then installed the VirtueMart package. All is right in the universe, install goes well both running fine.</p>
<p>2. Delete all test content from system and all un-necessary menus. Left with topmenu and usermenu. Please note &#8211; top menu is what I consider to be the main menu, some have had the experience of losing their home page. All you have to do is add Home to the menu, indicate it as the front page, then in the Menu Item Manager select it and indicate it as the default. That will then indicate this page as the home page.</p>
<p>3. I like my sites to have a top menu consisting of sections and a left (or right) hand menu that dynamically populates with the categories corresponding to the selected section. To acheive this, I installed the very handy Categoris 1.5 Module, found here <a href="http://extensions.joomla.org/extensions/structure-&amp;-navigation/sections-&amp;-categories/2423/details">http://extensions.joomla.org/extensions/structure-&amp;-navigation/sections-&amp;-categories/2423/details</a>. There are several others like it but from my experimentation this is the only one that auto populates based on selected section. I did edit the helper.php file, as the option to show empty categories didn&#8217;t seem to work, commenting out line 161, which makes sure empty categories show up.</p>
<p>4. Making the VirtueMart module appear when in the products section of the site. I created a menu item on the top menu that points to VirtueMart, when clicked, it takes the user to the VirtueMart part of the site. I only wanted the product categories to show up when in the Products (VirtueMart) section. To get this to work I edited the mod_virtuemart.php file in the mod_virtuemart directory. I simply added the following code to the top of the file, and closed out the if at the end of the file. Basically this excludes the virtuemart code if we are not in the VirtueMart part of the site.</p>
<p>if($option==&#8217;com_virtuemart&#8217;){</p>
<p>5. Enabling Search Engine Friendly URLs &#8211; used this <br />
<a href="http://e-fusionsoft.com/downloads/category/1-extension-specific-plugin.html">http://e-fusionsoft.com/downloads/category/1-extension-specific-plugin.html<br />
</a>to make SEF Urls for Joomla.</p>
]]></content:encoded>
			<wfw:commentRss>http://mikecohenmedia.com/blog/customizing-joomla-15/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
