<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>bbPress support forums Topic: view.php template doesn't have an rss feed?</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Topic: view.php template doesn't have an rss feed?</description>
<language>en</language>
<pubDate>Tue, 02 Dec 2008 12:44:06 +0000</pubDate>

<item>
<title>_ck_ on "view.php template doesn't have an rss feed?"</title>
<link>http://bbpress.org/forums/topic/viewphp-template-doesnt-have-an-rss-feed#post-9224</link>
<pubDate>Sun, 22 Jul 2007 16:44:36 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">9224@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Views don't have proper titles either apparently, here's  plugin to fix that.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function bb_get_view_title($title) {
if (is_view()) {$title =  get_view_name(). &#38;#39; &#38;amp;laquo; &#38;#39; . bb_get_option( &#38;#39;name&#38;#39; ); }
return $title;
}
add_filter( &#38;#39;bb_get_title&#38;#39;, &#38;#39;bb_get_view_title&#38;#39; );&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>_ck_ on "view.php template doesn't have an rss feed?"</title>
<link>http://bbpress.org/forums/topic/viewphp-template-doesnt-have-an-rss-feed#post-9221</link>
<pubDate>Sun, 22 Jul 2007 13:50:57 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">9221@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;This is probably one for TRAC just but I just wanted to check that I am not missing something...&#60;/p&#62;
&#60;p&#62;You can't get an rss feed for a view page, can you?&#60;/p&#62;
&#60;p&#62;This should be fairly easy to implement since just an array of topics is dumped to the page, just route it somehow to the rss.php upon the proper url   ie.   /forums/rss/view/no-replies
&#60;/p&#62;</description>
</item>

</channel>
</rss>
