<?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 Topic: Proposed method for file attachments and uploads</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Topic: Proposed method for file attachments and uploads</description>
<language>en</language>
<pubDate>Sat, 06 Sep 2008 06:35:35 +0000</pubDate>

<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 "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 "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>_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>joeyv on "Proposed method for file attachments and uploads"</title>
<link>http://bbpress.org/forums/topic/proposed-method-for-file-attachments-and-uploads#post-15287</link>
<pubDate>Fri, 11 Apr 2008 21:26:58 +0000</pubDate>
<dc:creator>joeyv</dc:creator>
<guid isPermaLink="false">15287@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I would be in favor of an attachment plug-in
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Proposed method for file attachments and uploads"</title>
<link>http://bbpress.org/forums/topic/proposed-method-for-file-attachments-and-uploads#post-15165</link>
<pubDate>Tue, 08 Apr 2008 20:16:50 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">15165@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I don't want this functionality included in bbPress.  Do it with a plugin.  Keep bbPress lean.  That's my vote.
&#60;/p&#62;</description>
</item>
<item>
<title>bensig on "Proposed method for file attachments and uploads"</title>
<link>http://bbpress.org/forums/topic/proposed-method-for-file-attachments-and-uploads#post-15160</link>
<pubDate>Tue, 08 Apr 2008 18:37:52 +0000</pubDate>
<dc:creator>bensig</dc:creator>
<guid isPermaLink="false">15160@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;bbPress seems to be the ONLY forum software that I've been testing which does not have this feature.&#60;/p&#62;
&#60;p&#62;In fact, the ability to attach items to forum posts (as well as the administrative authority to limit the size of these attachments) seems critical to almost any forum - especially ones that I have setup for clients. &#60;/p&#62;
&#60;p&#62;I would consider this more important than an avatar. It should be a high priority on the development list for the forum - a feature, not a plug-in.&#60;/p&#62;
&#60;p&#62;From what I've seen, yetanotherforum.net handles attachments very well - but I prefer the look of bbpress.&#60;/p&#62;
&#60;p&#62;Let's put the pressure on bbpress dev teams...&#60;/p&#62;
&#60;p&#62;Anyone else have good experiences with a forum that allows image attachments?
&#60;/p&#62;</description>
</item>
<item>
<title>charliestout on "Proposed method for file attachments and uploads"</title>
<link>http://bbpress.org/forums/topic/proposed-method-for-file-attachments-and-uploads#post-13720</link>
<pubDate>Mon, 11 Feb 2008 18:18:21 +0000</pubDate>
<dc:creator>charliestout</dc:creator>
<guid isPermaLink="false">13720@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Sam, this is great news.  I'm not a coder but I'm fairly good with CSS.  I could help with writing classes for some of the more popular themes.
&#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-13675</link>
<pubDate>Sat, 09 Feb 2008 00:22:21 +0000</pubDate>
<dc:creator>sambauers</dc:creator>
<guid isPermaLink="false">13675@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;We almost certainly won't write this into core, but if someone wants to write this and they are missing the necessary filters/actions in core to do it we can easily add those for them.
&#60;/p&#62;</description>
</item>
<item>
<title>charliestout on "Proposed method for file attachments and uploads"</title>
<link>http://bbpress.org/forums/topic/proposed-method-for-file-attachments-and-uploads#post-13674</link>
<pubDate>Fri, 08 Feb 2008 23:14:31 +0000</pubDate>
<dc:creator>charliestout</dc:creator>
<guid isPermaLink="false">13674@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Fel64, you are totally right.  That wasn't so much an appeal to inferiority as it was an appeal to the bandwagon:  I simply think people tend to judge a product based on what's included, moreso than what's excluded.  I could have worded that better.&#60;/p&#62;
&#60;p&#62;I could try to make a better case for an attachments plugin, but I run the risk of becoming &#34;that crazy dude who's always whining about attachments.&#34;  Besides, I don't feel like I should try to argue the point, because I don't really hear anyone arguing *against* it.&#60;/p&#62;
&#60;p&#62;The best case I can see for any plugin is a chorus of users singing the same tune, asking for such an extension and offering what resources they have to contribute to it.  I appreciate the input from everyone on this discussion, and hope we can continue it to the eventual development of this feature.  As I mentioned before, I will look at the code, and do what I can (hack around) but then I'll run the risk of being  &#34;that crazy dude who thought he could write a file attachment plugin.&#34;&#60;/p&#62;
&#60;p&#62;Which might be slightly better than being the dude who was just whining about not having one.  But still.
&#60;/p&#62;</description>
</item>
<item>
<title>fel64 on "Proposed method for file attachments and uploads"</title>
<link>http://bbpress.org/forums/topic/proposed-method-for-file-attachments-and-uploads#post-13671</link>
<pubDate>Fri, 08 Feb 2008 22:00:25 +0000</pubDate>
<dc:creator>fel64</dc:creator>
<guid isPermaLink="false">13671@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;&#60;em&#62;(which if I remember from my signatures plugin has no action hook unfortunately and templates will need to be edited)&#60;/em&#62;&#60;/p&#62;
&#60;p&#62;No, there's been hooks for the post form for as long as I can remember.&#60;/p&#62;
&#60;ul&#62;
&#60;li&#62;&#60;code&#62;pre_post_form&#60;/code&#62;&#60;/li&#62;
&#60;li&#62;&#60;code&#62;post_form&#60;/code&#62;&#60;/li&#62;
&#60;li&#62;&#60;code&#62;post_post_form&#60;/code&#62;&#60;/li&#62;
&#60;/ul&#62;
&#60;p&#62;Charlie: ticking off boxes because other software ticks those boxes is feature creep. Goes against, as you say, what bbpress is about. And even if it didn't, it makes no sense; feature ideas should be evaluated on their own merits. I'm not saying attachments shouldn't make it in (personally, I don't much like file attachments), but that you can make a much much better case for it than saying that it's a square on the Forum Matrix that bbpress doesn't have.
&#60;/p&#62;</description>
</item>
<item>
<title>charliestout on "Proposed method for file attachments and uploads"</title>
<link>http://bbpress.org/forums/topic/proposed-method-for-file-attachments-and-uploads#post-13670</link>
<pubDate>Fri, 08 Feb 2008 21:51:01 +0000</pubDate>
<dc:creator>charliestout</dc:creator>
<guid isPermaLink="false">13670@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I can't speak for the world at large, but I think that many people might be passing up a great product (bbpress) because they are looking for forum software with a few more &#34;essential&#34; features.  A great number of other forum packages on the ForumMatrix offer multiple file attachments, and while I agree with the developer's dream of keeping this thing nice and lite and agile, I think anytime a red X on the ForumMatrix is eliminated, it increases the overall appeal of bbpress to the forum dev community.&#60;/p&#62;
&#60;p&#62;HowToGeek, I don't know how much use I'd be to you as a coder, but I'm willing to do whatever I can to help you start a plugin like this.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
