<?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>Quinterox &#187; Joomla</title>
	<atom:link href="http://www.quinterox.com/content/category/open-source/joomla/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.quinterox.com/content</link>
	<description>Cesar Quinteros</description>
	<lastBuildDate>Sun, 20 Jun 2010 04:51:28 +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>Back to the Joomla! on IIS7</title>
		<link>http://www.quinterox.com/content/blog/back-to-the-joomla-on-iis7/</link>
		<comments>http://www.quinterox.com/content/blog/back-to-the-joomla-on-iis7/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 06:32:45 +0000</pubDate>
		<dc:creator>Cesar Quinteros</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Joomla]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[fixes]]></category>
		<category><![CDATA[iis7]]></category>

		<guid isPermaLink="false">http://www.quinterox.com/content/?p=341</guid>
		<description><![CDATA[Cesar returns to fixing and editing Joomla! (and WordPress) bugs and features on IIS7 and joins the Joomla! Bugsquad.]]></description>
			<content:encoded><![CDATA[<p>A few months ago I started posting fixes for the Joomla! application running on IIS7. The main reason was because I was unhappily using IIS7 and was trying to fix it. What seemed like a blessing at first turned out to be a real pain. A few of the features in Joomla! generated server errors which left me quite annoyed. After a month or two of frustration I quit using IIS7 and started using Linux. Nonetheless this post is to inform those that were quite happy with the fixes I provided then that I am back to using Joomla! on IIS7 once again. This time however I have taken the correct route and joined the Joomla! <a href="http://developer.joomla.org/bug-squad-blog.html" target="_Self">Bugsquad</a> so that any fixes I help with are incorporated into the core. But no, I am not testing on this server, I need my Linux-served WordPress powered site (WP which was also unhappy on IIS7) to work without the shenanigans. I have installed it on my other server <a href="http://damnbugs.com/joomla/" target="_self">http://damnbugs.com/joomla</a> which I plan to use primarily for ASP.NET development purposes. It is time to get my hands dirty once again!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.quinterox.com/content/blog/back-to-the-joomla-on-iis7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Joomla! Web Links Display Error</title>
		<link>http://www.quinterox.com/content/open-source/joomla-web-links-display-error/</link>
		<comments>http://www.quinterox.com/content/open-source/joomla-web-links-display-error/#comments</comments>
		<pubDate>Thu, 02 Oct 2008 09:13:10 +0000</pubDate>
		<dc:creator>Cesar Quinteros</dc:creator>
				<category><![CDATA[Joomla]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[iis7]]></category>
		<category><![CDATA[web links]]></category>

		<guid isPermaLink="false">http://www.quinterox.com/content/?p=281</guid>
		<description><![CDATA[Newsfeed and weblinks Joomla! problems on IIS7 found. This post states how to fix the weblinks problem and provides a little bit of information on the newsfeed error.]]></description>
			<content:encoded><![CDATA[<p>About two months ago or so I had taken a stab at using IIS7 to run my website. It seemed to be a pretty cool idea, I&#8217;m a developer, with a ASP.NET/PHP enabled site, how could I go wrong? Nonetheless it turned out to be a disaster. After a while I just got fed up with the problems I was having with Joomla! and IIS7 that I decided to just Linux-server-it. Yes, I gave up. But only for a little while. After all I am still in college (last few semesters hopefully, anyone want to hire me for small projects?), working full time, being the only one working between my wife and I, with 6 month old at home, bad economy, that I can&#8217;t dedicate a billion hours to fixing IIS7&#8242;s annoying Joomla! problems anymore. It was a lot, so much I decided to take a development break. Wouldn&#8217;t you?</p>
<p>While I hit the bench, I would however like to hook you guys up with one more little fix I found for Joomla! on IIS7. While pushing all of Joomla!&#8217;s buttons to see what works and what doesn&#8217;t I noticed aside from my previous post which states <a href="http://www.quinterox.com/content/open-source/joomla/joomla-play-nice-with-iis7/" target="_self">Joomla! search fixes</a> this one fixes a problem generated by the <b>web links</b> option. I also found a problem with the Newfeeds button on the left menu, but that seems to require a whole lot more time and possibly some server re-configuration which I can&#8217;t really do since GoDaddy hosts my site. Ah..nonetheless. Here is the fix for the web links option.</p>
<pre>
Web Links Display
File: /components/com_weblinks/views/catergories/tmpl/default.php
Line#: 5
Replace: &lt;?php echo $this-&gt;escape($this-&gt;params-&gt;get('page_title')); ?&gt;
With this: &lt;?php echo 'Weblinks';?&gt;

File: /components/com_weblinks/views/catergory/tmpl/default.php
Line#: 14
Delete or comment out this value: if ( isset($this-&gt;image) ) :  echo $this-&gt;image; endif;

File: /components/com_weblinks/views/catergories/tmpl/view.html.php
Line#: 62
Replace: $category-&gt;link = JRoute::_('index.php?option=com_weblinks&amp;view=category&amp;id='. $category-&gt;slug);
With this: $category-&gt;link = JRoute::_('index.php?option=com_weblinks&amp;view=category&amp;id='. $category-&gt;slug .'&amp;Itemid=48');

FIle: /components/com_weblinks/views/catergory/view.html.php
Line#: 94
Replace: $image = JHTML::_('image.site',  $params-&gt;get('link_icons'), '/images/M_images/', $params-&gt;get( 'weblink_icons' ), '/images/M_images/', 'Link' );
With: 	$image = JHTML::_('image.site',  $params-&gt;get('link_icons'), '/images/M_images/', 'weblink.png', '/images/M_images/', 'Link' );

FIle: /components/com_weblinks/views/catergory/view.html.php
Line#: 103
Replace: $link = JRoute::_( 'index.php?view=weblink&amp;catid='.$category-&gt;slug.'&amp;id='. $item-&gt;slug);
With: $link = JRoute::_( 'index.php?view=weblink&amp;catid='.$category-&gt;slug.'&amp;id='. $item-&gt;slug .'&amp;option=com_weblinks&amp;Itemid=48');
</pre>
<p>A bit ago I communicated with some of the nice people at Joomla.org where they recommended I do not make changes to Joomla!&#8217;s core. I understand their point as a developer myself and will change my ways in the future but sometimes when you need a fix, you&#8217;ll do anything. So with that said I ask you that if you are going to use my fixes, you backup your original files. Play it safe and at your own risk. </p>
<p>
Attached is what I have &#8220;fixed&#8221; so far in regards to the Newfeed option on Joomla! 1.5. This is just a partial, &#8220;getting there&#8221; fix. I am just including it in case other developers want to try to fix it while I take a break for a while.
</p>
<p>
Amy and Sam, in case you read this. I haven&#8217;t flaked out on you guys. I am working on getting an IIS7 server for my other site so that I can continue fixing these shenanigans.
</p>
<a class="downloadlink" href="http://www.quinterox.com/content/wp-content/plugins/download-monitor/download.php?id=ajax_sample.zip" title="Version1.0 downloaded 25 times" >ajax_sample (25)</a>
]]></content:encoded>
			<wfw:commentRss>http://www.quinterox.com/content/open-source/joomla-web-links-display-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Joomla! play nice with IIS7!</title>
		<link>http://www.quinterox.com/content/open-source/joomla-play-nice-with-iis7/</link>
		<comments>http://www.quinterox.com/content/open-source/joomla-play-nice-with-iis7/#comments</comments>
		<pubDate>Tue, 05 Aug 2008 22:25:00 +0000</pubDate>
		<dc:creator>Cesar Quinteros</dc:creator>
				<category><![CDATA[Joomla]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[500 server error]]></category>
		<category><![CDATA[iis7]]></category>

		<guid isPermaLink="false">http://quinterox.com/content/?p=28</guid>
		<description><![CDATA[The fixes to some Joomla problems found on IIS7 installations.]]></description>
			<content:encoded><![CDATA[<p>I happily use WordPress, but I have also seen unlimited potential in Joomla! As a developer I jumped with joy when I heard my hosting company GoDaddy was using II7 on new Windows server accounts (since I’d be able to create PHP as well as ASP pages on it side by side). However my jumping ceased after installing Joomla! once I received <strong>“500- Internal server error”</strong> messages when I would try to use the search or poll options. This terrible let-down unfortunately was not supported by the hosting company and after a few Google searches which left me confused, I decided to take matter into my own hands. I shall fix Joomla! so that other II7’ers as well as myself can use it!</p>
<p>Thus far I have noticed only five problems with Joomla! on IIS7, three of which I have solved. Below I describe them and provide the fix I found for them.</p>
<p><a href="http://quinterox.com/joomla/"></a></p>
<h2>1. Search</h2>
<pre>File: components/com_search/controller.php

Line: 70

Add Value: $uri-&gt;setVar('view', 'search');

Reason:  This adds the "view=search" parameter to the URL to allow the search view.</pre>
<h2>2. Vote Button</h2>
<pre>File: components/com_poll/controller.php

Line: 93

Replace Value: $this-&gt;setRedirect( JRoute::_('index.php?option=com_poll&amp;id='. $poll_id.':'.$poll-&gt;alias.$itemid, false), $msg );

With Value: $this-&gt;setRedirect( JRoute::_('index.php?option=com_poll&amp;view=poll&amp;id='. $poll_id.':'.$poll-&gt;alias.$itemid, false), $msg );

Reason:  This adds the "view=poll" parameter to the URL to allow the poll view.</pre>
<h2>3. Vote Results Button</h2>
<pre>File: modules/mod_poll/tmpl/default.php

Line: 39

Replace Value: onclick="document.location.href='&lt; ?php echo JRoute::_("index.php?option=com_poll&amp;id=$poll-&gt;slug".$itemid); ?&gt;'"

With Value: onclick="document.location.href='&lt; ?php echo JRoute::_("index.php?option=com_poll&amp;view=poll&amp;id=$poll-&gt;slug".$itemid); ?&gt;'"

Reason:  This adds the "view=poll" parameter to the URL to allow the search view.</pre>
<h2>4. Top News button</h2>
<p><strong>Problem:</strong> News button on top horizontal menu returns the message:</p>
<p>Error loading feed data. Error: Feed not retrieved.</p>
<p><strong>Probable error:</strong> Something wrong with the feed generating code? Uncertain.</p>
<h2>5. News Feed link on left menu</h2>
<p><strong>Problem:</strong> News Feeds link on left takes you to a catergories page. The links there generate a page not found error.</p>
<p><strong>Probable error:</strong> Malformed URL posted by the application. Also high possiblities of a bad interpretation when recieving a good URL. These are tough! Any suggestions?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.quinterox.com/content/open-source/joomla-play-nice-with-iis7/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
	</channel>
</rss>
