<?xml version="1.0"?><!-- 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 Showcase Topic: new bbPress plugin: bbPress Attachments</title>
<link>http://bbshowcase.org/forums/</link>
<description>bbPress Showcase Topic: new bbPress plugin: bbPress Attachments</description>
<language>en</language>
<pubDate>Sun, 12 Feb 2012 04:59:37 +0000</pubDate>

<item>
<title>mccawphoto on "new bbPress plugin: bbPress Attachments"</title>
<link>http://bbshowcase.org/forums/topic/new-bbpress-plugin-bbpress-attachments/page/8#post-2942</link>
<pubDate>Wed, 25 Jan 2012 17:18:03 +0000</pubDate>
<dc:creator>mccawphoto</dc:creator>
<guid isPermaLink="false">2942@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;Perfect! Thanks! You're plugin is great!
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "new bbPress plugin: bbPress Attachments"</title>
<link>http://bbshowcase.org/forums/topic/new-bbpress-plugin-bbpress-attachments/page/8#post-2941</link>
<pubDate>Wed, 25 Jan 2012 17:08:49 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">2941@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;you can change&#60;/p&#62;
&#60;p&#62;&#60;code&#62;$bb_attachments[&#38;#39;inline&#38;#39;][&#38;#39;width&#38;#39;]=590;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;to whatever max width you want and it will resize it&#60;/p&#62;
&#60;p&#62;(note it will not change existing images - you can use overflow:hidden on your post content wrapper to hide overly large existing images if necessary)
&#60;/p&#62;</description>
</item>
<item>
<title>mccawphoto on "new bbPress plugin: bbPress Attachments"</title>
<link>http://bbshowcase.org/forums/topic/new-bbpress-plugin-bbpress-attachments/page/8#post-2940</link>
<pubDate>Wed, 25 Jan 2012 17:04:13 +0000</pubDate>
<dc:creator>mccawphoto</dc:creator>
<guid isPermaLink="false">2940@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;Is there a way to limit the actual dimensions of an uploaded image with this plugin? The plugin works great the only problem I am running into is that some images being uploaded are wider than the width of the post area.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "new bbPress plugin: bbPress Attachments"</title>
<link>http://bbshowcase.org/forums/topic/new-bbpress-plugin-bbpress-attachments/page/8#post-2902</link>
<pubDate>Fri, 13 Jan 2012 08:26:09 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">2902@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;ryan I show attachments working fine on the bbpress 1.x branch&#60;/p&#62;
&#60;p&#62;make sure it's not a theme issue by temporarily reverting back to the kakumei theme and testing with it
&#60;/p&#62;</description>
</item>
<item>
<title>ryanhellyer on "new bbPress plugin: bbPress Attachments"</title>
<link>http://bbshowcase.org/forums/topic/new-bbpress-plugin-bbpress-attachments/page/8#post-2901</link>
<pubDate>Fri, 13 Jan 2012 07:27:41 +0000</pubDate>
<dc:creator>ryanhellyer</dc:creator>
<guid isPermaLink="false">2901@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;Darn, I'm having dreadful difficulty getting this working on a 1.0 site :(&#60;/p&#62;
&#60;p&#62;Not so much asking for help here, just looking to vent my spleen about having to find a solution for a plugin which wasn't intended to work with the version of the software I'm using it with  &lt;img src="http://bbshowcase.org/forums/my-plugins/bb-smilies/default/icon_sad.gif" title=":(" class="bb_smilies" /&gt;  ...
&#60;/p&#62;</description>
</item>
<item>
<title>daveperry on "new bbPress plugin: bbPress Attachments"</title>
<link>http://bbshowcase.org/forums/topic/new-bbpress-plugin-bbpress-attachments/page/8#post-2511</link>
<pubDate>Fri, 09 Sep 2011 07:08:12 +0000</pubDate>
<dc:creator>daveperry</dc:creator>
<guid isPermaLink="false">2511@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;ok. thanks. i've tried out many things and i have now tried to get a simple file-uploader to work. it didn't. looking with the host now. thank you for your help so far. i'll donate, if i get it to work  &lt;img src="http://bbshowcase.org/forums/my-plugins/bb-smilies/default/icon_wink.gif" title=";)" class="bb_smilies" /&gt; 
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "new bbPress plugin: bbPress Attachments"</title>
<link>http://bbshowcase.org/forums/topic/new-bbpress-plugin-bbpress-attachments/page/7#post-2506</link>
<pubDate>Thu, 08 Sep 2011 06:47:08 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">2506@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;The way bb-attachments works is after the file is uploaded to the server's temporary area (tmp) it examines it and if everything is okay, the last thing it does is use a special php function to move the file from the tmp area to the specified directory and rename it.&#60;/p&#62;
&#60;p&#62;It's possible 'document_root' is giving you bad info, so just change &#60;code&#62;$bb_attachments[&#38;#39;path&#38;#39;]=&#60;/code&#62; to the exact full directory path as you understand it.&#60;/p&#62;
&#60;p&#62;You can run phpinfo from the webroot and then look at &#60;code&#62;_SERVER[&#38;quot;SCRIPT_FILENAME&#38;quot;]&#60;/code&#62; to get an idea of what the real path it and then go one above the webroot and add the directory they created for you.
&#60;/p&#62;</description>
</item>
<item>
<title>daveperry on "new bbPress plugin: bbPress Attachments"</title>
<link>http://bbshowcase.org/forums/topic/new-bbpress-plugin-bbpress-attachments/page/7#post-2505</link>
<pubDate>Thu, 08 Sep 2011 05:06:40 +0000</pubDate>
<dc:creator>daveperry</dc:creator>
<guid isPermaLink="false">2505@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;ok... i talked to someone from the host. they told me that they could create a folder for me. so there is a folder called &#34;files&#34; (with chmod 777) now, on the same level as the html folder. not quite sure if accessible from the domain though. i tried to do it with that folder, but maybe i didn't change the right thing in the plugin file.&#60;br /&#62;
I did&#60;br /&#62;
&#60;code&#62;&#60;br /&#62;
$bb_attachments['path']=dirname($_SERVER['DOCUMENT_ROOT']).&#34;/files/&#34;;&#60;br /&#62;
&#60;/code&#62;&#60;br /&#62;
but there is this failure message. as i said, if i leave&#60;br /&#62;
&#60;code&#62;$bb_attachments['path']=dirname($_SERVER['DOCUMENT_ROOT']).&#34;/bb-attachments/&#34;;  &#60;/code&#62;&#60;br /&#62;
there is no failure message. even if the the folder doesn't even exist  &lt;img src="http://bbshowcase.org/forums/my-plugins/bb-smilies/default/icon_smile.gif" title=":)" class="bb_smilies" /&gt; 
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "new bbPress plugin: bbPress Attachments"</title>
<link>http://bbshowcase.org/forums/topic/new-bbpress-plugin-bbpress-attachments/page/7#post-2500</link>
<pubDate>Wed, 07 Sep 2011 10:00:39 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">2500@http://bbshowcase.org/forums/</guid>
<description>&#60;blockquote&#62;&#60;p&#62;
my root directory is /home/www/web341/ and i can't create a new directory within that.&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;If you cannot create a new directory with chmod 777, then you won't be able to use this plugin. It has to be somewhere, above /www/ is preferred for extra security but even below /web341/ is required - &#60;/p&#62;
&#60;p&#62;See if you can use your ftp program and make&#60;br /&#62;
/home/www/web341/uploads/&#60;br /&#62;
and change perms to 777
&#60;/p&#62;</description>
</item>
<item>
<title>daveperry on "new bbPress plugin: bbPress Attachments"</title>
<link>http://bbshowcase.org/forums/topic/new-bbpress-plugin-bbpress-attachments/page/7#post-2499</link>
<pubDate>Wed, 07 Sep 2011 08:34:00 +0000</pubDate>
<dc:creator>daveperry</dc:creator>
<guid isPermaLink="false">2499@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;i think i have a similar problem as stated above.&#60;br /&#62;
my root directory is /home/www/web341/ and i can't create a new directory within that.&#60;br /&#62;
having the plugin file not changed: everything seems to work fine, the file seems to have uploaded. But it did not, and clicking on it prevails a white page.&#60;br /&#62;
haveing the pluging file changed to some working directory (with 777): failure message after trying to upload (not a php error message, just in the forum, right after the file name).&#60;br /&#62;
s.th. i weird here
&#60;/p&#62;</description>
</item>

</channel>
</rss>

