<?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 plugin browser: Recent Posts</title>
<link>http://bbpress.org/plugins/</link>
<description>bbPress plugin browser: Recent Posts</description>
<language>en</language>
<pubDate>Mon, 12 May 2008 12:28:42 +0000</pubDate>

<item>
<title>xeroxss on "Private Messaging"</title>
<link>http://bbpress.org/plugins/topic/private-messages/page/3/#post-1239</link>
<pubDate>Mon, 12 May 2008 12:12:03 +0000</pubDate>
<dc:creator>xeroxss</dc:creator>
<guid isPermaLink="false">1239@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;I just recently encountered the bug posted by Xenuan. I try to put the fix but it doesn't seem to work. &#60;/p&#62;
&#60;p&#62;Look for this line.&#60;/p&#62;
&#60;p&#62; &#38;lt;?php echo &#34; &#60;a&#62;pm_id).&#34;\&#34;&#38;gt;&#34;.$pm-&#38;gt;pmtitle.&#34;&#60;/a&#62;&#34;; ?&#38;gt; &#60;/p&#62;
&#60;p&#62;and replace with this &#38;lt;?php if ($pm-&#38;gt;pmtitle != NULL)&#60;/p&#62;
&#60;p&#62;echo &#34; pm_id).&#34;\&#34;&#38;gt;&#34;.$pm-&#38;gt;pmtitle.&#34;&#34;;&#60;/p&#62;
&#60;p&#62;else&#60;/p&#62;
&#60;p&#62;echo &#34;pm_id).&#34;\&#34;&#38;gt;&#34;.&#34;(no-subject)&#34;; ?&#38;gt;&#60;/p&#62;
&#60;p&#62;but it didn't work. Sorry I am no a good coder.
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Unread Posts"</title>
<link>http://bbpress.org/plugins/topic/unread-posts/#post-1238</link>
<pubDate>Sun, 11 May 2008 18:34:58 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">1238@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;I've now added the ability in 0.8.9 to also indicate topics with new posts since last visit (regardless if previously read). You can  design a different style to highlight those kinds of topics.&#60;/p&#62;
&#60;p&#62;For example the default is a brighter blue for topics that have previously been read but have new posts and a duller blue for topics that have new posts since you last logged in, even if you haven't read them before.&#60;/p&#62;
&#60;p&#62;Note that the last login trick obviously is useless until they have logged in twice, because the first time was just moments before they see the topic list. The default time for previously unrecorded last login is 24 hours ago.
&#60;/p&#62;</description>
</item>
<item>
<title>tbrams on "Support Forum"</title>
<link>http://bbpress.org/plugins/topic/support-forum/page/2/#post-1237</link>
<pubDate>Sun, 11 May 2008 17:21:01 +0000</pubDate>
<dc:creator>tbrams</dc:creator>
<guid isPermaLink="false">1237@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Worked perfectly right away. Had to move the image files up from the plugin subdirectory I had used - but other than that perfect.&#60;/p&#62;
&#60;p&#62;Thanks&#60;br /&#62;
Torben Brams
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Unread Topics"</title>
<link>http://bbpress.org/plugins/topic/unread-topics/#post-1236</link>
<pubDate>Sun, 11 May 2008 15:18:08 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">1236@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Pinoy they do it more like this:&#60;br /&#62;
&#60;a href=&#34;http://bbpress.org/plugins/topic/unread-posts&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/plugins/topic/unread-posts&#60;/a&#62;&#60;br /&#62;
where new posts are only tracked on topics that have been looked at previously. Otherwise hundreds of topics on new boards would be marked as new on every visit and it's pointless. New topics that have not been read are always at the top anyway when you visit since topics by default are in date order.
&#60;/p&#62;</description>
</item>
<item>
<title>Pinoy.ca on "Unread Topics"</title>
<link>http://bbpress.org/plugins/topic/unread-topics/#post-1235</link>
<pubDate>Sun, 11 May 2008 15:14:53 +0000</pubDate>
<dc:creator>Pinoy.ca</dc:creator>
<guid isPermaLink="false">1235@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Does someone know how other boards (VBulletin, PhpBB, Invision and so forth) implement theirs?  Aren't they like this one, too?
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "bbPress Attachments"</title>
<link>http://bbpress.org/plugins/topic/bb-attachments/page/3/#post-1234</link>
<pubDate>Sun, 11 May 2008 14:00:43 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">1234@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;jark, it's occured to me that since your file had a &#34;16.&#34; on it, that the mysql auto-increment is working because my routine reads the number back from the db before assigning it to the file. &#60;/p&#62;
&#60;p&#62;I want you to upload files to an existing post while editing it, not a new post, and see if it gives you a list of files that were uploading in the post-status message?&#60;/p&#62;
&#60;p&#62;Do you use a custom theme that you've made yourself?  Does your &#60;code&#62;header.php&#60;/code&#62; template have a &#60;code&#62;&#38;lt;?php bb_head(); ?&#38;gt;&#60;/code&#62; near the end? I've recently found several people who have left off &#60;code&#62;bb_head&#60;/code&#62; and &#60;code&#62;bb_foot&#60;/code&#62; from their templates which causes no end of unexpected behaviors.
&#60;/p&#62;</description>
</item>
<item>
<title>au8ust on "Bbpress Latest Discussion"</title>
<link>http://bbpress.org/plugins/topic/bbpress-latest-discussion-for-wp/page/2/#post-1233</link>
<pubDate>Sun, 11 May 2008 09:34:24 +0000</pubDate>
<dc:creator>au8ust</dc:creator>
<guid isPermaLink="false">1233@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Is it working with WordPress Mu?
&#60;/p&#62;</description>
</item>
<item>
<title>jark on "bbPress Attachments"</title>
<link>http://bbpress.org/plugins/topic/bb-attachments/page/3/#post-1232</link>
<pubDate>Sun, 11 May 2008 08:33:06 +0000</pubDate>
<dc:creator>jark</dc:creator>
<guid isPermaLink="false">1232@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Many thanks. I'm more than happy to help in whatever capacity you need. :-)&#60;/p&#62;
&#60;p&#62;Nothing out of the ordinary. The bbPress install is integrated with a WP install but with nothing advanced. Essentially just straight out of the box, configuring the very few WP integration options available. Last thing...even with only this plug-in activated I get the same problem, so I don't think it's a plug-in conflict of any sort.&#60;/p&#62;
&#60;p&#62;Anyhow, just hit me up with whatever you need. Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "bbPress Attachments"</title>
<link>http://bbpress.org/plugins/topic/bb-attachments/page/3/#post-1231</link>
<pubDate>Sun, 11 May 2008 01:26:05 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">1231@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;I'll add some code to the debug mode to dump whatever's in the mysql table, which I suspect is empty for you. But not sure what that means or how to fix it, now that I think about it. However it's a start.&#60;/p&#62;
&#60;p&#62;Is your bbpress setup with any unusual db name or weird integration?
&#60;/p&#62;</description>
</item>
<item>
<title>jark on "bbPress Attachments"</title>
<link>http://bbpress.org/plugins/topic/bb-attachments/page/3/#post-1230</link>
<pubDate>Sun, 11 May 2008 01:22:15 +0000</pubDate>
<dc:creator>jark</dc:creator>
<guid isPermaLink="false">1230@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Just tried 0.1.1 and had the same results. I can see the file got uploaded without an issue to the bb-attachments directory:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;-rwxrwxrwx   1 webservd webservd   41207 May 11 10:18 16.Photo_24.jpg&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;However, as with 0.1.0, for whatever reason, the attachment does upload but never displays along with the post. :'(
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "bbPress Attachments"</title>
<link>http://bbpress.org/plugins/topic/bb-attachments/page/3/#post-1229</link>
<pubDate>Sun, 11 May 2008 01:19:33 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">1229@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Oh I see &#34;Joyent Accelerators&#34; is yet another marketing term for a VPS, lol, there are a bunch of alternate words for that.  Your OS is unusual but I don't see how it could affect this.&#60;/p&#62;
&#60;p&#62;For the files to be moved to the accepted storage area, it should also write the results to the mysql db.  For you not to get a list of attachments, it's probably not in the mysql db.&#60;/p&#62;
&#60;p&#62;Do you know enough and have something like phpmyadmin that you can inspect the bbpress table &#34;bb_attachments&#34; to see if any data is being written there at all?&#60;/p&#62;
&#60;p&#62;I'll have to add some code to the debug feature to dump what's in the table to make this easier.
&#60;/p&#62;</description>
</item>
<item>
<title>jark on "bbPress Attachments"</title>
<link>http://bbpress.org/plugins/topic/bb-attachments/page/3/#post-1228</link>
<pubDate>Sun, 11 May 2008 00:28:49 +0000</pubDate>
<dc:creator>jark</dc:creator>
<guid isPermaLink="false">1228@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;I'll definitely try 0.1.1 when it's up here, thanks.&#60;/p&#62;
&#60;p&#62;When a post is edited there are no attachments listed. It's as if the files themselves are uploaded but somehow not attached to the post. Although, the thread list does display the paperclip icon, denoting there are attachments, even though they seem to not be available.&#60;/p&#62;
&#60;p&#62;No failure messages display during the uploads. It's as if everything is A.O.K. but then isn't, you know?&#60;/p&#62;
&#60;p&#62;I'm running bbPress on a &#60;a href=&#34;http://wiki.joyent.com/accelerators:kb:start&#34;&#62;Joyent Accelerator&#60;/a&#62;, which is OpenSolaris.
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "bbPress Attachments"</title>
<link>http://bbpress.org/plugins/topic/bb-attachments/page/2/#post-1227</link>
<pubDate>Sun, 11 May 2008 00:19:04 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">1227@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;jark make sure you try 0.1.1 and what happens if you edit the post, do you then see a list of attachments?&#60;/p&#62;
&#60;p&#62;If you don't see them even when you edit a post, that means they aren't being recorded as successful uploads for some reason. Do you get failure message on the uploads? &#60;/p&#62;
&#60;p&#62;Are you working on windows or linux?
&#60;/p&#62;</description>
</item>
<item>
<title>jark on "bbPress Attachments"</title>
<link>http://bbpress.org/plugins/topic/bb-attachments/page/2/#post-1226</link>
<pubDate>Sat, 10 May 2008 23:59:10 +0000</pubDate>
<dc:creator>jark</dc:creator>
<guid isPermaLink="false">1226@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;I've not changed any of the code in the plug-in at all. Any ideas what could possibly be causing the funkiness?
&#60;/p&#62;</description>
</item>
<item>
<title>thrca on "Avatar Upload"</title>
<link>http://bbpress.org/plugins/topic/avatar-upload/page/5/#post-1225</link>
<pubDate>Sat, 10 May 2008 23:05:26 +0000</pubDate>
<dc:creator>thrca</dc:creator>
<guid isPermaLink="false">1225@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;I had an issue with my host where the uploaded avatars were not getting the proper file permissions..  I added the following to bbpressroot/avatar-upload.php..&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;// Did we move the image to the avatar folder successfully?
        if ($img_errs == 0 &#38;#38;&#38;#38; !@move_uploaded_file($img_temp, BBPATH . $config-&#38;gt;avatar_dir . $user_filename) )
        {
                $img_errs = 11;
        }

        // Did we set the permissions on the uploaded file properly?
        if ($img_errs == 0 &#38;#38;&#38;#38; !@chmod($config-&#38;gt;avatar_dir . $user_filename, 0644) )
        {
                $img_errs = 13;
        }&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;case 12: // custom error code
                                $error_message = __(&#38;quot;The thumbnail file could not be saved to the {$config-&#38;gt;avatar_dir} folder.&#38;quot;);
                                break;
                        case 13: // custom error code
                                $error_message = __(&#38;quot;The file permissions could not be set properly.&#38;quot;);
                                break;&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>_ck_ on "Reputation (Karma) for bbPress"</title>
<link>http://bbpress.org/plugins/topic/bb-reputation/#post-1224</link>
<pubDate>Sat, 10 May 2008 21:55:07 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">1224@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;0.0.2 has a bug fix for reputation history displaying wrong username&#60;/p&#62;
&#60;p&#62;and now admin (or you can also allow mods) to deduct points for being stupid: just use negative points&#60;/p&#62;
&#60;p&#62;I haven't made it deduct points automatically when a post is deleted but that's on the &#34;to do&#34; list.
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "bbPress Attachments"</title>
<link>http://bbpress.org/plugins/topic/bb-attachments/page/2/#post-1223</link>
<pubDate>Sat, 10 May 2008 17:33:13 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">1223@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;gerikg, try version 0.1.1 when you see it posted here shortly. I've added a helpful check to make sure it steps of the way when a user is not logged in and additionally an option to turn off uploads on new posts if we can't find the incompatibility.&#60;/p&#62;
&#60;p&#62;if you need to turn off that feature, find near the top:&#60;br /&#62;
&#60;code&#62;$bb_attachments[&#38;#39;upload_on_new&#38;#39;]=true;&#60;/code&#62;&#60;br /&#62;
and change it to&#60;br /&#62;
&#60;code&#62;$bb_attachments[&#38;#39;upload_on_new&#38;#39;]=false;&#60;/code&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "bbPress Attachments"</title>
<link>http://bbpress.org/plugins/topic/bb-attachments/page/2/#post-1222</link>
<pubDate>Sat, 10 May 2008 17:03:43 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">1222@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;jark, you didn't change the &#34;see&#34; role did you?&#60;/p&#62;
&#60;p&#62;gerikg, your problem is strange in that no-one else seems to have it. I'm going to have to make an option to disable the &#34;upload on new posts&#34; feature for you.  You're using 0.9 right?
&#60;/p&#62;</description>
</item>
<item>
<title>domercmh on "bbPress Attachments"</title>
<link>http://bbpress.org/plugins/topic/bb-attachments/page/2/#post-1221</link>
<pubDate>Sat, 10 May 2008 13:20:45 +0000</pubDate>
<dc:creator>domercmh</dc:creator>
<guid isPermaLink="false">1221@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Just downloaded the plug-in and it's working beautifully.&#60;/p&#62;
&#60;p&#62;I had some trouble at first and finally determined that I had my bb-attachments in my root web folder, not 'above' the root web folder - as you instructed in the readme.txt.&#60;/p&#62;
&#60;p&#62;Thanks very much.
&#60;/p&#62;</description>
</item>
<item>
<title>mciarlo on "Reputation (Karma) for bbPress"</title>
<link>http://bbpress.org/plugins/topic/bb-reputation/#post-1220</link>
<pubDate>Sat, 10 May 2008 13:18:14 +0000</pubDate>
<dc:creator>mciarlo</dc:creator>
<guid isPermaLink="false">1220@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;I have only tested it in Firefox. Will this plugin subtract points for spam/stupid topics and posts? Like if you post a thread to get the two points, if a moderator deletes it, can it minus three?
&#60;/p&#62;</description>
</item>
<item>
<title>jark on "bbPress Attachments"</title>
<link>http://bbpress.org/plugins/topic/bb-attachments/page/2/#post-1219</link>
<pubDate>Sat, 10 May 2008 10:51:02 +0000</pubDate>
<dc:creator>jark</dc:creator>
<guid isPermaLink="false">1219@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Got the plug-in installed and created the directory. I can upload files without any errors being displayed. Looking in the bb-attachments directory I see a directory was created and the uploaded files do appear there.&#60;/p&#62;
&#60;p&#62;However, the attachments are never displayed on the post as attachments. It's like the files get uploaded but there is no way to download them.&#60;/p&#62;
&#60;p&#62;Here is the debug output:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;disabled functions: (none)

mime_content_type:   does not exist. 

finfo_open:   does not exist. 

imgt:   exists. 

imgt: application/octet-stream

exec:   exists. 

exec:&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Any ideas what I need to do to get the plug-in properly functioning? Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Reputation (Karma) for bbPress"</title>
<link>http://bbpress.org/plugins/topic/bb-reputation/#post-1218</link>
<pubDate>Sat, 10 May 2008 04:15:47 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">1218@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;It must be a javascript error if nothing happens when you click it. I'll have to investigate. Can you tell me what browser you are using? I just noticed that IE7 does give a &#34;trust warning&#34; that you have to permit before it will allow the popup. I'll have to accelerate my coding of a DIV popup instead.
&#60;/p&#62;</description>
</item>
<item>
<title>mciarlo on "Reputation (Karma) for bbPress"</title>
<link>http://bbpress.org/plugins/topic/bb-reputation/#post-1217</link>
<pubDate>Sat, 10 May 2008 03:37:49 +0000</pubDate>
<dc:creator>mciarlo</dc:creator>
<guid isPermaLink="false">1217@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;I disabled all of our plugins except a few that were required for our theme to run and it still did not work. I also checked your source against ours and saw no outstanding difference.&#60;/p&#62;
&#60;p&#62;Just doing some of the work you might do =)
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Avatar Upload"</title>
<link>http://bbpress.org/plugins/topic/avatar-upload/page/5/#post-1216</link>
<pubDate>Sat, 10 May 2008 02:19:39 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">1216@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;I believe there is a a very big bug in function avatarupload_get_avatar&#60;/p&#62;
&#60;p&#62;In certain cases if the $cached part fails because there is no avatar for the requested user, essentially it then ignores the requested $id and instead just uses whatever the current $user-&#38;gt;ID is. So if the current user or user on the profile page is say #3,  but you request #7 who happens to have no avatar,  it will send you #3 anyway.
&#60;/p&#62;</description>
</item>
<item>
<title>mciarlo on "Reputation (Karma) for bbPress"</title>
<link>http://bbpress.org/plugins/topic/bb-reputation/#post-1215</link>
<pubDate>Sat, 10 May 2008 02:18:14 +0000</pubDate>
<dc:creator>mciarlo</dc:creator>
<guid isPermaLink="false">1215@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Clicking the plus to award rep does nothing. It just moves me down the page.
&#60;/p&#62;</description>
</item>
<item>
<title>gerikg on "Private Forums"</title>
<link>http://bbpress.org/plugins/topic/private-forums/page/4/#post-1214</link>
<pubDate>Sat, 10 May 2008 02:03:28 +0000</pubDate>
<dc:creator>gerikg</dc:creator>
<guid isPermaLink="false">1214@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;I deactivate it and delete it and it still didn't work.  I had to edit  it from the database (MySQL) directly to set it to normal.
&#60;/p&#62;</description>
</item>
<item>
<title>mciarlo on "Topic Icons"</title>
<link>http://bbpress.org/plugins/topic/topic-icons/#post-1213</link>
<pubDate>Sat, 10 May 2008 01:40:02 +0000</pubDate>
<dc:creator>mciarlo</dc:creator>
<guid isPermaLink="false">1213@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Again, a great plugin!
&#60;/p&#62;</description>
</item>
<item>
<title>naden on "bbVideo"</title>
<link>http://bbpress.org/plugins/topic/bbvideo/#post-1212</link>
<pubDate>Fri, 09 May 2008 21:25:10 +0000</pubDate>
<dc:creator>naden</dc:creator>
<guid isPermaLink="false">1212@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;@suleiman The error you pinted out has nothing to do with bbVideo. The tag &#38;lt;!-- // bbVideo Plugin --&#38;gt; indicates the end of the bbVideo code. Everything abter that tag is from whatever plugin/program but not from bbVideo.
&#60;/p&#62;</description>
</item>
<item>
<title>ezapmar on "Admin add user"</title>
<link>http://bbpress.org/plugins/topic/admin-add-user/#post-1211</link>
<pubDate>Fri, 09 May 2008 08:42:44 +0000</pubDate>
<dc:creator>ezapmar</dc:creator>
<guid isPermaLink="false">1211@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;i uploaded and activated it. but in the add user page, i see that:&#60;/p&#62;
&#60;p&#62;Warning: admin_add_user_adminpage(BB_PATHBB_INCregistration-functions.php) [function.admin-add-user-adminpage]: failed to open stream: No such file or directory in /home/gsua/public_html/forum/my-plugins/admin-add-user.php on line 15&#60;/p&#62;
&#60;p&#62;Fatal error: admin_add_user_adminpage() [function.require]: Failed opening required 'BB_PATHBB_INCregistration-functions.php' (include_path='.:/usr/php4/lib/php:/usr/local/php4/lib/php') in /home/gsua/public_html/forum/my-plugins/admin-add-user.php on line 15
&#60;/p&#62;</description>
</item>
<item>
<title>A1ex on "User Languages"</title>
<link>http://bbpress.org/plugins/topic/user-languages/#post-1210</link>
<pubDate>Fri, 09 May 2008 08:31:12 +0000</pubDate>
<dc:creator>A1ex</dc:creator>
<guid isPermaLink="false">1210@http://bbpress.org/plugins/</guid>
<description>Allow users to set their own language. This plugin is based on the &#34;User Timezones&#34; plugin.</description>
</item>
<item>
<title>_ck_ on "Topic Icons"</title>
<link>http://bbpress.org/plugins/topic/topic-icons/#post-1209</link>
<pubDate>Fri, 09 May 2008 04:34:13 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">1209@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Version 0.0.1 is an early release based upon a request to mimic what I have done on &#60;a href=&#34;http://bbshowcase.org/forums/&#34; rel=&#34;nofollow&#34;&#62;http://bbshowcase.org/forums/&#60;/a&#62;&#60;br /&#62;
Feel free to submit suggestions for improvements.&#60;/p&#62;
&#60;p&#62;By default it's more geared towards support forums but if you understand what to edit in the settings (until an admin menu can be made) you can make it more robust for other purposes.&#60;/p&#62;
&#60;p&#62;If you use the support-forum plugin, you'll want to turn off it inserting it's own icons to prevent icon repetition.&#60;/p&#62;
&#60;p&#62;Keywords are currently picked up from the title text until I can figure out a way to read topic tags without a huge number of database queries.&#60;/p&#62;
&#60;p&#62;I'll eventually add the (optional) ability for topic posters to also choose their own icon.
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Topic Icons"</title>
<link>http://bbpress.org/plugins/topic/topic-icons/#post-1208</link>
<pubDate>Thu, 08 May 2008 22:51:40 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">1208@http://bbpress.org/plugins/</guid>
<description>Adds icons next to your topic (and forum) titles automatically based on keywords or special topic status such as sticky, support question, has poll, e</description>
</item>
<item>
<title>_ck_ on "Plugin browser for bbPress"</title>
<link>http://bbpress.org/plugins/topic/plugin-browser-for-bbpress/#post-1207</link>
<pubDate>Thu, 08 May 2008 18:33:19 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">1207@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Fix for this plugin in  0.9 :&#60;br /&#62;
&#60;a href=&#34;http://bbpress.org/forums/topic/fix-plugin-browser-for-09&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/topic/fix-plugin-browser-for-09&#60;/a&#62;&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;&#60;em&#62;if you are running 0.9 and plugin browser, you probably see no version listed for all plugins in the 'Local' column. This is due to a change in how bbpress stores the plugin paths in the DB (_ck_ clued me into that) The fix is easy:&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;In the main plugins-browser.php file, add 'user#' before pb-- or pb\-\- on lines 681 (in the preg_replace statement) and line 698 ($plugin['version_local']) &#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;Once I did that, the browser worked fine with correct version info, showed updates that existed, and installed them no problem.&#60;/em&#62;
&#60;/p&#62;&#60;/blockquote&#62;</description>
</item>
<item>
<title>gerikg on "bbPress Attachments"</title>
<link>http://bbpress.org/plugins/topic/bb-attachments/page/2/#post-1206</link>
<pubDate>Thu, 08 May 2008 17:51:24 +0000</pubDate>
<dc:creator>gerikg</dc:creator>
<guid isPermaLink="false">1206@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;I got it to work.  I deleted the whole folder and re uploaded it.&#60;/p&#62;
&#60;p&#62;I got a new bug, maybe it's cause by this plugin, I'm not sure.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://bbpress.org/forums/topic/reply-bug?replies=5#post-16052&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/topic/reply-bug?replies=5#post-16052&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;BTW thank you so much for all these plugins.
&#60;/p&#62;</description>
</item>
<item>
<title>mciarlo on "Reputation (Karma) for bbPress"</title>
<link>http://bbpress.org/plugins/topic/bb-reputation/#post-1205</link>
<pubDate>Thu, 08 May 2008 03:52:23 +0000</pubDate>
<dc:creator>mciarlo</dc:creator>
<guid isPermaLink="false">1205@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Looking forward to later releases. Keep up the great work _ck_!
&#60;/p&#62;</description>
</item>

</channel>
</rss>
