<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<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"
		>
	<channel>
		<title>bbPress Support Forums &#187; Tag: RSS - Recent Posts</title>
		<link>http://bbpress.org/forums/tags/rss</link>
		<description>bbPress Support Forums &#187; Tag: RSS - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Fri, 25 May 2012 13:42:19 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="http://bbpress.org/forums/rss/tags/rss" rel="self" type="application/rss+xml" />

		<item>
			<title>xmasons on "How to disable rss ?"</title>
			<link>http://bbpress.org/forums/topic/how-to-disable-rss-#post-102826</link>
			<pubDate>Tue, 15 May 2012 19:51:02 +0000</pubDate>
			<dc:creator>xmasons</dc:creator>
			<guid isPermaLink="false">102826@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I've found the following works well in functions.php</p>
<p><code>function disable_our_feeds() {</code><br />
<code>wp_redirect(get_option(&#039;siteurl&#039;));</code><br />
<code>}</code><br />
<code>add_action(&#039;bbp_feed&#039;, &#039;disable_our_feeds&#039;, 1);</code>
</p>]]></description>
					</item>
		<item>
			<title>Torsten Landsiedel on "bbpress feeds, the author and a sort problem"</title>
			<link>http://bbpress.org/forums/topic/bbpress-feeds-the-author-and-a-sort-problem#post-101954</link>
			<pubDate>Tue, 24 Apr 2012 11:16:21 +0000</pubDate>
			<dc:creator>Torsten Landsiedel</dc:creator>
			<guid isPermaLink="false">101954@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Just filed a bug ticket:<br />
<a href="http://bbpress.trac.wordpress.org/ticket/1816" rel="nofollow">http://bbpress.trac.wordpress.org/ticket/1816</a>
</p>]]></description>
					</item>
		<item>
			<title>Torsten Landsiedel on "bbpress feeds, the author and a sort problem"</title>
			<link>http://bbpress.org/forums/topic/bbpress-feeds-the-author-and-a-sort-problem#post-101935</link>
			<pubDate>Tue, 24 Apr 2012 07:14:15 +0000</pubDate>
			<dc:creator>Torsten Landsiedel</dc:creator>
			<guid isPermaLink="false">101935@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Yes, I know. I wrote this is in my first post:</p>
<blockquote><p>I see this on <a href="http://de.forums.wordpress.com" rel="nofollow">http://de.forums.wordpress.com</a> and I know this is not the latest version running there.</p></blockquote>
<p>Thank you for hoping with me ... ;-)
</p>]]></description>
					</item>
		<item>
			<title>POS2012 on "bbpress feeds, the author and a sort problem"</title>
			<link>http://bbpress.org/forums/topic/bbpress-feeds-the-author-and-a-sort-problem#post-101934</link>
			<pubDate>Tue, 24 Apr 2012 07:09:56 +0000</pubDate>
			<dc:creator>POS2012</dc:creator>
			<guid isPermaLink="false">101934@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>No problem :-)</p>
<p>But again, YOUR question was regarding the  <a href="http://de.forums.wordpress.com" rel="nofollow">http://de.forums.wordpress.com</a></p>
<p>I am a fresh user of bbPress, but as far as I can see that forum us the "old" stand alone version of the bbPress. At least the code says so in the RSS generator:</p>
<p><code>&#60;!-- generator=&#34;bbPress/1.1-alpha-2539&#34; --&#62;</code>`</p>
<p>In that case I am not the one that can help. I don't even know who is leading the bbPress project :-)</p>
<p>Hope you get the help you need from others here!
</p>]]></description>
					</item>
		<item>
			<title>Torsten Landsiedel on "bbpress feeds, the author and a sort problem"</title>
			<link>http://bbpress.org/forums/topic/bbpress-feeds-the-author-and-a-sort-problem#post-101933</link>
			<pubDate>Tue, 24 Apr 2012 06:59:43 +0000</pubDate>
			<dc:creator>Torsten Landsiedel</dc:creator>
			<guid isPermaLink="false">101933@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Oh, sorry! You are absolutely right. Without the context I thought this is not the right line, but with the context it is quite obvious that you are correct! Sorry again.
</p>]]></description>
					</item>
		<item>
			<title>POS2012 on "bbpress feeds, the author and a sort problem"</title>
			<link>http://bbpress.org/forums/topic/bbpress-feeds-the-author-and-a-sort-problem#post-101918</link>
			<pubDate>Mon, 23 Apr 2012 20:50:25 +0000</pubDate>
			<dc:creator>POS2012</dc:creator>
			<guid isPermaLink="false">101918@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Ok, I have no idea about the bbPress.org and wp.com relationshop.</p>
<p>However I believe that is the correct place to alter the RSS feed :-)</p>
<p>Here is the code in syntax:</p>
<pre><code>// Display the feed
	header( &#039;Content-Type: text/xml; charset=&#039; . get_option( &#039;blog_charset&#039; ), true );
	header( &#039;Status: 200 OK&#039; );
	echo &#039;&#60;?xml version=&#34;1.0&#34; encoding=&#34;&#039; . get_option( &#039;blog_charset&#039; ) . &#039;&#34;?&#039; . &#039;&#62;&#039;; ?&#62;

	&#60;rss version=&#34;2.0&#34;
		xmlns:content=&#34;http://purl.org/rss/1.0/modules/content/&#34;
		xmlns:wfw=&#34;http://wellformedweb.org/CommentAPI/&#34;
		xmlns:dc=&#34;http://purl.org/dc/elements/1.1/&#34;
		xmlns:atom=&#34;http://www.w3.org/2005/Atom&#34;

		&#60;?php do_action( &#039;bbp_feed&#039; ); ?&#62;
	&#62;

	&#60;channel&#62;

		&#60;title&#62;&#60;?php bloginfo_rss( &#039;name&#039; ); ?&#62; &#187; &#60;?php _e( &#039;All Topics&#039;, &#039;bbpress&#039; ); ?&#62;&#60;/title&#62;
		&#60;atom:link href=&#34;&#60;?php self_link(); ?&#62;&#34; rel=&#34;self&#34; type=&#34;application/rss+xml&#34; /&#62;
		&#60;link&#62;&#60;?php self_link(); ?&#62;&#60;/link&#62;
		&#60;description&#62;&#60;?php //?&#62;&#60;/description&#62;
		&#60;pubDate&#62;&#60;?php echo mysql2date( &#039;D, d M Y H:i:s O&#039;, &#039;&#039;, false ); ?&#62;&#60;/pubDate&#62;
		&#60;generator&#62;http://bbpress.org/?v=&#60;?php bbp_version(); ?&#62;&#60;/generator&#62;
		&#60;language&#62;&#60;?php echo get_option( &#039;rss_language&#039; ); ?&#62;&#60;/language&#62;

		&#60;?php do_action( &#039;bbp_feed_head&#039; ); ?&#62;</code></pre>]]></description>
					</item>
		<item>
			<title>Torsten Landsiedel on "bbpress feeds, the author and a sort problem"</title>
			<link>http://bbpress.org/forums/topic/bbpress-feeds-the-author-and-a-sort-problem#post-101917</link>
			<pubDate>Mon, 23 Apr 2012 20:45:43 +0000</pubDate>
			<dc:creator>Torsten Landsiedel</dc:creator>
			<guid isPermaLink="false">101917@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>"If you alter that you could probably get the RSS title to say whatever you'd like."</p>
<p>I can't alter any files, because I am requesting this change for an existing WP.com support forum, for which I am the moderator ( but not admin!). And after requesting it elsewhere, they told me to come here in this forum and put my request in this forum ...</p>
<p>BTW, I think you found just the title for the HTML page and not the rss feed.
</p>]]></description>
					</item>
		<item>
			<title>POS2012 on "bbpress feeds, the author and a sort problem"</title>
			<link>http://bbpress.org/forums/topic/bbpress-feeds-the-author-and-a-sort-problem#post-101834</link>
			<pubDate>Sat, 21 Apr 2012 07:36:59 +0000</pubDate>
			<dc:creator>POS2012</dc:creator>
			<guid isPermaLink="false">101834@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I have installed the latest 2.0 WP plugin, and there the feed shows a little different.</p>
<p>I found this code in the bbp-topic-functions.php:<br />
(line 2994)<br />
/bbpress/bbp-includes/bbp-topic-functions.php</p>
<p>&#60;title&#62;&#60;?php bloginfo_rss( 'name' ); ?&#62; &#187; &#60;?php _e( 'All Topics', 'bbpress' ); ?&#62;&#60;/title&#62;</p>
<p>If you alter that you could probably get the RSS title to say whatever you'd like.</p>
<p>I also found this:<br />
/bbpress/bbp-includes/bbp-reply-functions.php</p>
<p>line 1372</p>
<p>&#60;title&#62;&#60;?php bloginfo_rss('name'); echo $title; ?&#62;&#60;/title&#62;</p>
<p>I have ony 2 days of experience with bbPress, but this might help you...?
</p>]]></description>
					</item>
		<item>
			<title>Torsten Landsiedel on "bbpress feeds, the author and a sort problem"</title>
			<link>http://bbpress.org/forums/topic/bbpress-feeds-the-author-and-a-sort-problem#post-101833</link>
			<pubDate>Sat, 21 Apr 2012 06:38:35 +0000</pubDate>
			<dc:creator>Torsten Landsiedel</dc:creator>
			<guid isPermaLink="false">101833@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>The topic title in bbpress rss feeds is “(author) on (title)” which is really bad, because I can’t sort on title anymore. This is sort by author, because the author is the first string in the title.</p>
<p>And it is redundant, because there is a author field which I can see in my feed reader.</p>
<p>Maybe you can change this to “(title) – (author)” (or similar) …</p>
<p>I see this on <a href="http://de.forums.wordpress.com" rel="nofollow">http://de.forums.wordpress.com</a> and I know this is not the latest version running there. So if this is changed in the latest version, just tell me!</p>
<p>Thanks in Advance!</p>
<p>Kind regards<br />
Torsten / zodiac1978</p>
<p>(Moderator German support forums WP.com)
</p>]]></description>
					</item>
		<item>
			<title>Ben Hayes on "changing bbpress profile page"</title>
			<link>http://bbpress.org/forums/topic/changing-bbpress-profile-page#post-101558</link>
			<pubDate>Sun, 15 Apr 2012 11:46:40 +0000</pubDate>
			<dc:creator>Ben Hayes</dc:creator>
			<guid isPermaLink="false">101558@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>OK I think I see what you're saying. So WP would continue to use the page.php template to render BBP pages like forums and topics, but we can branch the logic in that page using the BBP template tags.</p>
<p>Just tried this and it works. </p>
<p>In case it helps anyone else, the way to remove the sidebar from BBP topic pages would be using something like this in your page.php file:</p>
<p>&#60;?php if(!bbp_is_single_topic()) { get_sidebar(); }; ?&#62;
</p>]]></description>
					</item>
		<item>
			<title>John James Jacoby on "changing bbpress profile page"</title>
			<link>http://bbpress.org/forums/topic/changing-bbpress-profile-page#post-101549</link>
			<pubDate>Sun, 15 Apr 2012 02:35:33 +0000</pubDate>
			<dc:creator>John James Jacoby</dc:creator>
			<guid isPermaLink="false">101549@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Time to dig in the code and look around. The /bbp-includes/bbp-template* files are a good place to start. :)</p>
<p>bbPress's template logic works almost identically to the way WordPress's works, it just needs to do all the same things that WordPress does for specialized content. Just like WordPress has queries and conditions for posts, pages, categories, and tags, bbPress has them for forums, topics, replies, users, topic views, and front end posting and editing.</p>
<p>In many ways, bbPress feels more complex because it is more complex. But, I can assure you, it's built to the same standard and uses the same conventions as WordPress does.
</p>]]></description>
					</item>
		<item>
			<title>Ben Hayes on "changing bbpress profile page"</title>
			<link>http://bbpress.org/forums/topic/changing-bbpress-profile-page#post-101532</link>
			<pubDate>Sat, 14 Apr 2012 12:10:48 +0000</pubDate>
			<dc:creator>Ben Hayes</dc:creator>
			<guid isPermaLink="false">101532@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>About that template hierarchy - my best guess was to use the same filenames as used in the sample BBP theme bbp-twentyten, but put this template in the main (active) WP theme folder. So for example, I tried making a file called single-forum.php there.</p>
<p>However, that doesn't seem to work for me - the markup still seems to be driven from page.php. </p>
<p>Anyone know how to get different layouts for different pages in BBP?
</p>]]></description>
					</item>
		<item>
			<title>Ben Hayes on "changing bbpress profile page"</title>
			<link>http://bbpress.org/forums/topic/changing-bbpress-profile-page#post-101531</link>
			<pubDate>Sat, 14 Apr 2012 12:05:29 +0000</pubDate>
			<dc:creator>Ben Hayes</dc:creator>
			<guid isPermaLink="false">101531@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>As far as I can see, all the BBP pages are output from the template page.php in your main WP theme. I assume there is some kind of template hierarchy we can use to override this (so we can have a specific template for 'profile' or 'single topic' etc). </p>
<p>I agree it is all pretty confusing to me too ;)
</p>]]></description>
					</item>
		<item>
			<title>Jord5i on "changing bbpress profile page"</title>
			<link>http://bbpress.org/forums/topic/changing-bbpress-profile-page#post-101515</link>
			<pubDate>Fri, 13 Apr 2012 20:38:39 +0000</pubDate>
			<dc:creator>Jord5i</dc:creator>
			<guid isPermaLink="false">101515@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>So I just started working with bbpress, and wordpress for that matter. Now I find the profile page not great, it shows stuff like subscribed topics / favorites topics / created topics. I don't really want any of that.</p>
<p>I have been digging through the files, but I am unable to find out what file actually outputs this, I have a understanding level of php, so I should be able to edit it, if I could just find it.</p>
<p>Thanks
</p>]]></description>
					</item>
		<item>
			<title>jaredatch on "Fetch RSS Feed from external websites"</title>
			<link>http://bbpress.org/forums/topic/fetch-rss-feed-from-external-websites#post-99598</link>
			<pubDate>Mon, 12 Mar 2012 01:23:07 +0000</pubDate>
			<dc:creator>jaredatch</dc:creator>
			<guid isPermaLink="false">99598@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Ah ok, sorry, I'm only familiar with the plugin version of bbPress (2+).
</p>]]></description>
					</item>
		<item>
			<title>Playstation Vita on "Fetch RSS Feed from external websites"</title>
			<link>http://bbpress.org/forums/topic/fetch-rss-feed-from-external-websites#post-99597</link>
			<pubDate>Mon, 12 Mar 2012 01:22:28 +0000</pubDate>
			<dc:creator>Playstation Vita</dc:creator>
			<guid isPermaLink="false">99597@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Version 1.0.3
</p>]]></description>
					</item>
		<item>
			<title>jaredatch on "Fetch RSS Feed from external websites"</title>
			<link>http://bbpress.org/forums/topic/fetch-rss-feed-from-external-websites#post-99594</link>
			<pubDate>Mon, 12 Mar 2012 01:18:55 +0000</pubDate>
			<dc:creator>jaredatch</dc:creator>
			<guid isPermaLink="false">99594@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>What version of bbPress are you running?</p>
<p>I doubt it's 2+ because what your saying doesn't make any sense - is it 1.x?
</p>]]></description>
					</item>
		<item>
			<title>Playstation Vita on "Fetch RSS Feed from external websites"</title>
			<link>http://bbpress.org/forums/topic/fetch-rss-feed-from-external-websites#post-99593</link>
			<pubDate>Mon, 12 Mar 2012 01:17:16 +0000</pubDate>
			<dc:creator>Playstation Vita</dc:creator>
			<guid isPermaLink="false">99593@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Dear Jaredatch,</p>
<p>Please read my first post, i would like to fetch RSS feeds to display in the sidebar of my BBPress forum and not the WordPress sidebar.</p>
<p>I'm using version 1.0.3
</p>]]></description>
					</item>
		<item>
			<title>jaredatch on "Fetch RSS Feed from external websites"</title>
			<link>http://bbpress.org/forums/topic/fetch-rss-feed-from-external-websites#post-99591</link>
			<pubDate>Mon, 12 Mar 2012 01:13:18 +0000</pubDate>
			<dc:creator>jaredatch</dc:creator>
			<guid isPermaLink="false">99591@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I'm not sure I understand. You said you wanted to:</p>
<blockquote><p>"display the latest posts from different external blogs in my BBPress sidebar?"</p></blockquote>
<p>1 - Go to Appearance &#62; Widgets<br />
2 - Drag RSS widget to the sidebar you are using with the forums<br />
3 - Enter RSS URL</p>
<p>That should be all there is to it...
</p>]]></description>
					</item>
		<item>
			<title>Playstation Vita on "Fetch RSS Feed from external websites"</title>
			<link>http://bbpress.org/forums/topic/fetch-rss-feed-from-external-websites#post-99590</link>
			<pubDate>Mon, 12 Mar 2012 01:10:48 +0000</pubDate>
			<dc:creator>Playstation Vita</dc:creator>
			<guid isPermaLink="false">99590@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Dear Jaredatch,</p>
<p>How can i display this on the forum?</p>
<p>Thanks.
</p>]]></description>
					</item>
		<item>
			<title>jaredatch on "Fetch RSS Feed from external websites"</title>
			<link>http://bbpress.org/forums/topic/fetch-rss-feed-from-external-websites#post-99587</link>
			<pubDate>Mon, 12 Mar 2012 01:05:20 +0000</pubDate>
			<dc:creator>jaredatch</dc:creator>
			<guid isPermaLink="false">99587@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>There is no need to bump your thread the within the same day of posting it.</p>
<p>There is an RSS widget built into WordPress, so I'm not sure I understand the problem - you should be able to just use it.
</p>]]></description>
					</item>
		<item>
			<title>Playstation Vita on "Fetch RSS Feed from external websites"</title>
			<link>http://bbpress.org/forums/topic/fetch-rss-feed-from-external-websites#post-99203</link>
			<pubDate>Thu, 08 Mar 2012 23:42:48 +0000</pubDate>
			<dc:creator>Playstation Vita</dc:creator>
			<guid isPermaLink="false">99203@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Anyone?
</p>]]></description>
					</item>
		<item>
			<title>Playstation Vita on "Fetch RSS Feed from external websites"</title>
			<link>http://bbpress.org/forums/topic/fetch-rss-feed-from-external-websites#post-99193</link>
			<pubDate>Thu, 08 Mar 2012 18:49:57 +0000</pubDate>
			<dc:creator>Playstation Vita</dc:creator>
			<guid isPermaLink="false">99193@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Dear,</p>
<p>Is there a way or plugin that fetches an RSS feed from external websites so that i can display the latest posts from different external blogs in my BBPress sidebar?</p>
<p>Thanks!
</p>]]></description>
					</item>
		<item>
			<title>Hard Seat Sleeper on "integrate tags and rss with wordpress?"</title>
			<link>http://bbpress.org/forums/topic/integrate-tags-and-rss-with-wordpress#post-98075</link>
			<pubDate>Mon, 13 Feb 2012 04:37:55 +0000</pubDate>
			<dc:creator>Hard Seat Sleeper</dc:creator>
			<guid isPermaLink="false">98075@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I assumed that the new plugin version of bbpress would share tags and rss with the host wordpress install. Turns out it's not the case as far as I can see -- bbpress has it's own list of topic tags separate from the main wp install, and posts do not go to the wp rss, but rather /forum/rss.</p>
<p>Is there any plan to integrate these someday?
</p>]]></description>
					</item>
		<item>
			<title>John James Jacoby on "Change &quot;answer to&quot; label on feed"</title>
			<link>http://bbpress.org/forums/topic/change-answer-to-label-on-feed#post-98029</link>
			<pubDate>Fri, 10 Feb 2012 22:16:08 +0000</pubDate>
			<dc:creator>John James Jacoby</dc:creator>
			<guid isPermaLink="false">98029@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>So, the functions that actually output the feeds are hooked in. Rather than hack the core, you could write a small plugin that unhooks the core feed, and hooks your custom code instead. The feed functions are at the bottom of the bbp-includes/bbp-*-functions.php files. Copy and paste those into your plugin, change the text as needed, and do the above, and you're set.
</p>]]></description>
					</item>
		<item>
			<title>rghedin on "Change &quot;answer to&quot; label on feed"</title>
			<link>http://bbpress.org/forums/topic/change-answer-to-label-on-feed#post-98027</link>
			<pubDate>Fri, 10 Feb 2012 22:11:49 +0000</pubDate>
			<dc:creator>rghedin</dc:creator>
			<guid isPermaLink="false">98027@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I was afraid of that :-)</p>
<p>Isn't there a place/file where I could replace the string "translatable" direct on the code?</p>
<p>Even if I need to do this every time plugin updates itself, I guess it's easier than install and generate a new translating file...</p>
<p>[]'s!
</p>]]></description>
					</item>
		<item>
			<title>John James Jacoby on "Change &quot;answer to&quot; label on feed"</title>
			<link>http://bbpress.org/forums/topic/change-answer-to-label-on-feed#post-98025</link>
			<pubDate>Fri, 10 Feb 2012 22:07:02 +0000</pubDate>
			<dc:creator>John James Jacoby</dc:creator>
			<guid isPermaLink="false">98025@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>You'll want to customize the translation itself. It's not a straight forward process, and you'll need a Po/Mo editor, like PoEdit, to do it.
</p>]]></description>
					</item>
		<item>
			<title>rghedin on "Change &quot;answer to&quot; label on feed"</title>
			<link>http://bbpress.org/forums/topic/change-answer-to-label-on-feed#post-97986</link>
			<pubDate>Thu, 09 Feb 2012 10:36:08 +0000</pubDate>
			<dc:creator>rghedin</dc:creator>
			<guid isPermaLink="false">97986@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hi guys,</p>
<p>I'm running bbPress 2.1 (plugin) and put on my blog's sidebar an RSS parser from forum. Problem is: when it gets an answer, the label starts with "Anwser to: Topic title" — in my case, since my site is Portuguese written, "Responder a: Topic title".</p>
<p>I want to change this "Responder a:" for something shorter, like "Re:". Do you guys have any idea where I change this behavior?</p>
<p>[]'s!
</p>]]></description>
					</item>
		<item>
			<title>OAEErra on "Looking for RSS feed for new topics only"</title>
			<link>http://bbpress.org/forums/topic/looking-for-rss-feed-for-new-topics-only#post-97333</link>
			<pubDate>Thu, 19 Jan 2012 00:17:20 +0000</pubDate>
			<dc:creator>OAEErra</dc:creator>
			<guid isPermaLink="false">97333@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>It's no problem, forgot I could use Yahoo! Pipes for the purpose i was after. I'll post it here in case anyone needs this workaround.</p>
<p>What I wanted to do was have a selection of forum feeds (not all) which could post to Twitter via RSS.  The problem was, it would have 'reply to:' posts being fed to Twitter too.  </p>
<p>To solve the issue, I opened up Y!Pipes and messed around.</p>
<p>I took the RSS feed from each board (4 in total) and added their RSS feeds to the 'Fetch Feed' module.</p>
<p>Then, I added a 'Sort' module, and set it to<br />
Sort by &#62; "item.pubDate" &#62; Descending</p>
<p>That fed into a Filter module, which I set to block any instance of the term 'reply to' in the item.title.</p>
<p>Saved the pipe, and now there's an RSS feed of the four boards I need - combined.  </p>
<p>If anyone needs to do similar, it's possible to do it with single RSS feeds and customise them this way to show only new forum threads.  Ideal for posting to Twitter or just as an RSS feed for certain boards on your forum (without the replies appearing too).
</p>]]></description>
					</item>
		<item>
			<title>Anointed on "Looking for RSS feed for new topics only"</title>
			<link>http://bbpress.org/forums/topic/looking-for-rss-feed-for-new-topics-only#post-97328</link>
			<pubDate>Wed, 18 Jan 2012 21:09:11 +0000</pubDate>
			<dc:creator>Anointed</dc:creator>
			<guid isPermaLink="false">97328@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>There isn't one yet that I am aware of.
</p>]]></description>
					</item>

	</channel>
</rss>

