<?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: How to disable rss ?</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Topic: How to disable rss ?</description>
<language>en</language>
<pubDate>Sun, 07 Sep 2008 09:56:17 +0000</pubDate>

<item>
<title>schmitt on "How to disable rss ?"</title>
<link>http://bbpress.org/forums/topic/how-to-disable-rss-#post-13464</link>
<pubDate>Tue, 29 Jan 2008 14:43:39 +0000</pubDate>
<dc:creator>schmitt</dc:creator>
<guid isPermaLink="false">13464@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I found a better solution. I kept rss.php in the core and edited the rss2.php file in my theme to display titles, authors, time, etc but not post content. This was the perfect solution for me.
&#60;/p&#62;</description>
</item>
<item>
<title>schmitt on "How to disable rss ?"</title>
<link>http://bbpress.org/forums/topic/how-to-disable-rss-#post-13453</link>
<pubDate>Mon, 28 Jan 2008 20:12:11 +0000</pubDate>
<dc:creator>schmitt</dc:creator>
<guid isPermaLink="false">13453@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I deleted rss.php (just as I did register.php) from the core. I suppose deleting core files isn't as bad as editing them, though I don't like the solution. I also am in the process of editing the theme.
&#60;/p&#62;</description>
</item>
<item>
<title>schmitt on "How to disable rss ?"</title>
<link>http://bbpress.org/forums/topic/how-to-disable-rss-#post-13393</link>
<pubDate>Fri, 25 Jan 2008 22:37:22 +0000</pubDate>
<dc:creator>schmitt</dc:creator>
<guid isPermaLink="false">13393@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Would this prevent someone from hitting &#60;a href=&#34;http://yoursite.com/forums/feed&#34; rel=&#34;nofollow&#34;&#62;http://yoursite.com/forums/feed&#60;/a&#62; and getting a response? I assumed it would not.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "How to disable rss ?"</title>
<link>http://bbpress.org/forums/topic/how-to-disable-rss-#post-13390</link>
<pubDate>Fri, 25 Jan 2008 22:09:41 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">13390@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Why not just remove the links to the RSS feeds that appear in the template files?  Doesn't that accomplish what you want?&#60;/p&#62;
&#60;p&#62;Like in topic.php in your template you have this link:&#60;br /&#62;
&#60;code&#62;&#38;lt;a href=&#38;quot;&#38;lt;?php topic_rss_link(); ?&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Just remove that, and remove links like it from the other template files.    What am I missing?
&#60;/p&#62;</description>
</item>
<item>
<title>schmitt on "How to disable rss ?"</title>
<link>http://bbpress.org/forums/topic/how-to-disable-rss-#post-13388</link>
<pubDate>Fri, 25 Jan 2008 22:05:44 +0000</pubDate>
<dc:creator>schmitt</dc:creator>
<guid isPermaLink="false">13388@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;The most important thing is that I remove the ability to get RSS. Removing autodiscovery is a secondary issue. The template files are easy to modify, I am not worried about that. The private forums plugin did a good job and there is very limited code in there dedicated to RSS. There must be a way to just shut it down with a simple filter plugin.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "How to disable rss ?"</title>
<link>http://bbpress.org/forums/topic/how-to-disable-rss-#post-13377</link>
<pubDate>Fri, 25 Jan 2008 18:04:35 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">13377@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Since it sounds like you're heavily modifying your install, I suppose you don't have a problem modifying core files.  It makes upgrading to a new version of bbPress more difficult, but you've already started down that road.&#60;/p&#62;
&#60;p&#62;How about just changing bb-includes/template-functions.php and modifying what the bb_feed_head function returns (i.e. make it return no rss links at all.)  I don't know if that takes care of everything or not.  Maybe it just kills autodiscovery of feeds.   But I think in that file is where you would make the changes you want to disable RSS altogether.&#60;/p&#62;
&#60;p&#62;There are rss links in the template files as well, so you should remove those too, so they don't appear.   I think a combination of removing the links from the template and the rss links from the &#38;lt;head&#38;gt; would take care of it.&#60;/p&#62;
&#60;p&#62;Also, I imagine there is a way with a plugin to remove the rss feed links, to avoid modifying core files.  I just don't know how to do that (add a plugin to remove links in the &#38;lt;head&#38;gt;.)
&#60;/p&#62;</description>
</item>
<item>
<title>schmitt on "How to disable rss ?"</title>
<link>http://bbpress.org/forums/topic/how-to-disable-rss-#post-13375</link>
<pubDate>Fri, 25 Jan 2008 17:51:37 +0000</pubDate>
<dc:creator>schmitt</dc:creator>
<guid isPermaLink="false">13375@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I am looking for a generalized way to stop all feeds from BBPress.&#60;/p&#62;
&#60;p&#62;Is there a core file I can delete? I deleted register.php to prevent any user registrations (and removed any links to it). Where is the 'beating heart' of the RSS so I can rip that out too?&#60;/p&#62;
&#60;p&#62;Note - I was using the private categories plugin which did this nicely but I have migrated to Amember and am coding the security right into the theme.
&#60;/p&#62;</description>
</item>
<item>
<title>Trent on "How to disable rss ?"</title>
<link>http://bbpress.org/forums/topic/how-to-disable-rss-#post-8660</link>
<pubDate>Sun, 01 Jul 2007 23:53:39 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">8660@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;It is built into the code.   You could disable the 'call' for the feed in topic.php if you really wanted to and/or the files that generate it (rss.php, etc)!&#60;/p&#62;
&#60;p&#62;Trent
&#60;/p&#62;</description>
</item>
<item>
<title>gspark on "How to disable rss ?"</title>
<link>http://bbpress.org/forums/topic/how-to-disable-rss-#post-8641</link>
<pubDate>Sat, 30 Jun 2007 03:36:42 +0000</pubDate>
<dc:creator>gspark</dc:creator>
<guid isPermaLink="false">8641@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;RSS feed for this topic - is there a way to auto disable this or do we have to extract it ourselves
&#60;/p&#62;</description>
</item>

</channel>
</rss>
