<?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 Tag: attach</title>
<link>http://bbshowcase.org/forums/</link>
<description>bbPress Showcase Tag: attach</description>
<language>en</language>
<pubDate>Wed, 19 Nov 2008 23:54:14 +0000</pubDate>

<item>
<title>_ck_ on "new bbPress plugin: bbPress Attachments"</title>
<link>http://bbshowcase.org/forums/topic/new-bbpress-plugin-bbpress-attachments/page/3#post-788</link>
<pubDate>Mon, 03 Nov 2008 02:18:41 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">788@http://bbshowcase.org/forums/</guid>
<description>&#60;blockquote&#62;&#60;p&#62;&#60;cite&#62;a.dima - 6 hours ago &#60;a href=&#34;/forums/topic/new-bbpress-plugin-bbpress-attachments/page/3#post-786&#34;&#62;&#38;nbsp;&#38;raquo;&#38;nbsp;&#60;/a&#62;&#60;/cite&#62;&#60;br /&#62;
but i have another question now.  Why If i upload a file I cant see it inline but only the link to it to open?&#60;br /&#62;
thanx for all
&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;Make sure you have&#60;br /&#62;
&#60;code&#62;$bb_attachments[&#38;#39;inline&#38;#39;][&#38;#39;auto&#38;#39;]=true;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Show me what you get when you do:&#60;br /&#62;
&#60;code&#62;http//your-forum-domain.com/forums/?bb_attachments_debug&#60;/code&#62;
&#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/3#post-787</link>
<pubDate>Mon, 03 Nov 2008 02:11:35 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">787@http://bbshowcase.org/forums/</guid>
<description>&#60;blockquote&#62;&#60;p&#62;&#60;cite&#62;luckydost - 22 hours ago &#60;a href=&#34;/forums/topic/new-bbpress-plugin-bbpress-attachments/page/3#post-785&#34;&#62;&#38;nbsp;&#38;raquo;&#38;nbsp;&#60;/a&#62;&#60;/cite&#62;&#60;br /&#62;
&#60;strong&#62;Allowed extensions Problem.&#60;/strong&#62;&#60;br /&#62;
When, i adjust some new mobile files extension's like, &#34;jar, sis, them&#34;. fatal error occur.&#60;br /&#62;
what i can do?
&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;You are probably entering them incorrectly and PHP sees typos.&#60;/p&#62;
&#60;p&#62;Make sure you add them like this:&#60;br /&#62;
&#60;code&#62;&#38;quot;jar&#38;quot;,&#38;quot;sis&#38;quot;,&#38;quot;them&#38;quot;&#60;/code&#62;&#60;br /&#62;
Notice the end quotes.
&#60;/p&#62;</description>
</item>
<item>
<title>a.dima on "new bbPress plugin: bbPress Attachments"</title>
<link>http://bbshowcase.org/forums/topic/new-bbpress-plugin-bbpress-attachments/page/3#post-786</link>
<pubDate>Sun, 02 Nov 2008 20:15:14 +0000</pubDate>
<dc:creator>a.dima</dc:creator>
<guid isPermaLink="false">786@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;it's work now!&#60;/p&#62;
&#60;p&#62;I send an email to my hosting provider and he reply with the right absolute path to my site.&#60;/p&#62;
&#60;p&#62;even if my ftp program say &#34;/web/htdocs/www.ecom3.it/bb-attachments/&#34;&#60;br /&#62;
the right path is &#34;web/htdocs/www.ecom3.it/&#60;strong&#62;home&#60;/strong&#62;/bb-attachments/&#34;&#60;/p&#62;
&#60;p&#62;but i have another question now.  Why If i upload a file I cant see it inline but only the link to it to open? &#60;/p&#62;
&#60;p&#62;thanx for all
&#60;/p&#62;</description>
</item>
<item>
<title>luckydost on "new bbPress plugin: bbPress Attachments"</title>
<link>http://bbshowcase.org/forums/topic/new-bbpress-plugin-bbpress-attachments/page/3#post-785</link>
<pubDate>Sun, 02 Nov 2008 03:13:10 +0000</pubDate>
<dc:creator>luckydost</dc:creator>
<guid isPermaLink="false">785@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;&#60;strong&#62;Allowed extensions Problem.&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;When, i adjust some new mobile files extension's like, &#34;jar, sis, them&#34;. fatal error occur.&#60;br /&#62;
what i can do?
&#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/3#post-779</link>
<pubDate>Sun, 02 Nov 2008 02:19:05 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">779@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;What you should try to do in your ftp program is go create bb-attachments here:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;/web/bb-attachments/&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;See if it will let you go up that high and do that.&#60;br /&#62;
If it does, then change this to this:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;$bb_attachments[&#38;#39;path&#38;#39;]=&#38;quot;/web/bb-attachments/&#38;quot;;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;There is a chance your ftp will not let you above &#60;code&#62;&#60;a href=&#34;http://www.ecom3.it&#34; rel=&#34;nofollow&#34;&#62;www.ecom3.it&#60;/a&#62;&#60;/code&#62;&#60;br /&#62;
In that case, you can't hide your bb-attachments.&#60;br /&#62;
So you'll have to use:&#60;br /&#62;
&#60;code&#62;$bb_attachments[&#38;#39;path&#38;#39;]=&#38;quot;/web/htdocs/www.ecom3.it/bb-attachments/&#38;quot;;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;The buttons you want are called  bbcode-buttons.&#60;br /&#62;
&#60;a href=&#34;http://bbpress.org/plugins/topic/bbcode-buttons/&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/plugins/topic/bbcode-buttons/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://bbpress.org/plugins/topic/bbcode-lite/&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/plugins/topic/bbcode-lite/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>a.dima on "new bbPress plugin: bbPress Attachments"</title>
<link>http://bbshowcase.org/forums/topic/new-bbpress-plugin-bbpress-attachments/page/3#post-778</link>
<pubDate>Sat, 01 Nov 2008 18:26:55 +0000</pubDate>
<dc:creator>a.dima</dc:creator>
<guid isPermaLink="false">778@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;hi again, &#60;/p&#62;
&#60;p&#62;I create a php file with this&#60;br /&#62;
echo dirname($_SERVER['DOCUMENT_ROOT']).&#34;/bb-attachments/&#34;;&#60;br /&#62;
 and this is what it show&#60;/p&#62;
&#60;p&#62;/web/htdocs/www.ecom3.it/bb-attachments/&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.ecom3.it&#34; rel=&#34;nofollow&#34;&#62;www.ecom3.it&#60;/a&#62; is my domain name. In my ftp application the bb-attachment is under /www.ecom3.it root directory.&#60;/p&#62;
&#60;p&#62;please help me... just another question: what is the plugin for bbpress to have the buttons &#34;B&#34;, &#34;I&#34;, &#34;U&#34; and so on over the reply textarea?&#60;/p&#62;
&#60;p&#62;bye
&#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/3#post-776</link>
<pubDate>Sat, 01 Nov 2008 12:38:45 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">776@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;a.dima, what is the full path in your FTP program when you are inside your bb-attachments directory?
&#60;/p&#62;</description>
</item>
<item>
<title>a.dima on "new bbPress plugin: bbPress Attachments"</title>
<link>http://bbshowcase.org/forums/topic/new-bbpress-plugin-bbpress-attachments/page/2#post-775</link>
<pubDate>Sat, 01 Nov 2008 10:49:24 +0000</pubDate>
<dc:creator>a.dima</dc:creator>
<guid isPermaLink="false">775@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;no i can't... but i dont understand where the problem is.&#60;/p&#62;
&#60;p&#62;I have an site hosting by a manteiner and my root directory in ftp is mysite name where i've crate the bb-attachments directory with 777 permission set.&#60;/p&#62;
&#60;p&#62;what is the problem?&#60;/p&#62;
&#60;p&#62;thanx again to all
&#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/2#post-774</link>
<pubDate>Sat, 01 Nov 2008 06:09:41 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">774@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;There might be something wrong with the plugin configuration.&#60;/p&#62;
&#60;p&#62;But sometimes some systems block access above public_html so you might not have any other choice.&#60;/p&#62;
&#60;p&#62;When you are in FTP, are you able to go into the &#60;code&#62;/home/&#60;/code&#62; directory? If you can go into &#60;code&#62;/home/&#60;/code&#62; and create directories, then you should not be using public_html for attachment storage.&#60;/p&#62;
&#60;p&#62;I know this works on cpanel, do you  use cpanel?
&#60;/p&#62;</description>
</item>
<item>
<title>luckydost on "new bbPress plugin: bbPress Attachments"</title>
<link>http://bbshowcase.org/forums/topic/new-bbpress-plugin-bbpress-attachments/page/2#post-773</link>
<pubDate>Sat, 01 Nov 2008 05:47:56 +0000</pubDate>
<dc:creator>luckydost</dc:creator>
<guid isPermaLink="false">773@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;&#60;strong&#62;But without &#34;Public_html&#34; path my attachment system not working.&#60;/strong&#62;  <img src="http://bbshowcase.org/forums/my-plugins/bb-smilies/default/icon_razz.gif" title=":P" class="bb_smilies" /> &#60;/p&#62;</description>
</item>

</channel>
</rss>
