<?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 Tag: Delete</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Tag: Delete</description>
<language>en</language>
<pubDate>Sun, 07 Sep 2008 07:17:52 +0000</pubDate>

<item>
<title>brad_langdon on "Delete Post by It's Owner"</title>
<link>http://bbpress.org/forums/topic/delete-post-by-its-owner#post-18771</link>
<pubDate>Fri, 29 Aug 2008 01:23:57 +0000</pubDate>
<dc:creator>brad_langdon</dc:creator>
<guid isPermaLink="false">18771@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Sweet thanks for that.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Delete Post by It's Owner"</title>
<link>http://bbpress.org/forums/topic/delete-post-by-its-owner#post-18769</link>
<pubDate>Fri, 29 Aug 2008 00:40:03 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">18769@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;In the admin under Settings &#38;gt; General, there is a post timeout setting (&#34;Lock post editing after&#34;):&#60;br /&#62;
/bb-admin/options-general.php&#60;/p&#62;
&#60;p&#62;The default is 60.  Try setting it to -1 and see if a normal user can edit an old post.  If the -1 does not work, try some insanely large number of minutes so it appears that there is no limit to editing the posts. 525600 is a year's worth of minutes.
&#60;/p&#62;</description>
</item>
<item>
<title>brad_langdon on "Delete Post by It's Owner"</title>
<link>http://bbpress.org/forums/topic/delete-post-by-its-owner#post-18768</link>
<pubDate>Thu, 28 Aug 2008 22:49:03 +0000</pubDate>
<dc:creator>brad_langdon</dc:creator>
<guid isPermaLink="false">18768@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Great Cheers for that!&#60;/p&#62;
&#60;p&#62;One more thing...(sorry)&#60;/p&#62;
&#60;p&#62;How do you change the timeout length for editing and deleting posts?&#60;/p&#62;
&#60;p&#62;Can you take the timeout off all togehter?
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Delete Post by It's Owner"</title>
<link>http://bbpress.org/forums/topic/delete-post-by-its-owner#post-18737</link>
<pubDate>Thu, 28 Aug 2008 11:36:52 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">18737@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;It's a mini-plugin, just make a plugin out of it.&#60;br /&#62;
I keep a single plugin composed of all my mini-plugins called &#60;code&#62;tweaks.php&#60;/code&#62; but you can call it anything.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
/*
Plugin Name: Tweaks (mini-plugins)
*/

function delete_own_post($retvalue, $capability, $args) {
if ($capability==&#38;quot;delete_post&#38;quot;) {return bb_current_user_can( &#38;#39;edit_post&#38;#39;, $args[1]);}
return $retvalue;
}
add_filter(&#38;#39;bb_current_user_can&#38;#39;, &#38;#39;delete_own_post&#38;#39;,10,3);

?&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>brad_langdon on "Delete Post by It's Owner"</title>
<link>http://bbpress.org/forums/topic/delete-post-by-its-owner#post-18726</link>
<pubDate>Wed, 27 Aug 2008 19:52:44 +0000</pubDate>
<dc:creator>brad_langdon</dc:creator>
<guid isPermaLink="false">18726@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I may have put the code in the wrong place...where exactly did you put it and in which file.&#60;br /&#62;
Did you replace old code or just add this to it?&#60;/p&#62;
&#60;p&#62;Sorry I am not exactly an expert with this kind of stuff.
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Delete Post by It's Owner"</title>
<link>http://bbpress.org/forums/topic/delete-post-by-its-owner#post-18709</link>
<pubDate>Wed, 27 Aug 2008 13:05:42 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">18709@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;You tried the second method and it does that?&#60;br /&#62;
It works for me, just tested it on 0.9&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function delete_own_post($retvalue, $capability, $args) {
if ($capability==&#38;quot;delete_post&#38;quot;) {return bb_current_user_can( &#38;#39;edit_post&#38;#39;, $args[1]);}
return $retvalue;
}
add_filter(&#38;#39;bb_current_user_can&#38;#39;, &#38;#39;delete_own_post&#38;#39;,10,3);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;.&#60;br /&#62;
Note that the delete ability times out with the edit ability (1 hour in default install).
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Members Delete Own Posts"</title>
<link>http://bbpress.org/forums/topic/members-delete-own-posts#post-18708</link>
<pubDate>Wed, 27 Aug 2008 13:04:51 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">18708@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I'll continue this over here:&#60;br /&#62;
&#60;a href=&#34;http://bbpress.org/forums/topic/delete-post-by-its-owner&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/topic/delete-post-by-its-owner&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>Malfhok on "Members Delete Own Posts"</title>
<link>http://bbpress.org/forums/topic/members-delete-own-posts#post-18707</link>
<pubDate>Wed, 27 Aug 2008 11:47:07 +0000</pubDate>
<dc:creator>Malfhok</dc:creator>
<guid isPermaLink="false">18707@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;My members have been asking for this feature as well.
&#60;/p&#62;</description>
</item>
<item>
<title>brad_langdon on "Delete Post by It's Owner"</title>
<link>http://bbpress.org/forums/topic/delete-post-by-its-owner#post-18704</link>
<pubDate>Wed, 27 Aug 2008 04:55:18 +0000</pubDate>
<dc:creator>brad_langdon</dc:creator>
<guid isPermaLink="false">18704@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I also have the problem of members not being able to delete their posts.&#60;/p&#62;
&#60;p&#62;I tried the above code, the delete button appears now but when clicked it says you do not have permission to delete.&#60;/p&#62;
&#60;p&#62;I am not even sure if I put it in the right place though.&#60;/p&#62;
&#60;p&#62;Does anyone have a tested method of making this work???
&#60;/p&#62;</description>
</item>
<item>
<title>brad_langdon on "Members Delete Own Posts"</title>
<link>http://bbpress.org/forums/topic/members-delete-own-posts#post-18703</link>
<pubDate>Wed, 27 Aug 2008 04:42:06 +0000</pubDate>
<dc:creator>brad_langdon</dc:creator>
<guid isPermaLink="false">18703@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Is there a way to allow members to delete their own posts?&#60;/p&#62;
&#60;p&#62;At present my members can only edit their posts.
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Delete Post by It's Owner"</title>
<link>http://bbpress.org/forums/topic/delete-post-by-its-owner#post-17932</link>
<pubDate>Sun, 03 Aug 2008 14:19:52 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">17932@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Here try this - completely untested - let me know!&#60;br /&#62;
update: forget this one, use the 2nd one below it&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;function delete_own_post($retvalue, $capability, $args) {
global $bb_current_user, $bb_post;
if ($capability==&#38;quot;delete_post&#38;quot; &#38;#38;&#38;#38; $bb_current_user-&#38;gt;ID &#38;#38;&#38;#38; $bb_post &#38;#38;&#38;#38; $bb_post-&#38;gt;post_id  &#38;#38;&#38;#38;  $bb_post-&#38;gt;post_id ==intval($args[1]) &#38;#38;&#38;#38; $bb_post-&#38;gt;poster_id &#38;#38;&#38;#38; $bb_post-&#38;gt;poster_id==$bb_current_user-&#38;gt;ID &#38;#38;&#38;#38; bb_current_user_can( &#38;#39;edit_post&#38;#39;, $bb_post-&#38;gt;post_id) {return true;}   // lots and lots of double checks
return $retvalue;
}
add_filter(&#38;#39;bb_current_user_can&#38;#39;, &#38;#39;delete_own_post&#38;#39;,10,3);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;.&#60;br /&#62;
This checks if the user can still edit the post, and if so, allows them to delete their own post too.&#60;/p&#62;
&#60;p&#62;This plugin could be enhanced by checking if the user has been marked as blocked or inactive and prevent them from deleting it at all.&#60;/p&#62;
&#60;p&#62;Update: I may have &#34;over engineered the above function, this may be a much more simplified approach:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function delete_own_post($retvalue, $capability, $args) {
if ($capability==&#38;quot;delete_post&#38;quot;) {return bb_current_user_can( &#38;#39;edit_post&#38;#39;, $args[1]);}
return $retvalue;
}
add_filter(&#38;#39;bb_current_user_can&#38;#39;, &#38;#39;delete_own_post&#38;#39;,10,3);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This second method simply allows delete if the user can still edit a post. Once the edit times out, so does the delete.
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Delete Post by It's Owner"</title>
<link>http://bbpress.org/forums/topic/delete-post-by-its-owner#post-17931</link>
<pubDate>Sun, 03 Aug 2008 14:04:28 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">17931@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Technically this could be done by wrapping the delete_posts capability in a function to check the current post id # and if the member owns it.
&#60;/p&#62;</description>
</item>
<item>
<title>dresah on "Delete Post by It's Owner"</title>
<link>http://bbpress.org/forums/topic/delete-post-by-its-owner#post-16985</link>
<pubDate>Sat, 28 Jun 2008 08:14:10 +0000</pubDate>
<dc:creator>dresah</dc:creator>
<guid isPermaLink="false">16985@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Is it possible to Delete a Post by It's Owner?&#60;/p&#62;
&#60;p&#62;I added this to member capabilities, but it shows me it's a bad idea :D ;&#60;/p&#62;
&#60;p&#62;'delete_posts =&#38;gt; true,//+'&#60;/p&#62;
&#60;p&#62;How can I do?
&#60;/p&#62;</description>
</item>
<item>
<title>wilcosky on "Can you delete posts from database?"</title>
<link>http://bbpress.org/forums/topic/can-you-delete-posts-from-database#post-16556</link>
<pubDate>Sun, 01 Jun 2008 20:27:08 +0000</pubDate>
<dc:creator>wilcosky</dc:creator>
<guid isPermaLink="false">16556@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Yeah, you're right, it is a feature I guess... but hey I didn't call it a bug at least :)
&#60;/p&#62;</description>
</item>
<item>
<title>Trent on "Can you delete posts from database?"</title>
<link>http://bbpress.org/forums/topic/can-you-delete-posts-from-database#post-16549</link>
<pubDate>Sun, 01 Jun 2008 15:27:51 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">16549@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I don't think a plugin to do that has been written and begging on the forums might not get it written anyways as the &#34;space&#34; that deleted posts take in the database is extremely low and is unlikely to ever become a problem.    As well, it is not &#60;a href=&#34;http://www.flickr.com/photos/dratz/1045336659/&#34;&#62;a bug, but a feature&#60;/a&#62; :)&#60;/p&#62;
&#60;p&#62;Trent
&#60;/p&#62;</description>
</item>
<item>
<title>wilcosky on "Can you delete posts from database?"</title>
<link>http://bbpress.org/forums/topic/can-you-delete-posts-from-database#post-16542</link>
<pubDate>Sun, 01 Jun 2008 13:11:48 +0000</pubDate>
<dc:creator>wilcosky</dc:creator>
<guid isPermaLink="false">16542@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Yes, could someone PLEASE, I'm begging :), someone please make a plug in that will allow you to TOTALLY 100% delete a post...
&#60;/p&#62;</description>
</item>
<item>
<title>wiseacre on "Can you delete posts from database?"</title>
<link>http://bbpress.org/forums/topic/can-you-delete-posts-from-database#post-16472</link>
<pubDate>Mon, 26 May 2008 12:14:53 +0000</pubDate>
<dc:creator>wiseacre</dc:creator>
<guid isPermaLink="false">16472@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I can confirm this bug.
&#60;/p&#62;</description>
</item>
<item>
<title>wilcosky on "Can you delete posts from database?"</title>
<link>http://bbpress.org/forums/topic/can-you-delete-posts-from-database#post-16466</link>
<pubDate>Sun, 25 May 2008 22:37:06 +0000</pubDate>
<dc:creator>wilcosky</dc:creator>
<guid isPermaLink="false">16466@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Ok, I know I can delete posts. And, it works fine. However, the posts are still there in the admin section. What if, to keep space free, I want to delete the deleted posts, is this possible?&#60;/p&#62;
&#60;p&#62;I know they are &#34;deleted&#34; because they don't show on the forum anymore when they are &#34;deleted&#34;, however, they are still in the database, because you can still view them from the admin section.&#60;/p&#62;
&#60;p&#62;Is there a plug-in, if not could someone create a plug-in, that would allow you to either &#34;delete&#34; a post (and still have it show in the admin section like it currently works) or it would also allow you to TOTALLY 100% delete the post from your database so it is nowhere.
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Delete entire thread with one click?"</title>
<link>http://bbpress.org/forums/topic/delete-entire-thread-with-one-click#post-16065</link>
<pubDate>Thu, 08 May 2008 18:25:25 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">16065@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Each topic can be deleted at the bottom.&#60;/p&#62;
&#60;p&#62;There is also a &#34;mass edit&#34; plugin to delete all posts by a single users, etc.
&#60;/p&#62;</description>
</item>
<item>
<title>fokjulle on "Deleted posts returning..."</title>
<link>http://bbpress.org/forums/topic/deleted-posts-returning#post-15655</link>
<pubDate>Tue, 22 Apr 2008 11:39:16 +0000</pubDate>
<dc:creator>fokjulle</dc:creator>
<guid isPermaLink="false">15655@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;This is still happening.  Is anyone else having the same problem?
&#60;/p&#62;</description>
</item>
<item>
<title>fokjulle on "Deleted posts returning..."</title>
<link>http://bbpress.org/forums/topic/deleted-posts-returning#post-15623</link>
<pubDate>Mon, 21 Apr 2008 17:44:49 +0000</pubDate>
<dc:creator>fokjulle</dc:creator>
<guid isPermaLink="false">15623@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Huh?  If someone leaves a reply in a thread, for example, and I click on &#34;delete&#34;, it turns turns red and doesn't go anywhere.  The only way I can remove it is by deleting it in the admin panel.&#60;/p&#62;
&#60;p&#62;Why is this?
&#60;/p&#62;</description>
</item>
<item>
<title>jenz on "Delete entire thread with one click?"</title>
<link>http://bbpress.org/forums/topic/delete-entire-thread-with-one-click#post-15480</link>
<pubDate>Thu, 17 Apr 2008 16:16:14 +0000</pubDate>
<dc:creator>jenz</dc:creator>
<guid isPermaLink="false">15480@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Is it possible to delete a topic and all the replies that are associate with it with one click somehow?&#60;br /&#62;
Example: Topic page:&#60;br /&#62;
/topic/this-is-a-topic?replies=3#post-175&#60;/p&#62;
&#60;p&#62;There are 3 replies to this topic.  I would like to delete all replies and comments at once.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Uninstall forum?"</title>
<link>http://bbpress.org/forums/topic/uninstall-forum#post-15448</link>
<pubDate>Wed, 16 Apr 2008 23:30:49 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">15448@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I think it is.  The only issue is if you had an integrated install, then you would have bbPress users in your wp_users and wp_usermeta table.  You would probably have to manually remove those entries from those tables.  Don't drop the wp_ tables, just the bb_tables.&#60;/p&#62;
&#60;p&#62;I think that's about it.  Once the code is gone from the filesystem, the database doesn't matter much except for keeping things tidy.
&#60;/p&#62;</description>
</item>
<item>
<title>raygene on "Uninstall forum?"</title>
<link>http://bbpress.org/forums/topic/uninstall-forum#post-15445</link>
<pubDate>Wed, 16 Apr 2008 22:22:14 +0000</pubDate>
<dc:creator>raygene</dc:creator>
<guid isPermaLink="false">15445@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I wish to uninstall bbPress from my WP 2.5 installation and was wondering if it were as simple as:&#60;/p&#62;
&#60;p&#62;- Deleting the forum sub-folder from my /blog/forum folder&#60;br /&#62;
- Dropping the bb tables from the shared database&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Gene
&#60;/p&#62;</description>
</item>
<item>
<title>citizenkeith on "Delete Post not working"</title>
<link>http://bbpress.org/forums/topic/delete-post-not-working#post-15294</link>
<pubDate>Sat, 12 Apr 2008 03:12:35 +0000</pubDate>
<dc:creator>citizenkeith</dc:creator>
<guid isPermaLink="false">15294@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;&#60;a href=&#34;http://bbpress.org/forums/topic/origianl-keymaster-lost-privlages-to-create-forums#post-13838&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/topic/origianl-keymaster-lost-privlages-to-create-forums#post-13838&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>citizenkeith on "Delete Post not working"</title>
<link>http://bbpress.org/forums/topic/delete-post-not-working#post-15284</link>
<pubDate>Fri, 11 Apr 2008 19:51:40 +0000</pubDate>
<dc:creator>citizenkeith</dc:creator>
<guid isPermaLink="false">15284@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I just set up two new accounts... testuser1 and testuser2.&#60;/p&#62;
&#60;p&#62;As testuser1, I posted a new topic.&#60;/p&#62;
&#60;p&#62;As Keymaster, I was unable to delete testuser1's post. Before logging off as Keymaster, I made testuser2 a Moderator.&#60;/p&#62;
&#60;p&#62;Logging in as testuser2, I was able to delete testuser1's post.&#60;/p&#62;
&#60;p&#62;I'm running v0.8.3 with WordPress  2.3.3. I am not in a position to upgrade to bb 0.9.01 or WP 2.5 yet, since our forum and website are very active right now. &#60;/p&#62;
&#60;p&#62;So... why can't the Keymaster delete a post?
&#60;/p&#62;</description>
</item>
<item>
<title>citizenkeith on "Delete Post not working"</title>
<link>http://bbpress.org/forums/topic/delete-post-not-working#post-15237</link>
<pubDate>Thu, 10 Apr 2008 14:22:17 +0000</pubDate>
<dc:creator>citizenkeith</dc:creator>
<guid isPermaLink="false">15237@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I had some spam to delete today, and realized that the &#34;Delete&#34; function still wasn't working for the Keymaster.&#60;/p&#62;
&#60;p&#62;I deleted the offending post and topic name from PHPMyAdmin, but I really don't want to do that!&#60;/p&#62;
&#60;p&#62;Can somebody help me troubleshoot this problem? The forum gets a decent amount of traffic, and there are a few trolls waiting in the wings. :)
&#60;/p&#62;</description>
</item>
<item>
<title>citizenkeith on "Delete Post not working"</title>
<link>http://bbpress.org/forums/topic/delete-post-not-working#post-14987</link>
<pubDate>Thu, 03 Apr 2008 23:18:23 +0000</pubDate>
<dc:creator>citizenkeith</dc:creator>
<guid isPermaLink="false">14987@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Ok, I'm going to wait to install the update for a bit. But in the meantime, is it possible to delete the offending post via PHPMyAdmin without screwing something up?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>citizenkeith on "Delete Post not working"</title>
<link>http://bbpress.org/forums/topic/delete-post-not-working#post-14390</link>
<pubDate>Mon, 10 Mar 2008 19:50:18 +0000</pubDate>
<dc:creator>citizenkeith</dc:creator>
<guid isPermaLink="false">14390@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Update: I tried it without the &#34;Report Post&#34; plug-in, and it still didn't work.&#60;/p&#62;
&#60;p&#62;I'm reluctant to turn off all plug-ins, since that would break functionality. The forum is live and gets a decent amount of traffic.
&#60;/p&#62;</description>
</item>
<item>
<title>citizenkeith on "Delete Post not working"</title>
<link>http://bbpress.org/forums/topic/delete-post-not-working#post-14389</link>
<pubDate>Mon, 10 Mar 2008 19:34:13 +0000</pubDate>
<dc:creator>citizenkeith</dc:creator>
<guid isPermaLink="false">14389@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I'm trying to delete some posts. When I hit &#34;delete&#34; the post turns red. When I refresh the forum, I find that the posts are still there. They do not show up in the Admin panel of Deleted posts. I was able to delete before... the last one was about a week ago. I haven't done anything to the forum since then. The last change I made was adding the Report Post plugin, but that was BEFORE I deleted my last post (2/25/08).&#60;/p&#62;
&#60;p&#62;I'm running the latest released version of bbPress, which is integrated with WP 2.3.&#60;/p&#62;
&#60;p&#62;Here are the plugins that I am currently running in bbPress:&#60;br /&#62;
Use Display Name 0.7.2&#60;br /&#62;
BBCode for bbPress 0.1&#60;br /&#62;
Quote 0.2&#60;br /&#62;
Show Post Count .73a&#60;br /&#62;
Page Links 1.0.3&#60;br /&#62;
Indicate New Posts 0.8&#60;br /&#62;
Simple Onlinelist 1.5&#60;br /&#62;
Move It 0.14&#60;br /&#62;
Censor 0.1&#60;br /&#62;
Page &#38;gt;&#38;gt; 0.7&#60;br /&#62;
Unread Topics 0.4&#60;br /&#62;
Comment Quicktags for bbPress 1.1&#60;br /&#62;
bbPress Polls 0.27&#60;br /&#62;
bbEmoticons 0.72&#60;br /&#62;
Enhanced Registration 0.1.0.1&#60;br /&#62;
Report Post 0.12&#60;br /&#62;
bb-benchmark 0.17
&#60;/p&#62;</description>
</item>

</channel>
</rss>
