<?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: bug - Recent Posts</title>
		<link>http://bbpress.org/forums/tags/bug</link>
		<description>bbPress Support Forums &#187; Tag: bug - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Fri, 25 May 2012 14:57:24 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="http://bbpress.org/forums/rss/tags/bug" rel="self" type="application/rss+xml" />

		<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>Rastarr on "Major bug with tags..."</title>
			<link>http://bbpress.org/forums/topic/major-bug-with-tags#post-100591</link>
			<pubDate>Fri, 23 Mar 2012 01:31:38 +0000</pubDate>
			<dc:creator>Rastarr</dc:creator>
			<guid isPermaLink="false">100591@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I do use the bbPress-recaptcha plugin.<br />
I've disabled Akismet as I use IntenseDebate for the rest of my site and, unfortunately for everyone, ID doesn't have any bbPress integration.</p>
<p>It's still a Taglogic issue, as far as I see.</p>
<p>Anyways, looks like it is unlikely to get fixed in core.
</p>]]></description>
					</item>
		<item>
			<title>jaredatch on "Major bug with tags..."</title>
			<link>http://bbpress.org/forums/topic/major-bug-with-tags#post-100564</link>
			<pubDate>Thu, 22 Mar 2012 15:42:57 +0000</pubDate>
			<dc:creator>jaredatch</dc:creator>
			<guid isPermaLink="false">100564@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>You can create an account without using your real identity, so I don't think that should be an issue.</p>
<p>I *think* 2.1 is supposed to be a bit better with catching the spam.</p>
<p>Your main problem, like you said, is allowing guest posts.</p>
<p>Do you have akismet enabled?</p>
<p>Also I would use something like <a href="http://wordpress.org/extend/plugins/bbpress-recaptcha/" rel="nofollow">http://wordpress.org/extend/plugins/bbpress-recaptcha/</a>
</p>]]></description>
					</item>
		<item>
			<title>Rastarr on "Major bug with tags..."</title>
			<link>http://bbpress.org/forums/topic/major-bug-with-tags#post-100535</link>
			<pubDate>Thu, 22 Mar 2012 02:37:56 +0000</pubDate>
			<dc:creator>Rastarr</dc:creator>
			<guid isPermaLink="false">100535@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Well, with all the Spam that Forums get as well as allowing Anonymous posters to also post BUT get moderated, I (and many others) are having to use the plugin at <a href="http://wordpress.org/extend/plugins/bbpressmoderation/" rel="nofollow">http://wordpress.org/extend/plugins/bbpressmoderation/</a></p>
<p>For my Relationships Forum, obviously people are more inclined to seek help when they're not obliged to leave their public identities.</p>
<p>So this plugin leaves all Topics and Replies in a Pending and unpublished state.</p>
<p>The issue with Spam posts are these Spammers are also pumping the Tag with URLs or other rubbish.</p>
<p>From a logic point of view, Pending and/or Unpublished Topics/Replies shouldn't affect anything for a Published Topic.</p>
<p>But they are. I'm seeing Published Topics losing already established Tags from unPublished and Awaiting Moderation Repies which, in my opinion, is a bbPress bug and certainly not a logical workflow.
</p>]]></description>
					</item>
		<item>
			<title>jaredatch on "Major bug with tags..."</title>
			<link>http://bbpress.org/forums/topic/major-bug-with-tags#post-100504</link>
			<pubDate>Wed, 21 Mar 2012 16:46:55 +0000</pubDate>
			<dc:creator>jaredatch</dc:creator>
			<guid isPermaLink="false">100504@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Just wanted to make sure you were on the tagging system we were talking about.</p>
<p>What are the issues you are having. People deleting/removing tags from threads?
</p>]]></description>
					</item>
		<item>
			<title>Rastarr on "Major bug with tags..."</title>
			<link>http://bbpress.org/forums/topic/major-bug-with-tags#post-100453</link>
			<pubDate>Tue, 20 Mar 2012 04:37:06 +0000</pubDate>
			<dc:creator>Rastarr</dc:creator>
			<guid isPermaLink="false">100453@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>The current version of 2.02
</p>]]></description>
					</item>
		<item>
			<title>jaredatch on "Major bug with tags..."</title>
			<link>http://bbpress.org/forums/topic/major-bug-with-tags#post-100434</link>
			<pubDate>Mon, 19 Mar 2012 20:34:53 +0000</pubDate>
			<dc:creator>jaredatch</dc:creator>
			<guid isPermaLink="false">100434@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>What version are you using?
</p>]]></description>
					</item>
		<item>
			<title>Rastarr on "Major bug with tags..."</title>
			<link>http://bbpress.org/forums/topic/major-bug-with-tags#post-100433</link>
			<pubDate>Mon, 19 Mar 2012 19:59:32 +0000</pubDate>
			<dc:creator>Rastarr</dc:creator>
			<guid isPermaLink="false">100433@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Can we get some understanding why this behaviour doesn't happen with the default template thou I.e. on this forum?</p>
<p>Self policing is an open invitation to abuse the tagging system which is happening to me, at least.
</p>]]></description>
					</item>
		<item>
			<title>jaredatch on "bbPress 2.0 - FAQ"</title>
			<link>http://bbpress.org/forums/topic/bbpress-20-faq/page/3#post-98625</link>
			<pubDate>Mon, 27 Feb 2012 17:04:40 +0000</pubDate>
			<dc:creator>jaredatch</dc:creator>
			<guid isPermaLink="false">98625@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Closing. If you have a question about one of the FAQ items feel free to create a new thread. FAQ is going to hopefully be getting a nice update after 2.1 is released :)
</p>]]></description>
					</item>
		<item>
			<title>Igor Pomaranskiy on "bbPress 2.0 - FAQ"</title>
			<link>http://bbpress.org/forums/topic/bbpress-20-faq/page/3#post-98268</link>
			<pubDate>Sat, 18 Feb 2012 14:14:44 +0000</pubDate>
			<dc:creator>Igor Pomaranskiy</dc:creator>
			<guid isPermaLink="false">98268@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hello!</p>
<p>I want to contribute ukrainian translation. But I don't see ukrainian language at <a href="http://translate.wordpress.org/projects/bbpress/plugin" rel="nofollow">http://translate.wordpress.org/projects/bbpress/plugin</a>, and there is no possibility to add it.</p>
<p>How to add Ukrainian to the list of translations?
</p>]]></description>
					</item>
		<item>
			<title>John James Jacoby on "Major bug with tags..."</title>
			<link>http://bbpress.org/forums/topic/major-bug-with-tags#post-98022</link>
			<pubDate>Fri, 10 Feb 2012 21:55:17 +0000</pubDate>
			<dc:creator>John James Jacoby</dc:creator>
			<guid isPermaLink="false">98022@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>There's no easy switch to flip yet. May look into it in the future, but for now this is an intentional feature of tags. Basically, they are 'self policing.’
</p>]]></description>
					</item>
		<item>
			<title>ben_allison on "Major bug with tags..."</title>
			<link>http://bbpress.org/forums/topic/major-bug-with-tags#post-98021</link>
			<pubDate>Fri, 10 Feb 2012 19:46:03 +0000</pubDate>
			<dc:creator>ben_allison</dc:creator>
			<guid isPermaLink="false">98021@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I poked around but couldn't find a method...
</p>]]></description>
					</item>
		<item>
			<title>ben_allison on "Major bug with tags..."</title>
			<link>http://bbpress.org/forums/topic/major-bug-with-tags#post-97945</link>
			<pubDate>Tue, 07 Feb 2012 21:12:47 +0000</pubDate>
			<dc:creator>ben_allison</dc:creator>
			<guid isPermaLink="false">97945@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Thanks JJJ.</p>
<p>I guess my question is: how do you have them behave like the do here?</p>
<p>Where any tags entered into the tags field are simply appended to a topic, and previous ones remain untouched?
</p>]]></description>
					</item>
		<item>
			<title>John James Jacoby on "Major bug with tags..."</title>
			<link>http://bbpress.org/forums/topic/major-bug-with-tags#post-97944</link>
			<pubDate>Tue, 07 Feb 2012 21:09:50 +0000</pubDate>
			<dc:creator>John James Jacoby</dc:creator>
			<guid isPermaLink="false">97944@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>If you empty out the tags field, it will replace the tags of the topic. This does not happen in the default template.
</p>]]></description>
					</item>
		<item>
			<title>ben_allison on "Major bug with tags..."</title>
			<link>http://bbpress.org/forums/topic/major-bug-with-tags#post-97939</link>
			<pubDate>Tue, 07 Feb 2012 16:40:14 +0000</pubDate>
			<dc:creator>ben_allison</dc:creator>
			<guid isPermaLink="false">97939@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Any word on this?</p>
<p>My assumption is that I'm doing something wrong, but it appears to happen on a fresh install with the default template.</p>
<p>But it isn't happening here! I can add tags and the previous ones remain, so maybe there's a but in the default template, but not in the core?
</p>]]></description>
					</item>
		<item>
			<title>ben_allison on "Major bug with tags..."</title>
			<link>http://bbpress.org/forums/topic/major-bug-with-tags#post-97837</link>
			<pubDate>Fri, 03 Feb 2012 23:57:27 +0000</pubDate>
			<dc:creator>ben_allison</dc:creator>
			<guid isPermaLink="false">97837@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Does it do it here?
</p>]]></description>
					</item>
		<item>
			<title>ben_allison on "Major bug with tags..."</title>
			<link>http://bbpress.org/forums/topic/major-bug-with-tags#post-97836</link>
			<pubDate>Fri, 03 Feb 2012 23:56:13 +0000</pubDate>
			<dc:creator>ben_allison</dc:creator>
			<guid isPermaLink="false">97836@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I start a thread. Include tags.</p>
<p>The next poster's message (regardless of user role) overwrites my tags or erases them all together.</p>
<p>In fact, every post overwrites the previous tags.</p>
<p>Que? Have I setup something wrong? This happened in a fresh install with the default template too.
</p>]]></description>
					</item>
		<item>
			<title>John James Jacoby on "bbPress 2.0 - FAQ"</title>
			<link>http://bbpress.org/forums/topic/bbpress-20-faq/page/3#post-97547</link>
			<pubDate>Fri, 27 Jan 2012 05:02:27 +0000</pubDate>
			<dc:creator>John James Jacoby</dc:creator>
			<guid isPermaLink="false">97547@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>@MTPower - Age old WordPress and bbPress UX issue. Could use some ajax to make it easier. bbPress 2.0 solves this, and when we update bbpress.org it will no longer be an issue. (You could have also used the link in the upper left, but it's easily missed.)
</p>]]></description>
					</item>
		<item>
			<title>MTPrower on "bbPress 2.0 - FAQ"</title>
			<link>http://bbpress.org/forums/topic/bbpress-20-faq/page/3#post-97545</link>
			<pubDate>Fri, 27 Jan 2012 04:56:19 +0000</pubDate>
			<dc:creator>MTPrower</dc:creator>
			<guid isPermaLink="false">97545@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>...why the heck is it so hard to unsubscribe to e-mail notifications of replies to topics? I had to make this post just so that my unchecking of "Notify me of follow-up posts via email" will register. It won't register unless you hit the "Send Reply" button... What the heck.
</p>]]></description>
					</item>
		<item>
			<title>John James Jacoby on "bbPress 2.0 - FAQ"</title>
			<link>http://bbpress.org/forums/topic/bbpress-20-faq/page/3#post-97543</link>
			<pubDate>Fri, 27 Jan 2012 04:54:24 +0000</pubDate>
			<dc:creator>John James Jacoby</dc:creator>
			<guid isPermaLink="false">97543@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>@acoburn4 - Sadly you won't be able to. Because all of WordPress is being rewritten to /blog, it would take some server level rewriting to make your forums work below it. Even then, I am not sure it would really work. You'll want to make your entire site run at website.com, create two pages: /blog and /forums, then setup each the way you want them to be.
</p>]]></description>
					</item>
		<item>
			<title>acoburn4 on "bbPress 2.0 - FAQ"</title>
			<link>http://bbpress.org/forums/topic/bbpress-20-faq/page/3#post-97532</link>
			<pubDate>Thu, 26 Jan 2012 17:07:05 +0000</pubDate>
			<dc:creator>acoburn4</dc:creator>
			<guid isPermaLink="false">97532@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I have WordPress installed on my server in a directory "wordpress."  My users can access this installation by going to <a href="http://website.com/blog" rel="nofollow">http://website.com/blog</a></p>
<p>I would like to have the same effect happen for the bb-press plugin when someone accesses <a href="http://website.com/forums" rel="nofollow">http://website.com/forums</a></p>
<p>How can I set this up?
</p>]]></description>
					</item>
		<item>
			<title>marius2z on "bbPress 2.0 - FAQ"</title>
			<link>http://bbpress.org/forums/topic/bbpress-20-faq/page/3#post-97123</link>
			<pubDate>Fri, 13 Jan 2012 16:06:31 +0000</pubDate>
			<dc:creator>marius2z</dc:creator>
			<guid isPermaLink="false">97123@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Is there any news regarding the method of installing and/or setting up the bbPress plugin to access the blog and forum separately via virtual /blog and /forum subfolders, having physically installed WordPress files in domain.com/wp subfolder?
</p>]]></description>
					</item>
		<item>
			<title>mei-an on "bbPress 2.0 - FAQ"</title>
			<link>http://bbpress.org/forums/topic/bbpress-20-faq/page/3#post-97046</link>
			<pubDate>Thu, 12 Jan 2012 12:37:03 +0000</pubDate>
			<dc:creator>mei-an</dc:creator>
			<guid isPermaLink="false">97046@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>@tmuikku - good place to start translation:<br />
<a href="http://translate.wordpress.org/projects/bbpress/plugin/fi/default" rel="nofollow">http://translate.wordpress.org/projects/bbpress/plugin/fi/default</a>
</p>]]></description>
					</item>

	</channel>
</rss>

