<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
		>
	<channel>
		<title>bbPress Plugin Browser &#187; Tag: attachments - Recent Posts</title>
		<link>http://bbpress.org/plugins/tags/attachments</link>
		<description>bbPress Plugin Browser &#187; Tag: attachments - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Fri, 25 May 2012 17:45:47 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="http://bbpress.org/plugins/rss/tags/attachments" rel="self" type="application/rss+xml" />

		<item>
			<title>Vakantie 2012 on "bbPress Attachments"</title>
			<link>http://bbpress.org/plugins/topic/bb-attachments/page/19/#post-6783</link>
			<pubDate>Wed, 04 Apr 2012 14:34:09 +0000</pubDate>
			<dc:creator>Vakantie 2012</dc:creator>
			<guid isPermaLink="false">6783@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Cool plugin, will give it a try.
</p>]]></description>
					</item>
		<item>
			<title>Garri-Lengrig on "bbPress Attachments"</title>
			<link>http://bbpress.org/plugins/topic/bb-attachments/page/19/#post-6663</link>
			<pubDate>Fri, 16 Dec 2011 22:50:45 +0000</pubDate>
			<dc:creator>Garri-Lengrig</dc:creator>
			<guid isPermaLink="false">6663@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Great plugin, I recently used it, but now not very.
</p>]]></description>
					</item>
		<item>
			<title>shalauras on "bbPress Attachments"</title>
			<link>http://bbpress.org/plugins/topic/bb-attachments/page/18/#post-6662</link>
			<pubDate>Thu, 15 Dec 2011 08:28:12 +0000</pubDate>
			<dc:creator>shalauras</dc:creator>
			<guid isPermaLink="false">6662@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Now it appears that I can upload .docx and any images with more size. Thanks</p>
<p>Finally, I put this (I copied same administrate or default)</p>
<p>$bb_attachments['allowed']['mime_types']['moderate']=array('application/octet-stream', 'text/plain', 'image/jpeg', 'image/jpg', 'image/png', 'image/gif', 'application/pdf', 'application/x-pdf', 'application/zip', 'application/x-zip', 'application/x-gzip', 'application/docx', 'application/x-docx', 'application/doc', 'application/x-doc', 'application/rar', 'application/x-rar', 'application/word','application/msword', 'application/x-msword', 'application/txt', 'application/x-txt');</p>
<p>$bb_attachments['allowed']['mime_types']['default']=array('application/octet-stream', 'text/plain', 'text/x-c', 'image/bmp', 'image/jpeg', 'image/jpg', 'image/png', 'image/gif', 'application/pdf', 'application/x-pdf', 'application/zip', 'application/x-zip' , 'application/x-gzip', 'application/octet-stream', 'application/docx', 'application/x-docx', 'application/rar', 'application/x-rar', 'application/word', 'application/msword', 'application/x-msword','application/doc', 'application/x-doc', 'application/txt', 'application/x-txt');</p>
<p>$bb_attachments['allowed']['mime_types']['administrate']=array('application/octet-stream', 'text/plain', 'text/x-c', 'image/bmp', 'image/jpeg', 'image/jpg', 'image/png', 'image/gif', 'application/pdf', 'application/x-pdf', 'application/zip', 'application/x-zip' , 'application/x-gzip', 'application/octet-stream', 'application/docx', 'application/x-docx', 'application/rar', 'application/x-rar', 'application/word', 'application/msword', 'application/x-msword','application/doc', 'application/x-doc', 'application/txt', 'application/x-txt');</p>
<p>Thank you for this plugin _ck_ and thanks for support.
</p>]]></description>
					</item>
		<item>
			<title>_ck_ on "bbPress Attachments"</title>
			<link>http://bbpress.org/plugins/topic/bb-attachments/page/18/#post-6661</link>
			<pubDate>Wed, 14 Dec 2011 18:36:08 +0000</pubDate>
			<dc:creator>_ck_</dc:creator>
			<guid isPermaLink="false">6661@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<pre><code>$bb_attachments[&#039;max&#039;][&#039;size&#039;][&#039;docx&#039;]=5000*1024;</code></pre>
<p>You are going to have to try to figure out the real mime type that the server thinks docx is and add it to <code>$bb_attachments[&#039;allowed&#039;][&#039;mime_types&#039;][&#039;default&#039;]</code></p>
<p>it might be <code>application/vnd.openxmlformats-officedocument.wordprocessingml.document</code></p>
<p>or it may just be <code>application/msword</code></p>
<p>it may not be octet-stream like you are guessing - it has to be set to exactly what php/apache thinks it is
</p>]]></description>
					</item>
		<item>
			<title>shalauras on "bbPress Attachments"</title>
			<link>http://bbpress.org/plugins/topic/bb-attachments/page/18/#post-6660</link>
			<pubDate>Wed, 14 Dec 2011 11:08:28 +0000</pubDate>
			<dc:creator>shalauras</dc:creator>
			<guid isPermaLink="false">6660@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Auto answer.</p>
<p>Solved about size in .rar but not in jpg.. I could upload a .rar with 5MB but with a image of 136KB, ocurr this:<br />
[denied size] debian-logo-mirrored.jpg (167.7 KB)</p>
<p>$bb_attachments['max']['size']['default']=100*1024; // general max for all type/roles, in bytes (ie. 100k)</p>
<p>for this:</p>
<p>$bb_attachments['max']['size']['default']=10000*1024; // general max for all type/roles, in bytes (ie. 100k)</p>
<p>But I have problem with extensions, ej: .docx</p>
<p>[denied mime] Derecho_(Resumen_Temario).docx (386.5 KB)</p>
<p>I have octet-stream in all types (default, admin, moderate..)</p>
<p>Thank  you again.
</p>]]></description>
					</item>
		<item>
			<title>shalauras on "bbPress Attachments"</title>
			<link>http://bbpress.org/plugins/topic/bb-attachments/page/18/#post-6659</link>
			<pubDate>Wed, 14 Dec 2011 10:54:23 +0000</pubDate>
			<dc:creator>shalauras</dc:creator>
			<guid isPermaLink="false">6659@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Hi ck, </p>
<p>And thank you for answer and sorry for not give u thanks..</p>
<p>See, my problem is that if Im Admnistrador I can upload any files and any size.. 5MB, 10MB.. etc.</p>
<p>But if I am a single usar if I upload a "docx" say: "denied mime"<br />
IF i upload a file of 5MB say: "denied size"</p>
<p>I have the variable upload_max_filesize on php.ini in 10MB<br />
And post_max_size 8MB</p>
<p>My mime code:<br />
$bb_attachments['allowed']['mime_types']['default']=array('application/octet-stream', 'text/plain', 'image/jpeg', 'image/jpg', 'image/png', 'image/gif', 'application/pdf', 'application/x-pdf', 'application/docx', 'application/x-docx', 'application/rar', 'application/x-rar', 'application/word', 'application/doc', 'application/x-doc', 'application/msword', 'application/x-msword', 'application/txt', 'application/x-txt' );  // for anyone that can upload</p>
<p>$bb_attachments['allowed']['mime_types']['moderate']=array('application/octet-stream', 'text/plain', 'image/jpeg', 'image/jpg', 'image/png', 'image/gif', 'application/pdf', 'application/x-pdf', 'application/zip', 'application/x-zip', 'application/x-gzip', 'application/docx', 'application/x-docx', 'application/doc', 'application/x-doc', 'application/rar', 'application/x-rar', 'application/word','application/msword', 'application/x-msword', 'application/txt', 'application/x-txt');</p>
<p>$bb_attachments['allowed']['mime_types']['administrate']=array('application/octet-stream', 'text/plain', 'text/x-c', 'image/bmp', 'image/jpeg', 'image/jpg', 'image/png', 'image/gif', 'application/pdf', 'application/x-pdf', 'application/zip', 'application/x-zip' , 'application/x-gzip', 'application/octet-stream', 'application/docx', 'application/x-docx', 'application/rar', 'application/x-rar', 'application/word', 'application/msword', 'application/x-msword','application/doc', 'application/x-doc', 'application/txt', 'application/x-txt');</p>
<p>And size:</p>
<p>$bb_attachments['max']['size']['default']=100*1024;        // general max for all type/roles, in bytes (ie. 100k)<br />
$bb_attachments['max']['size']['jpg'] =150*1024;                   // size limit override by extension, bytes (ie. 200k)<br />
$bb_attachments['max']['size']['png']=150*1024;            // size limit override by extension, bytes (ie. 200k)<br />
$bb_attachments['max']['size']['moderate']=10000*1024;     // size limit override by role, bytes (ie. 250k) - note this overrides ALL extension limits<br />
$bb_attachments['max']['size']['administrate']=10000*1024; // size limit override by role, bytes (ie. 10000k) - note this overrides ALL extension limits</p>
<p>Well, this are my options, so why a single user can't upload a file .docx or 5MB max?</p>
<p>Thank you...
</p>]]></description>
					</item>
		<item>
			<title>_ck_ on "bbPress Attachments"</title>
			<link>http://bbpress.org/plugins/topic/bb-attachments/page/18/#post-6657</link>
			<pubDate>Mon, 28 Nov 2011 14:12:32 +0000</pubDate>
			<dc:creator>_ck_</dc:creator>
			<guid isPermaLink="false">6657@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>@shalauras there are several settings in php.ini that control the maximum filesize  (and 5mb is 5000kb)</p>
<p>depending on your server and if you have root, you may or may not be able to affect those changes</p>
<p>you can try in php.ini<br />
<pre><code>upload_max_filesize = 10M
    post_max_size = 10M</code></pre>
<p>and/or in your .htaccess  for the bbpress directory<br />
<pre><code>php_value upload_max_filesize 10M
    php_value post_max_size 10M</code></pre>
<p>use google to find more help on this, it's a very common problem with any upload program and php
</p>]]></description>
					</item>
		<item>
			<title>shalauras on "bbPress Attachments"</title>
			<link>http://bbpress.org/plugins/topic/bb-attachments/page/18/#post-6656</link>
			<pubDate>Mon, 28 Nov 2011 12:11:06 +0000</pubDate>
			<dc:creator>shalauras</dc:creator>
			<guid isPermaLink="false">6656@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Im trying upload a file more 500KB (5MB) but fail..I'm looking where I can modify that value but i dont find it<br />
Any suggest?</p>
<p>Thank you.
</p>]]></description>
					</item>
		<item>
			<title>Playstation Vita on "bbPress Attachments"</title>
			<link>http://bbpress.org/plugins/topic/bb-attachments/page/18/#post-6579</link>
			<pubDate>Wed, 24 Aug 2011 07:27:28 +0000</pubDate>
			<dc:creator>Playstation Vita</dc:creator>
			<guid isPermaLink="false">6579@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Thank you!
</p>]]></description>
					</item>
		<item>
			<title>tayharri on "bbPress Attachments"</title>
			<link>http://bbpress.org/plugins/topic/bb-attachments/page/18/#post-6552</link>
			<pubDate>Tue, 19 Jul 2011 15:31:27 +0000</pubDate>
			<dc:creator>tayharri</dc:creator>
			<guid isPermaLink="false">6552@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Was able to get .doc files to work.<br />
Echoed out the mime type and found it was spitting out double 'application/msword application/msword'</p>
<p>Added 'application/msword application/msword' to mime_types arrays and voila.<br />
Hope it works for the rest of you.  Its ugly, but it worked for me.
</p>]]></description>
					</item>
		<item>
			<title>hopemonger on "bbPress Attachments"</title>
			<link>http://bbpress.org/plugins/topic/bb-attachments/page/18/#post-6540</link>
			<pubDate>Thu, 09 Jun 2011 21:50:13 +0000</pubDate>
			<dc:creator>hopemonger</dc:creator>
			<guid isPermaLink="false">6540@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>I moved bbpess to a new server (PHP Version 5.3.3-7+squeeze1) and now I cannot download large attachments (+30 megs). But I can upload them. Any idea?
</p>]]></description>
					</item>
		<item>
			<title>Skwigly on "bbPress Attachments"</title>
			<link>http://bbpress.org/plugins/topic/bb-attachments/page/18/#post-6452</link>
			<pubDate>Mon, 11 Apr 2011 16:57:13 +0000</pubDate>
			<dc:creator>Skwigly</dc:creator>
			<guid isPermaLink="false">6452@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>I found the problem.  It's because I selected European server (which I need).  It just doesn't work with this plugin.  Now that I selected US standard (which isn't the best for me) it works!</p>
<p>Could you look at including European servers? Please?
</p>]]></description>
					</item>
		<item>
			<title>Skwigly on "bbPress Attachments"</title>
			<link>http://bbpress.org/plugins/topic/bb-attachments/page/18/#post-6451</link>
			<pubDate>Mon, 11 Apr 2011 16:30:49 +0000</pubDate>
			<dc:creator>Skwigly</dc:creator>
			<guid isPermaLink="false">6451@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Hey ck.  I ran the plugin and it all works on my hosted server.  However, when I enable Amazon S3 and add my key/secret -- it just doesn't work!  Have you tested it?
</p>]]></description>
					</item>
		<item>
			<title>_ck_ on "bbPress Attachments"</title>
			<link>http://bbpress.org/plugins/topic/bb-attachments/page/18/#post-6444</link>
			<pubDate>Wed, 30 Mar 2011 14:43:39 +0000</pubDate>
			<dc:creator>_ck_</dc:creator>
			<guid isPermaLink="false">6444@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p><code>var</code> might be a hidden path as part of your hosting, you might actually have to match that path in the settings.
</p>]]></description>
					</item>
		<item>
			<title>biosphere on "bbPress Attachments"</title>
			<link>http://bbpress.org/plugins/topic/bb-attachments/page/18/#post-6443</link>
			<pubDate>Wed, 30 Mar 2011 13:54:32 +0000</pubDate>
			<dc:creator>biosphere</dc:creator>
			<guid isPermaLink="false">6443@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Guys, I'm pulling my hair out on this one. I'm using it with bbpress 1.0.2. I know it's not supported, but some people are having success with it.</p>
<p>Everything is set up right, as far as I can tell. Database fields are created, bb-attachments folder is set up one level above public_html and set to 777. When I try to attach a file, I get the dreaded [failed] message. Looking in the database, an entry for the file IS created, but it's not being uploaded.</p>
<p>Looking at debug script, I can see that the path is being set as:<br />
[path] =&#62; /var/home/wordpress/bb-attachments/</p>
<p>However in the bb-attachments.php I have the path set up as /home/wordpress/bb-attachments/. I don't know where the /var is coming from, could that be the problem??</p>
<p>The plugin is installed in /home/wordpress/public_html/wordpress/forum/bb-plugins/bb-attachments, if it helps.
</p>]]></description>
					</item>
		<item>
			<title>xeroxss on "bbPress Attachments"</title>
			<link>http://bbpress.org/plugins/topic/bb-attachments/page/18/#post-6417</link>
			<pubDate>Sat, 19 Mar 2011 10:20:42 +0000</pubDate>
			<dc:creator>xeroxss</dc:creator>
			<guid isPermaLink="false">6417@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>My issue had been fixed, all previous uploaded attachments are now accessible. Apparently the script always create the default attachments folder 1 level above the public directory. So for the download to work just move the previously uploaded files to the new bb-attachments folder wherever it was so the previous references to linked files will work accordingly. Make sure that the bb-attachments directory is the same in your script configuration.
</p>]]></description>
					</item>
		<item>
			<title>citizenkeith on "bbPress Attachments"</title>
			<link>http://bbpress.org/plugins/topic/bb-attachments/page/18/#post-6403</link>
			<pubDate>Tue, 08 Mar 2011 01:27:34 +0000</pubDate>
			<dc:creator>citizenkeith</dc:creator>
			<guid isPermaLink="false">6403@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>@Klian There isn't an admin menu. You'll need to edit the top portion of bb-attachments.php to change options. If I'm not mistaken, none of ck's plugins have admin menus.
</p>]]></description>
					</item>
		<item>
			<title>Klian on "bbPress Attachments"</title>
			<link>http://bbpress.org/plugins/topic/bb-attachments/page/18/#post-6398</link>
			<pubDate>Wed, 02 Mar 2011 12:26:17 +0000</pubDate>
			<dc:creator>Klian</dc:creator>
			<guid isPermaLink="false">6398@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Ive installed it, but I dont know where to change the plugin options.</p>
<p>Activate S3... etc.</p>
<p>Thanks
</p>]]></description>
					</item>
		<item>
			<title>xeroxss on "bbPress Attachments"</title>
			<link>http://bbpress.org/plugins/topic/bb-attachments/page/18/#post-6371</link>
			<pubDate>Mon, 14 Feb 2011 14:14:47 +0000</pubDate>
			<dc:creator>xeroxss</dc:creator>
			<guid isPermaLink="false">6371@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Hi, I just recently upgraded my bbpress installation to the latest version available and change the old domain to be accessible via my subdomain all folders remainining the same but when trying to download the old attachments from old post those attachments are inaccessible. I check the database tables to check if the files are being referenced from there but it looks not. Though uploading attachments and downloading attachments from new post are working perfectly. Any ideas on how to fix these aside from re-uploading all the attachments from same post over again.</p>
<p>Thanks, it's been a long time since then now revisiting this thread. :)</p>
<p>I thinks its the same issue being experienced by @m4j3r3
</p>]]></description>
					</item>
		<item>
			<title>m4j3r3 on "bbPress Attachments"</title>
			<link>http://bbpress.org/plugins/topic/bb-attachments/page/18/#post-6367</link>
			<pubDate>Wed, 09 Feb 2011 23:16:15 +0000</pubDate>
			<dc:creator>m4j3r3</dc:creator>
			<guid isPermaLink="false">6367@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Hello!</p>
<p>I cannot either see the files once uploaded, I would say that I've configured it well... I have the bb-attachments folder in home/username with permissions, when I create a post with attachment it upload the file to correct folder , but it doesn't appear in the post, and the resulting link ?bb_attachments=20&#38;bbat=61 appears all white.</p>
<p>The only thing I wonder, is that the files are saved in /bb-atacchments/0 I don't know if this is something standard or the folder "0" is an error of my server.</p>
<p>Greetings
</p>]]></description>
					</item>

	</channel>
</rss>

