<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Creating a simple news feed module (for display within static blocks)</title>
	<atom:link href="http://maglife.co.uk/2009/04/09/creating-a-simple-news-feed-module-for-display-within-static-blocks/feed/" rel="self" type="application/rss+xml" />
	<link>http://maglife.co.uk/2009/04/09/creating-a-simple-news-feed-module-for-display-within-static-blocks/</link>
	<description>Taking a run up at the world of Magento</description>
	<lastBuildDate>Fri, 23 Jul 2010 21:20:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: legend</title>
		<link>http://maglife.co.uk/2009/04/09/creating-a-simple-news-feed-module-for-display-within-static-blocks/#comment-111</link>
		<dc:creator>legend</dc:creator>
		<pubDate>Fri, 24 Jul 2009 07:04:31 +0000</pubDate>
		<guid isPermaLink="false">http://maglife.co.uk/?p=51#comment-111</guid>
		<description>Hi

   The module looks great and easy to install..I followed the same as per your instructions.But the module is not appearing in the frontend.I could not understand the last step how to turn on the debugging output in the adminstration side.</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>   The module looks great and easy to install..I followed the same as per your instructions.But the module is not appearing in the frontend.I could not understand the last step how to turn on the debugging output in the adminstration side.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jools Wills</title>
		<link>http://maglife.co.uk/2009/04/09/creating-a-simple-news-feed-module-for-display-within-static-blocks/#comment-58</link>
		<dc:creator>Jools Wills</dc:creator>
		<pubDate>Sun, 17 May 2009 10:23:19 +0000</pubDate>
		<guid isPermaLink="false">http://maglife.co.uk/?p=51#comment-58</guid>
		<description>take the the xml layout code above that starts

&lt;code&gt;
&lt;reference name=&quot;right&quot;&gt;
    &lt;block type=&quot;cms/block&quot; name=&quot;newsfeeds&quot; before=&quot;-&quot;&gt;
&lt;/code&gt;

and instead of putting it into the update xml you can put it into the main theme layout. go to app/design/frontend/default/default/ayout (for the case of the default theme)

you can place it in one of the layouts there, or make a new one.</description>
		<content:encoded><![CDATA[<p>take the the xml layout code above that starts</p>
<p><code><br />
&lt;reference name="right"&gt;<br />
    &lt;block type="cms/block" name="newsfeeds" before="-"&gt;<br />
</code></p>
<p>and instead of putting it into the update xml you can put it into the main theme layout. go to app/design/frontend/default/default/ayout (for the case of the default theme)</p>
<p>you can place it in one of the layouts there, or make a new one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Francis</title>
		<link>http://maglife.co.uk/2009/04/09/creating-a-simple-news-feed-module-for-display-within-static-blocks/#comment-57</link>
		<dc:creator>Francis</dc:creator>
		<pubDate>Sun, 17 May 2009 06:31:19 +0000</pubDate>
		<guid isPermaLink="false">http://maglife.co.uk/?p=51#comment-57</guid>
		<description>I&#039;m trying to find the easiest way to make this block display on every page - any tips?</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to find the easiest way to make this block display on every page &#8211; any tips?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Francis</title>
		<link>http://maglife.co.uk/2009/04/09/creating-a-simple-news-feed-module-for-display-within-static-blocks/#comment-56</link>
		<dc:creator>Francis</dc:creator>
		<pubDate>Sun, 17 May 2009 06:14:58 +0000</pubDate>
		<guid isPermaLink="false">http://maglife.co.uk/?p=51#comment-56</guid>
		<description>Thanks for this! it works great, beats paying $200 for it.</description>
		<content:encoded><![CDATA[<p>Thanks for this! it works great, beats paying $200 for it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jools Wills</title>
		<link>http://maglife.co.uk/2009/04/09/creating-a-simple-news-feed-module-for-display-within-static-blocks/#comment-24</link>
		<dc:creator>Jools Wills</dc:creator>
		<pubDate>Mon, 20 Apr 2009 13:25:31 +0000</pubDate>
		<guid isPermaLink="false">http://maglife.co.uk/?p=51#comment-24</guid>
		<description>That command does an equivalent of replacing &quot;&amp; new&quot; with &quot; new&quot; in the simplepie code. You could do the same on a text editor. I would suggest that you might consider getting someone else to implement this code for you if you are not comfortable or familiar with such things. I would also recommend you look at my earlier comment on this where I link to an alternative solution that is a fair amount simpler to implement, and has less resource requirements (it utilises the Zend framework that Magento already uses).</description>
		<content:encoded><![CDATA[<p>That command does an equivalent of replacing &#8220;&amp; new&#8221; with &#8221; new&#8221; in the simplepie code. You could do the same on a text editor. I would suggest that you might consider getting someone else to implement this code for you if you are not comfortable or familiar with such things. I would also recommend you look at my earlier comment on this where I link to an alternative solution that is a fair amount simpler to implement, and has less resource requirements (it utilises the Zend framework that Magento already uses).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: topsupplementstore</title>
		<link>http://maglife.co.uk/2009/04/09/creating-a-simple-news-feed-module-for-display-within-static-blocks/#comment-23</link>
		<dc:creator>topsupplementstore</dc:creator>
		<pubDate>Mon, 20 Apr 2009 02:33:38 +0000</pubDate>
		<guid isPermaLink="false">http://maglife.co.uk/?p=51#comment-23</guid>
		<description>how do I run the command line mentioned to avoid php problems?</description>
		<content:encoded><![CDATA[<p>how do I run the command line mentioned to avoid php problems?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: topsupplementstore</title>
		<link>http://maglife.co.uk/2009/04/09/creating-a-simple-news-feed-module-for-display-within-static-blocks/#comment-22</link>
		<dc:creator>topsupplementstore</dc:creator>
		<pubDate>Wed, 15 Apr 2009 17:34:22 +0000</pubDate>
		<guid isPermaLink="false">http://maglife.co.uk/?p=51#comment-22</guid>
		<description>Thanks again, that is what I figured but I always make sure to double check. 

IF for some reason one does not carry all of these steps out correctly could it possibly corrupt the structure of the site and stop it from being published on the web correctly?

Never hurts to triple check lol</description>
		<content:encoded><![CDATA[<p>Thanks again, that is what I figured but I always make sure to double check. </p>
<p>IF for some reason one does not carry all of these steps out correctly could it possibly corrupt the structure of the site and stop it from being published on the web correctly?</p>
<p>Never hurts to triple check lol</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jools Wills</title>
		<link>http://maglife.co.uk/2009/04/09/creating-a-simple-news-feed-module-for-display-within-static-blocks/#comment-21</link>
		<dc:creator>Jools Wills</dc:creator>
		<pubDate>Wed, 15 Apr 2009 17:16:09 +0000</pubDate>
		<guid isPermaLink="false">http://maglife.co.uk/?p=51#comment-21</guid>
		<description>Just use the {{block type=”Maglife_Newsfeeds/View” template=”newsfeeds/view.phtml” feedurl=”http://news.google.com/news?ned=us&amp;topic=h&amp;output=atom” count=”5″}} multiple times with different urls for different feeds.</description>
		<content:encoded><![CDATA[<p>Just use the {{block type=”Maglife_Newsfeeds/View” template=”newsfeeds/view.phtml” feedurl=”http://news.google.com/news?ned=us&amp;topic=h&amp;output=atom” count=”5″}} multiple times with different urls for different feeds.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: topsupplementstore</title>
		<link>http://maglife.co.uk/2009/04/09/creating-a-simple-news-feed-module-for-display-within-static-blocks/#comment-20</link>
		<dc:creator>topsupplementstore</dc:creator>
		<pubDate>Tue, 14 Apr 2009 23:44:19 +0000</pubDate>
		<guid isPermaLink="false">http://maglife.co.uk/?p=51#comment-20</guid>
		<description>This is exactly what I have been looking for! Can one add multiple feeds to a website? And if so how would that be done?</description>
		<content:encoded><![CDATA[<p>This is exactly what I have been looking for! Can one add multiple feeds to a website? And if so how would that be done?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jools Wills</title>
		<link>http://maglife.co.uk/2009/04/09/creating-a-simple-news-feed-module-for-display-within-static-blocks/#comment-19</link>
		<dc:creator>Jools Wills</dc:creator>
		<pubDate>Tue, 14 Apr 2009 11:12:15 +0000</pubDate>
		<guid isPermaLink="false">http://maglife.co.uk/?p=51#comment-19</guid>
		<description>The code allows you to pull in a feed from another site (for example BBC News) and display it within a block on your Magento website. This block will be indexed in the same way as other content on the page.</description>
		<content:encoded><![CDATA[<p>The code allows you to pull in a feed from another site (for example BBC News) and display it within a block on your Magento website. This block will be indexed in the same way as other content on the page.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
