<?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>7thgroove &#187; joomla</title>
	<atom:link href="http://www.7thgroove.com/blog/category/joomla/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.7thgroove.com/blog</link>
	<description></description>
	<lastBuildDate>Mon, 31 Aug 2009 21:01:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Disabling Joomla Template js Files</title>
		<link>http://www.7thgroove.com/blog/2007/disabling-joomla-template-js-files/</link>
		<comments>http://www.7thgroove.com/blog/2007/disabling-joomla-template-js-files/#comments</comments>
		<pubDate>Wed, 14 Nov 2007 01:33:09 +0000</pubDate>
		<dc:creator>Hugh</dc:creator>
				<category><![CDATA[cms]]></category>
		<category><![CDATA[joomla]]></category>

		<guid isPermaLink="false">http://www.7thgroove.com/blog/2007/disabling-joomla-template-js-files/</guid>
		<description><![CDATA[By default, Joomla 1.5 includes the same JavaScript files within any templates it renders (public facing or internal admin). This can be useful, but sometimes you don&#8217;t want to have the same js files included in both&#8230; public and admin versions of your site. For example, One of the default Joomla included js files is [...]]]></description>
			<content:encoded><![CDATA[<p>By default, <a href="http://www.joomla.org/">Joomla 1.5</a> includes the same JavaScript files within any templates it renders (public facing or internal admin).  This can be useful, but sometimes you don&#8217;t want to have the same js files included in both&#8230;<span id="more-150"></span> public and admin versions of your site.  For example, One of the default Joomla included  js files is <a href="http://mootools.net">MooTools</a>, a pretty nice OO JavaScript framework.  If you wanted to use say <a href="http://www.prototypejs.org/">Prototype</a> instead of MootTools, you will more than likely run into conflicts with both JavaScript libraries included in your template.  Within public facing templates, it is sometimes necessary to disable the Joomla included js files &#8230; but how?<!--more--></p>
<p>
I&#8217;ve run into this type of conflict specifically between MooTools and Prototype, when using IE 6.  Luckily, there is a fairly easy way to disable Joomla included js files from your public facing template.  Within your templates index.php (or equivalent), add the following:</p>
<p><code></p>
<pre>
$user =&#038; JFactory::getUser();
if ($user->get('guest') == 1) {
  $headData = $this->getHeadData();
  $headData['scripts'] = array();
  $this->setHeadData($headData);
}
</pre>
<p></code>
</p>
<p>h u g h</p>
]]></content:encoded>
			<wfw:commentRss>http://www.7thgroove.com/blog/2007/disabling-joomla-template-js-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Editing Joomla 1.5 Config via FTP</title>
		<link>http://www.7thgroove.com/blog/2007/problem-editing-joomla-15-config-via-ftp-option/</link>
		<comments>http://www.7thgroove.com/blog/2007/problem-editing-joomla-15-config-via-ftp-option/#comments</comments>
		<pubDate>Mon, 12 Nov 2007 03:33:16 +0000</pubDate>
		<dc:creator>Hugh</dc:creator>
				<category><![CDATA[cms]]></category>
		<category><![CDATA[joomla]]></category>

		<guid isPermaLink="false">http://www.7thgroove.com/blog/2007/problem-editing-joomla-15-config-via-ftp-option/</guid>
		<description><![CDATA[Permission problems attempting to make Joomla 1.5 configuration changes? If you run into errors on the Joomla 1.5 configuration screens describing that the FTP credentials used do not have permission to modify the configuration.php file, you might be using the wrong FTP root dir &#8230; From the server that Joomla is installed on, try to [...]]]></description>
			<content:encoded><![CDATA[<p>Permission problems attempting to make <a href="http://www.joomla.org/">Joomla</a> 1.5 configuration changes?  If you run into errors on the Joomla 1.5 configuration screens describing that the FTP credentials used do not have permission to modify the <code>configuration.php</code> file, you might be using the wrong FTP root dir &#8230;<span id="more-148"></span></p>
<p>From the server that Joomla is installed on, try to FTP to localhost.  After logging in, take note of the root FTP working directory.  Make sure that the  <code>$ftp_root</code> variable in your Joomla <code>configuration.php</code> file is set to the path from your FTP working directory, to the installed Joomla root directory.</p>
<p>For example, if your Joomla root is <strong>/var/www/public/cms/joomla/</strong>, and when you FTP into localhost on that server your default FTP working directory is <strong>/var/www/public/</strong>, make sure you set the <code>$ftp_root</code> value in the Joomla config to be <strong>/cms/joomla/</strong>.
</p>
<p>h u g h</p>
]]></content:encoded>
			<wfw:commentRss>http://www.7thgroove.com/blog/2007/problem-editing-joomla-15-config-via-ftp-option/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
