<?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>Haiders WebSpace &#187; Joomla</title>
	<atom:link href="http://blog.creativeitp.com/category/posts-and-articles/joomla/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.creativeitp.com</link>
	<description>Let&#039;s talk about IT</description>
	<lastBuildDate>Sat, 27 Feb 2010 13:15:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>EventList for Joomla 1.5 Error Messages</title>
		<link>http://blog.creativeitp.com/posts-and-articles/joomla/eventlist-for-joomla-1-5-error-messages/</link>
		<comments>http://blog.creativeitp.com/posts-and-articles/joomla/eventlist-for-joomla-1-5-error-messages/#comments</comments>
		<pubDate>Wed, 21 Jan 2009 09:49:01 +0000</pubDate>
		<dc:creator>Haider al-Khateeb</dc:creator>
				<category><![CDATA[Joomla]]></category>

		<guid isPermaLink="false">http://blog.creativeitp.com/?p=72</guid>
		<description><![CDATA[If you have got the following error messages on your website after entering your first event to test the EventList componant. Warning: Invalid argument supplied for foreach() in &#8230; /components/com_eventlist/helpers/route.php on line 87 Warning: Invalid argument supplied for foreach() in &#8230; /components/com_eventlist/helpers/route.php on line 96 Then you either: 1. Publish a link (menu item type [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">
<p style="text-align: justify;">If you have got the following error messages on your website after entering your first event to test the <a target="_blank" href="http://extensions.joomla.org/extensions/99/details">EventList</a> componant.</p>
<p style="text-align: justify;">
<p style="text-align: justify;"><strong>Warning: Invalid argument supplied for foreach() in </strong></p>
<p style="text-align: justify;"><strong>&#8230; /components/com_eventlist/helpers/route.php on line 87</strong></p>
<p style="text-align: justify;"><strong>Warning: Invalid argument supplied for foreach() in </strong></p>
<p style="text-align: justify;"><strong>&#8230; /components/com_eventlist/helpers/route.php on line 96</strong></p>
<p style="text-align: justify;">
<p style="text-align: justify;">Then you either:</p>
<p><span id="more-72"></span></p>
<p style="text-align: justify;">
<p style="text-align: justify;">1. Publish a link (menu item type component) in the menu pointing to an Eventlist view. After that the errors should disappear as stated on the EventList development website.</p>
<p style="text-align: justify;">Or</p>
<p style="text-align: justify;">
<p style="text-align: justify;">2. Open route.php located in (&#8230; /components/com_eventlist/helpers/) and delete or you better just disable both lines (i.e. 87 and 96) by surrounding them with a PHP comment tags as follows:</p>
<p>
<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>87
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"> <span style="color: #666666; font-style: italic;">/* foreach($items as $item) */</span></pre></td></tr></table></div>

</p>
<p>
<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>96
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"> <span style="color: #666666; font-style: italic;">/* foreach($items as $item) */</span></pre></td></tr></table></div>

</p>
<p>This should get rid of the error messages for sure and you can still work with your EventList.</p>
<p>P.S. The version I worked with was EventList 0.9 Migration Plugins <strong>RC1</strong></p></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.creativeitp.com/posts-and-articles/joomla/eventlist-for-joomla-1-5-error-messages/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Removing Joomla! 1.5 copyright information and links</title>
		<link>http://blog.creativeitp.com/posts-and-articles/joomla/removing-joomla-1-5-copyright-information-and-links/</link>
		<comments>http://blog.creativeitp.com/posts-and-articles/joomla/removing-joomla-1-5-copyright-information-and-links/#comments</comments>
		<pubDate>Fri, 02 Jan 2009 09:57:53 +0000</pubDate>
		<dc:creator>Haider al-Khateeb</dc:creator>
				<category><![CDATA[Joomla]]></category>

		<guid isPermaLink="false">http://blog.creativeitp.com/?p=78</guid>
		<description><![CDATA[Joomla! was released under the GNU/GPL License which means you can indeed clean up the generated code of your website from any Joomla! related links and copyright information. Still you should know that you may not remove them from the source code itself e.g. from the PHP files on your server. 1. To clean your [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Joomla! was released under the GNU/GPL License which means you can indeed clean up the generated code of your website from any Joomla! related links and copyright information. Still you should know that you may not remove them from the source code itself e.g. from the PHP files on your server.</p>
<p>1. To clean your website footer by removing &#8220;Powered by Joomla!. Valid XHTML and CSS.&#8221; and any other possible copyright notices:</p>
<p><span id="more-78"></span></p>
<p style="text-align: justify;">
<p style="text-align: justify;">Go to your templates/index.php folder and at the bottom of the page you will find the code you need to remove or edit.</p>
<p style="text-align: justify;">

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
</pre></td><td class="code"><pre class="php" style="font-family:monospace;">&lt;p id=&quot;power_by&quot;&gt;
<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">echo</span> JText<span style="color: #339933;">::</span>_<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'Powered by'</span><span style="color: #009900;">&#41;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
&lt;a href=&quot;http://www.joomla.org&quot;&gt;Joomla!&lt;/a&gt;.
<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">echo</span> JText<span style="color: #339933;">::</span>_<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'Valid'</span><span style="color: #009900;">&#41;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
&lt;a href=&quot;http://validator.w3.org/check/referer&quot;&gt;XHTML&lt;/a&gt;
<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">echo</span> JText<span style="color: #339933;">::</span>_<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'and'</span><span style="color: #009900;">&#41;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
&lt;a href=&quot;http://jigsaw.w3.org/css-validator/check/referer&quot;&gt;CSS&lt;/a&gt;
&lt;/p&gt;</pre></td></tr></table></div>

<p style="text-align: justify;">
<p style="text-align: justify;">2. By default you will find the Metadata of your pages having Joomla! related information. So, one</p>
<p>more important thing you need to do is to change that:</p>
<p>First edit the Metadata Settings of your site from the Global Configuration page in your Joomla! Administration CP.</p>
<p>Then in your templates/index.php folder add the following line exactly before the &lt;head&gt; tag:</p>
</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #000088;">$this</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">setGenerator</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'Write anything here'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></td></tr></table></div>

<p></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.creativeitp.com/posts-and-articles/joomla/removing-joomla-1-5-copyright-information-and-links/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
