<?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 User Favorites: bensig</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums User Favorites: bensig</description>
<language>en</language>
<pubDate>Thu, 04 Dec 2008 06:21:04 +0000</pubDate>

<item>
<title>_ck_ on "PRIORITY #1: Image\File Attachments"</title>
<link>http://bbpress.org/forums/topic/priority-1-imagefile-attachments#post-17539</link>
<pubDate>Tue, 22 Jul 2008 22:50:54 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">17539@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I have now added the ability to do inline image viewing starting with version 0.1.5&#60;/p&#62;
&#60;p&#62;It's not completely finished but I know that ability was in demand so I'm making it available for testing right away.
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Proposed method for file attachments and uploads"</title>
<link>http://bbpress.org/forums/topic/proposed-method-for-file-attachments-and-uploads/page/2#post-15612</link>
<pubDate>Mon, 21 Apr 2008 13:52:44 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">15612@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I agree with not doing the actions in the templates - that was a mistake WordPress did for awhile eh? The hooks can go inside &#60;code&#62;function edit_form&#60;/code&#62; in the core, no?&#60;/p&#62;
&#60;p&#62;Just for clarification, because this one is important,  &#60;code&#62;do_action(&#38;#39;post_edit_form&#38;#39;)&#60;/code&#62; should go AFTER the &#60;code&#62;&#38;lt;/form&#38;gt;&#60;/code&#62; is closed. &#60;/p&#62;
&#60;p&#62;&#60;code&#62;do_action(&#38;#39;pre_edit_form&#38;#39;)&#60;/code&#62; should be before the &#60;code&#62;&#38;lt;form&#60;/code&#62;&#60;br /&#62;
and &#60;code&#62;do_action(&#38;#39;edit_form&#38;#39;)&#60;/code&#62; should be inside the form.&#60;/p&#62;
&#60;p&#62;If all the post_form's are actions, so should be the edit_forms. I don't think any are filters, wouldn't make sense...?&#60;/p&#62;
&#60;p&#62;This will help other plugins like my Signatures too.&#60;br /&#62;
Less template edits needed, makes it easier for users.&#60;/p&#62;
&#60;p&#62;Of course I still have to support some 0.8.3 people so it's going to be awhile before this solves all problems but at least newer installs can benefit.
&#60;/p&#62;</description>
</item>
<item>
<title>sambauers on "Proposed method for file attachments and uploads"</title>
<link>http://bbpress.org/forums/topic/proposed-method-for-file-attachments-and-uploads/page/2#post-15599</link>
<pubDate>Mon, 21 Apr 2008 12:07:59 +0000</pubDate>
<dc:creator>sambauers</dc:creator>
<guid isPermaLink="false">15599@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I recall a ticket where mdawaffe was hesitant to put hooks in the templates.&#60;/p&#62;
&#60;p&#62;Would you require hooks in the templates?
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Proposed method for file attachments and uploads"</title>
<link>http://bbpress.org/forums/topic/proposed-method-for-file-attachments-and-uploads/page/2#post-15591</link>
<pubDate>Mon, 21 Apr 2008 08:30:02 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">15591@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;The ticket was months back, I'd have to search.&#60;br /&#62;
It's fairly simple in theory though, why not mimic the existing hook structure for new posts to match editing existing posts:&#60;br /&#62;
&#60;code&#62;pre_post_form&#60;/code&#62; -&#38;gt; &#60;code&#62;pre_edit_form&#60;/code&#62;&#60;br /&#62;
&#60;code&#62;post_form&#60;/code&#62; -&#38;gt; &#60;code&#62;edit_form&#60;/code&#62;&#60;br /&#62;
&#60;code&#62;post_post_form&#60;/code&#62; -&#38;gt; &#60;code&#62;post_edit_form&#60;/code&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>sambauers on "Proposed method for file attachments and uploads"</title>
<link>http://bbpress.org/forums/topic/proposed-method-for-file-attachments-and-uploads/page/2#post-15581</link>
<pubDate>Sun, 20 Apr 2008 23:29:13 +0000</pubDate>
<dc:creator>sambauers</dc:creator>
<guid isPermaLink="false">15581@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;@ _ck_&#60;/p&#62;
&#60;p&#62;Which ticket was he hook request in. I'll see if I can do something about it sooner rather than later.&#60;/p&#62;
&#60;p&#62;I'm also happy to do a new release 0.9.0.2 to get those changes more readily available for this plugin.
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "PRIORITY #1: Image\File Attachments"</title>
<link>http://bbpress.org/forums/topic/priority-1-imagefile-attachments#post-15561</link>
<pubDate>Sun, 20 Apr 2008 09:17:00 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">15561@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;An early beta is now available for review:&#60;br /&#62;
&#60;a href=&#34;http://bbpress.org/plugins/topic/bb-attachments/&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/plugins/topic/bb-attachments/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Proposed method for file attachments and uploads"</title>
<link>http://bbpress.org/forums/topic/proposed-method-for-file-attachments-and-uploads/page/2#post-15560</link>
<pubDate>Sun, 20 Apr 2008 09:16:24 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">15560@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;An early beta is now available for review:&#60;br /&#62;
&#60;a href=&#34;http://bbpress.org/plugins/topic/bb-attachments/&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/plugins/topic/bb-attachments/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Proposed method for file attachments and uploads"</title>
<link>http://bbpress.org/forums/topic/proposed-method-for-file-attachments-and-uploads/page/2#post-15550</link>
<pubDate>Sat, 19 Apr 2008 20:08:40 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">15550@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;&#60;em&#62;fel64: No, there's been hooks for the post form for as long as I can remember.&#60;/em&#62;&#60;/p&#62;
&#60;p&#62;Unfortunately that's only for new posts. For editing existing posts there is absolutely no way to affect the template without editing it. There's no hooks for edit_form() or any of it's sub-functions or the template loader (the loader does the include AFTER the hook so nothing can be placed afterwards. I requested some hooks many month ago but they may have been missed (or ignored). This plugin will require (one, simple) edit of the &#60;code&#62;edit-post.php&#60;/code&#62; template.&#60;/p&#62;
&#60;p&#62;(In theory it could be done via the bb_get_footer but that's really messy and the footer hook is AFTER the footer has been rendered).
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Proposed method for file attachments and uploads"</title>
<link>http://bbpress.org/forums/topic/proposed-method-for-file-attachments-and-uploads/page/2#post-15548</link>
<pubDate>Sat, 19 Apr 2008 14:37:36 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">15548@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Yes there used to be a limit with readfile/passthru but supposedly fixed in newer PHP and even the old limit was 2mb which is fairly high anyway. Also there is some debate that flushing output and making sure compression/output buffers are turned off avoids the limit. We'll find out as more people test it.&#60;/p&#62;
&#60;p&#62;I'll have a version up for testing in 12 hours or so.
&#60;/p&#62;</description>
</item>
<item>
<title>sambauers on "Proposed method for file attachments and uploads"</title>
<link>http://bbpress.org/forums/topic/proposed-method-for-file-attachments-and-uploads#post-15547</link>
<pubDate>Sat, 19 Apr 2008 13:13:37 +0000</pubDate>
<dc:creator>sambauers</dc:creator>
<guid isPermaLink="false">15547@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Oh, and the file size may be limited by the memory limits in PHP that way too. Not the file upload size limits, but the memory allocation limits set in the PHP INI file.&#60;/p&#62;
&#60;p&#62;This stuff will come out in the wash once it is released and in the hands of users though.
&#60;/p&#62;</description>
</item>
<item>
<title>sambauers on "Proposed method for file attachments and uploads"</title>
<link>http://bbpress.org/forums/topic/proposed-method-for-file-attachments-and-uploads#post-15545</link>
<pubDate>Sat, 19 Apr 2008 13:10:47 +0000</pubDate>
<dc:creator>sambauers</dc:creator>
<guid isPermaLink="false">15545@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Piping things through PHP will be slower (but potentially more secure).
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Proposed method for file attachments and uploads"</title>
<link>http://bbpress.org/forums/topic/proposed-method-for-file-attachments-and-uploads#post-15539</link>
<pubDate>Sat, 19 Apr 2008 07:44:55 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">15539@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Progress is excellent, way ahead of schedule, should have a public demo Saturday night (24 hours or so).&#60;/p&#62;
&#60;p&#62;Working on a auto-thumbnail method now for image uploads.&#60;/p&#62;
&#60;p&#62;I've come up with some extra security features like the files are not directly publicly accessible (stored in non-webroot directory) so they never get fed through the parsers and cannot be executed (ie. .php .html .asp) even if someone manages to trick a file extension or mime somehow. The only downside to this is that the files must be &#34;dumped&#34; through PHP (readfile) which will keep the PHP session open longer but unless you are serving multi-megabyte files at high traffic rates, this should not be a big issue (optionally you can make the files directly accessible off the web if this is critical issue). &#60;/p&#62;
&#60;p&#62;As a bonus the above method makes hotlinking impossible as you can set attachments as accessible to logged-in members only.
&#60;/p&#62;</description>
</item>
<item>
<title>sambauers on "Proposed method for file attachments and uploads"</title>
<link>http://bbpress.org/forums/topic/proposed-method-for-file-attachments-and-uploads#post-15535</link>
<pubDate>Sat, 19 Apr 2008 05:46:45 +0000</pubDate>
<dc:creator>sambauers</dc:creator>
<guid isPermaLink="false">15535@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;@ _ck_&#60;/p&#62;
&#60;p&#62;I think all languages place the file extension on the right of the filename.
&#60;/p&#62;</description>
</item>
<item>
<title>Beer on "Proposed method for file attachments and uploads"</title>
<link>http://bbpress.org/forums/topic/proposed-method-for-file-attachments-and-uploads#post-15530</link>
<pubDate>Sat, 19 Apr 2008 02:11:36 +0000</pubDate>
<dc:creator>Beer</dc:creator>
<guid isPermaLink="false">15530@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I'm glad the donation idea is working.
&#60;/p&#62;</description>
</item>
<item>
<title>HowToGeek on "Proposed method for file attachments and uploads"</title>
<link>http://bbpress.org/forums/topic/proposed-method-for-file-attachments-and-uploads#post-15525</link>
<pubDate>Fri, 18 Apr 2008 21:56:38 +0000</pubDate>
<dc:creator>HowToGeek</dc:creator>
<guid isPermaLink="false">15525@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I donated towards this plugin as well. Very happy to see this being worked on!&#60;/p&#62;
&#60;p&#62;@Everybody: You can donate directly to _ck_ with this link:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://amazon.com/paypage/P2FBORKDEFQIVM&#34; rel=&#34;nofollow&#34;&#62;http://amazon.com/paypage/P2FBORKDEFQIVM&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Proposed method for file attachments and uploads"</title>
<link>http://bbpress.org/forums/topic/proposed-method-for-file-attachments-and-uploads#post-15521</link>
<pubDate>Fri, 18 Apr 2008 19:21:19 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">15521@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Very early sneak preview:&#60;br /&#62;
&#60;a href=&#34;http://img156.imageshack.us/img156/8615/bbattachmentspreviewpv0.png&#34; rel=&#34;nofollow&#34;&#62;http://img156.imageshack.us/img156/8615/bbattachmentspreviewpv0.png&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>gregory.dziedzic on "PRIORITY #1: Image\File Attachments"</title>
<link>http://bbpress.org/forums/topic/priority-1-imagefile-attachments#post-15516</link>
<pubDate>Fri, 18 Apr 2008 17:37:11 +0000</pubDate>
<dc:creator>gregory.dziedzic</dc:creator>
<guid isPermaLink="false">15516@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Sorry to bump this thread again...&#60;br /&#62;
Sambauer, my post was not directed to you and I respect a lot what you are doing and your attitude on the forum. It's the &#34;then go for a wiki&#34; remark that made me react.&#60;br /&#62;
I'm very happy and thankful that _ck_ got down to the writing of this plugin. Keep on the good works, it's a great soft you're all working on :)
&#60;/p&#62;</description>
</item>
<item>
<title>gregory.dziedzic on "Proposed method for file attachments and uploads"</title>
<link>http://bbpress.org/forums/topic/proposed-method-for-file-attachments-and-uploads#post-15515</link>
<pubDate>Fri, 18 Apr 2008 17:05:26 +0000</pubDate>
<dc:creator>gregory.dziedzic</dc:creator>
<guid isPermaLink="false">15515@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;_ck_ you are wonderful :)
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Proposed method for file attachments and uploads"</title>
<link>http://bbpress.org/forums/topic/proposed-method-for-file-attachments-and-uploads#post-15512</link>
<pubDate>Fri, 18 Apr 2008 16:10:58 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">15512@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I've got a skeleton prototype working already but I have an important question:&#60;/p&#62;
&#60;p&#62;In Right-To-Left languages, filenames are still left-to-right, correct? ie. it's never  gif.filename,  always filename.gif ?&#60;/p&#62;
&#60;p&#62;Sounds silly but you never know...  I mean how does Chinese or Japanese handle filenames?
&#60;/p&#62;</description>
</item>
<item>
<title>sambauers on "Proposed method for file attachments and uploads"</title>
<link>http://bbpress.org/forums/topic/proposed-method-for-file-attachments-and-uploads#post-15511</link>
<pubDate>Fri, 18 Apr 2008 14:33:04 +0000</pubDate>
<dc:creator>sambauers</dc:creator>
<guid isPermaLink="false">15511@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;It was USD$50&#60;/p&#62;
&#60;p&#62;:)&#60;/p&#62;
&#60;p&#62;I say just get it up to a usable state and out the door. Then we can all work on making it better over time.
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Proposed method for file attachments and uploads"</title>
<link>http://bbpress.org/forums/topic/proposed-method-for-file-attachments-and-uploads#post-15510</link>
<pubDate>Fri, 18 Apr 2008 10:46:37 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">15510@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Whoa, $50 AUS? That's like half a million US $ right now! I could buy 3, maybe even 4 gallons of gas (if I owned a car) LOL! :D&#60;/p&#62;
&#60;p&#62;Seriously though, many thanks, that's a massive donation. Now I feel guilty like I have to make this an amazing plugin. Hope I can live up to it. I should have an early alpha for review Sunday or Monday night...
&#60;/p&#62;</description>
</item>
<item>
<title>sambauers on "Proposed method for file attachments and uploads"</title>
<link>http://bbpress.org/forums/topic/proposed-method-for-file-attachments-and-uploads#post-15504</link>
<pubDate>Fri, 18 Apr 2008 09:43:38 +0000</pubDate>
<dc:creator>sambauers</dc:creator>
<guid isPermaLink="false">15504@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;&#60;a href=&#34;http://bbpress.org/forums/topic/priority-1-imagefile-attachments#post-15503&#34;&#62;I'm putting my money where my mouth is&#60;/a&#62;, and donated $50 to _ck_ towards the development of this plugin.&#60;/p&#62;
&#60;p&#62;Thanks for starting this _ck_, it will be a welcome plugin addition.
&#60;/p&#62;</description>
</item>
<item>
<title>sambauers on "PRIORITY #1: Image\File Attachments"</title>
<link>http://bbpress.org/forums/topic/priority-1-imagefile-attachments#post-15503</link>
<pubDate>Fri, 18 Apr 2008 09:32:03 +0000</pubDate>
<dc:creator>sambauers</dc:creator>
<guid isPermaLink="false">15503@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I'm sure that many people have fine justifications for wanting file attachments. It just seems to be coincidence that those people aren't the ones capable of writing it. No one is telling anyone that their need for it is &#34;wrong&#34;.&#60;/p&#62;
&#60;p&#62;Can I suggest that those who want it somehow co-ordinate their efforts and - rather than pointlessly bumping threads like this all the time - you all work out how you can get it happening in a constructive fashion. There are many competent plugin developers around, perhaps you can pool financial resources and hire one to write the plugin. Perhaps if you are in a University you can co-opt a student with the necessary skills to write the plugin for you in exchange for credit. I'm sure that together you work out a creative solution to your problem.&#60;/p&#62;
&#60;p&#62;I would love to see this happen, but I don't think it will be me who writes it. Dealing with file uploads in web apps is hard and boring for me. I spent about 5 years of my life doing it, so whilst I am probably well qualified to take it on, I don't *want* to right now. It's not about some geek elitism. Clearly my want is greater than your collective powers of persuasion at this time.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://bbpress.org/forums/topic/proposed-method-for-file-attachments-and-uploads&#34;&#62;charlesstout's topic on this issue&#60;/a&#62; has a much more positive spin to it, and you'll notice that _ck_ has jumped in to get something rolling (which is lucky for you guys, she knows what she's doing). I suggest that if _ck_ gets this happening you all go and &#60;a href=&#34;http://bbshowcase.org/forums/&#34;&#62;drop some money in her donation account&#60;/a&#62; or at least send her a card.
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Proposed method for file attachments and uploads"</title>
<link>http://bbpress.org/forums/topic/proposed-method-for-file-attachments-and-uploads#post-15502</link>
<pubDate>Fri, 18 Apr 2008 07:58:35 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">15502@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Alright, I'll start working on this.&#60;br /&#62;
It won't be feature rich at start but I'll give you some basic functionality in a few days.
&#60;/p&#62;</description>
</item>
<item>
<title>Beer on "Proposed method for file attachments and uploads"</title>
<link>http://bbpress.org/forums/topic/proposed-method-for-file-attachments-and-uploads#post-15491</link>
<pubDate>Thu, 17 Apr 2008 20:52:57 +0000</pubDate>
<dc:creator>Beer</dc:creator>
<guid isPermaLink="false">15491@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;We could try to appeal to the mercy of whoever the current plug-in coders are.  I've seen something at TextDrive where a group would donate some money into a pool for development purposes.&#60;/p&#62;
&#60;p&#62;I think it'd be great if they added the &#34;Ideas&#34; feature here at bbPress like they have for Wordpress also.&#60;br /&#62;
&#60;a href=&#34;http://wordpress.org/extend/ideas/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/ideas/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>gregory.dziedzic on "Proposed method for file attachments and uploads"</title>
<link>http://bbpress.org/forums/topic/proposed-method-for-file-attachments-and-uploads#post-15487</link>
<pubDate>Thu, 17 Apr 2008 19:14:18 +0000</pubDate>
<dc:creator>gregory.dziedzic</dc:creator>
<guid isPermaLink="false">15487@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Ok for a plug-in yeah....
&#60;/p&#62;</description>
</item>
<item>
<title>charliestout on "PRIORITY #1: Image\File Attachments"</title>
<link>http://bbpress.org/forums/topic/priority-1-imagefile-attachments#post-15486</link>
<pubDate>Thu, 17 Apr 2008 18:40:54 +0000</pubDate>
<dc:creator>charliestout</dc:creator>
<guid isPermaLink="false">15486@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I started a conversation about this very topic here:  &#60;a href=&#34;http://bbpress.org/forums/topic/proposed-method-for-file-attachments-and-uploads&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/topic/proposed-method-for-file-attachments-and-uploads&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I believe in both sides of this argument: &#60;/p&#62;
&#60;p&#62;1.  Keep bbPress clean.  Don't bloat.&#60;br /&#62;
2.  Make bbPress extendible.  Do create plugins for everything.&#60;/p&#62;
&#60;p&#62;That said, I'm all in favor of an image/attachment plugin.  Definitely.&#60;/p&#62;
&#60;p&#62;To argue that there is not great desire for this simply because it has not been written is like trying to say &#34;living on the moon sucks&#34; just because we haven't figured out a way to do it yet.  I'm sure living on the moon would totally rule ass.
&#60;/p&#62;</description>
</item>
<item>
<title>gregory.dziedzic on "PRIORITY #1: Image\File Attachments"</title>
<link>http://bbpress.org/forums/topic/priority-1-imagefile-attachments#post-15485</link>
<pubDate>Thu, 17 Apr 2008 18:20:01 +0000</pubDate>
<dc:creator>gregory.dziedzic</dc:creator>
<guid isPermaLink="false">15485@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Maybe it's because I'm not so knowledgeable about wikis, but I really wonder what you are  talking about. I totally agree concerning the &#34;simple, fast and elegant&#34;. phpBB is far too complicated for example. But gimme a break please. I don't need to be told what I need. Wordpress is great for news publication, it's understandable by my not so computer literate community and it even allows to attach documents to posts (albeit not to comments). Now I'm thinking about phase 2, which is the integration of a forum to the blog and the duplication of Wordpress posts in a dedicated sub-forum through the bbPost plugin. These guys are scientists who need to communicate AND exchange documents. bbPress appeals to me because of the Wordpress integration, BUT I need it to have attachment as a feature. And I don't have the skills to add this feature. I don't intend to be demanding. I have an idea what open source development can be. I just don't want some geek zealot to tell me that my need is wrong just because it breaks his ideal of how his software idol should be...
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "PRIORITY #1: Image\File Attachments"</title>
<link>http://bbpress.org/forums/topic/priority-1-imagefile-attachments#post-15429</link>
<pubDate>Wed, 16 Apr 2008 16:45:03 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">15429@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Exchange of documents: use a wiki.
&#60;/p&#62;</description>
</item>
<item>
<title>gregory.dziedzic on "PRIORITY #1: Image\File Attachments"</title>
<link>http://bbpress.org/forums/topic/priority-1-imagefile-attachments#post-15422</link>
<pubDate>Wed, 16 Apr 2008 12:51:17 +0000</pubDate>
<dc:creator>gregory.dziedzic</dc:creator>
<guid isPermaLink="false">15422@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I need plugin too. Trying to switch from a mailing list based scientific community to a proper forum. Exchange of documents is a must.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
