<?xml version="1.0"?>
<rss version="2.0">
	<channel>
		<title>Forum posts to 'Extending and hacking'</title>
		<link>http://www.silverstripe.com/extending-hacking-silverstripe-forum/</link>
		

		
		<item>
			<title>Re: Blog Comment RSS feeds</title>
			<link>http://www.silverstripe.com/extending-hacking-silverstripe-forum/show/63003?showPost=63832</link>
			<description>Thankfully this was documented on the wiki too, so no digging around the forum:&lt;br /&gt;&lt;br /&gt;http://doc.silverstripe.com/doku.php?id=rssfeed&lt;br&gt;&lt;br&gt;Posted to: Blog Comment RSS feeds</description>
			<pubDate>Wed, 30 Apr 2008 17:15:40 +1200</pubDate>
			<author>Sean Harvey</author>
			<guid>http://www.silverstripe.com/extending-hacking-silverstripe-forum/show/63003?showPost=63832</guid>
		</item>
		
		<item>
			<title>Re: Blog Comment RSS feeds</title>
			<link>http://www.silverstripe.com/extending-hacking-silverstripe-forum/show/63003?showPost=63050</link>
			<description>HAHAHA after all that! Oh well, got there anyways.&lt;br /&gt;Thanks&lt;br&gt;&lt;br&gt;Posted to: Blog Comment RSS feeds</description>
			<pubDate>Mon, 28 Apr 2008 21:09:39 +1200</pubDate>
			<author>Joel Edwards</author>
			<guid>http://www.silverstripe.com/extending-hacking-silverstripe-forum/show/63003?showPost=63050</guid>
		</item>
		
		<item>
			<title>Re: Blog Comment RSS feeds</title>
			<link>http://www.silverstripe.com/extending-hacking-silverstripe-forum/show/63003?showPost=63041</link>
			<description>Should have probably checked this early but it appears viewing all comments IS actually an option thats in the core. You just need to view - yoursite/PageComment/rss. No need for custom code yays! &lt;br&gt;&lt;br&gt;Posted to: Blog Comment RSS feeds</description>
			<pubDate>Mon, 28 Apr 2008 20:57:59 +1200</pubDate>
			<author>Will Rossiter</author>
			<guid>http://www.silverstripe.com/extending-hacking-silverstripe-forum/show/63003?showPost=63041</guid>
		</item>
		
		<item>
			<title>Re: Blog Comment RSS feeds</title>
			<link>http://www.silverstripe.com/extending-hacking-silverstripe-forum/show/63003?showPost=63040</link>
			<description>Oh no... when I go to my site it now says:&lt;br /&gt;&lt;br /&gt;Fatal error: Cannot redeclare class RSSWidget in /home/.nevil/FOLDERNAME/MYSITE.net.nz/FOLDERNAME/blog/code/RSSWidget.php on line 44&lt;br /&gt;&lt;br /&gt;?????? Whats up ??????&lt;br /&gt;&lt;br&gt;&lt;br&gt;Posted to: Blog Comment RSS feeds</description>
			<pubDate>Mon, 28 Apr 2008 20:55:58 +1200</pubDate>
			<author>Joel Edwards</author>
			<guid>http://www.silverstripe.com/extending-hacking-silverstripe-forum/show/63003?showPost=63040</guid>
		</item>
		
		<item>
			<title>Re: Blog Comment RSS feeds</title>
			<link>http://www.silverstripe.com/extending-hacking-silverstripe-forum/show/63003?showPost=63034</link>
			<description>no worries, glad I can help :D&lt;br&gt;&lt;br&gt;Posted to: Blog Comment RSS feeds</description>
			<pubDate>Mon, 28 Apr 2008 20:42:23 +1200</pubDate>
			<author>Will Rossiter</author>
			<guid>http://www.silverstripe.com/extending-hacking-silverstripe-forum/show/63003?showPost=63034</guid>
		</item>
		
		<item>
			<title>Re: Blog Comment RSS feeds</title>
			<link>http://www.silverstripe.com/extending-hacking-silverstripe-forum/show/63003?showPost=63028</link>
			<description>PERFECT! your a legend!&lt;br /&gt;Thanks for the help! SO quick too :)&lt;br&gt;&lt;br&gt;Posted to: Blog Comment RSS feeds</description>
			<pubDate>Mon, 28 Apr 2008 20:31:01 +1200</pubDate>
			<author>Joel Edwards</author>
			<guid>http://www.silverstripe.com/extending-hacking-silverstripe-forum/show/63003?showPost=63028</guid>
		</item>
		
		<item>
			<title>Re: Blog Comment RSS feeds</title>
			<link>http://www.silverstripe.com/extending-hacking-silverstripe-forum/show/63003?showPost=63021</link>
			<description>Sorry paste that code in your Page.php file -&amp;gt; in the Page_Controller class. &lt;br&gt;&lt;br&gt;Posted to: Blog Comment RSS feeds</description>
			<pubDate>Mon, 28 Apr 2008 20:22:23 +1200</pubDate>
			<author>Will Rossiter</author>
			<guid>http://www.silverstripe.com/extending-hacking-silverstripe-forum/show/63003?showPost=63021</guid>
		</item>
		
		<item>
			<title>Re: Blog Comment RSS feeds</title>
			<link>http://www.silverstripe.com/extending-hacking-silverstripe-forum/show/63003?showPost=63019</link>
			<description>just playing round but it might be nice for users to be able to subscribe as well I guess. If you want to add a little RSS icon in the browser window add this code to your Page_Controller -&amp;gt; init() function &lt;br /&gt;&lt;br /&gt;RSSFeed::linkToFeed($this-&amp;gt;Link() . &quot;commentrss&quot;, &quot;Latest Comments&quot;);&lt;br /&gt;&lt;br /&gt;That will create a link in the &amp;lt;head&amp;gt; section to the commentrss feed and a nice little icon in the browser!&lt;br&gt;&lt;br&gt;Posted to: Blog Comment RSS feeds</description>
			<pubDate>Mon, 28 Apr 2008 20:21:23 +1200</pubDate>
			<author>Will Rossiter</author>
			<guid>http://www.silverstripe.com/extending-hacking-silverstripe-forum/show/63003?showPost=63019</guid>
		</item>
		
		<item>
			<title>Re: Blog Comment RSS feeds</title>
			<link>http://www.silverstripe.com/extending-hacking-silverstripe-forum/show/63003?showPost=63016</link>
			<description>Hey Willr&lt;br /&gt;&lt;br /&gt;That would be great if this feature was built in!&lt;br /&gt;&lt;br /&gt;Could you please be a bit more specific on the instructions? Where do i paste the code from pastie etc?&lt;br /&gt;&lt;br /&gt;Thanks&lt;br&gt;&lt;br&gt;Posted to: Blog Comment RSS feeds</description>
			<pubDate>Mon, 28 Apr 2008 20:17:09 +1200</pubDate>
			<author>Joel Edwards</author>
			<guid>http://www.silverstripe.com/extending-hacking-silverstripe-forum/show/63003?showPost=63016</guid>
		</item>
		
		<item>
			<title>Re: Blog Comment RSS feeds</title>
			<link>http://www.silverstripe.com/extending-hacking-silverstripe-forum/show/63003?showPost=63013</link>
			<description>we have been discussing the idea of email notification - theres a ticket on open about it assigned to me. I think and so do a few others that email is to invasive and so an RSS is the way to go. I have written up a little method that seems to work for me :D &lt;br /&gt;&lt;br /&gt;Check it out at http://pastie.caboo.se/187947. Pretty simple function, just select the comments as dataobjects and output to an RSS feed!&lt;br /&gt;&lt;br /&gt;I have that in the Page_Controller class and to view / subscribe its available at yoursite.com/home/commentrss.&lt;br /&gt;&lt;br /&gt;If you have any improvements on it that would be great to hear! &lt;br /&gt;&lt;br /&gt;[b]EDIT: this is actually built-into silverstripes page comment class. I should have looked more throughly - Visit yoursite.com/PageComment/rss to see the latest comments. No need for custom code[/b] &lt;br&gt;&lt;br&gt;Posted to: Blog Comment RSS feeds</description>
			<pubDate>Mon, 28 Apr 2008 20:07:26 +1200</pubDate>
			<author>Will Rossiter</author>
			<guid>http://www.silverstripe.com/extending-hacking-silverstripe-forum/show/63003?showPost=63013</guid>
		</item>
		

	</channel>
</rss>
