<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Teleogistic &#187; attachments</title>
	<atom:link href="http://teleogistic.net/tag/attachments/feed/" rel="self" type="application/rss+xml" />
	<link>http://teleogistic.net</link>
	<description></description>
	<lastBuildDate>Thu, 03 May 2012 16:24:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>New version of Forum Attachments for BuddyPress</title>
		<link>http://teleogistic.net/2010/03/new-version-of-forum-attachments-for-buddypress/</link>
		<comments>http://teleogistic.net/2010/03/new-version-of-forum-attachments-for-buddypress/#comments</comments>
		<pubDate>Fri, 19 Mar 2010 05:25:55 +0000</pubDate>
		<dc:creator>Boone Gorges</dc:creator>
				<category><![CDATA[dev.wpmued]]></category>
		<category><![CDATA[edtech]]></category>
		<category><![CDATA[attachments]]></category>
		<category><![CDATA[buddypress]]></category>
		<category><![CDATA[forums]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[WPMu]]></category>

		<guid isPermaLink="false">http://teleogistic.net/?p=643</guid>
		<description><![CDATA[The plugin Forum Attachments for BuddyPress has been the bane of my existence for some time. I have focused my awesomeness on taming the beast for BP 1.2. Still beta-ish &#8211; please test and report bugs, if you find any. Related posts: Forum Attachments for BuddyPress Help me alpha test BuddyPress Forum Attachments New BuddyPress [...]]]></description>
			<content:encoded><![CDATA[<p>The plugin <a href="http://teleogistic.net/code/buddypress/forum-attachments-for-buddypress/">Forum Attachments for BuddyPress</a> has been the bane of my existence for some time. I have focused my awesomeness on taming the beast for BP 1.2. Still beta-ish &#8211; please test and report bugs, if you find any.</p>
<p>Related posts:<ol>
<li><a href='http://teleogistic.net/2009/10/forum-attachments-for-buddypress/' rel='bookmark' title='Forum Attachments for BuddyPress'>Forum Attachments for BuddyPress</a></li>
<li><a href='http://teleogistic.net/2009/10/help-me-alpha-test-buddypress-forum-attachments/' rel='bookmark' title='Help me alpha test BuddyPress Forum Attachments'>Help me alpha test BuddyPress Forum Attachments</a></li>
<li><a href='http://teleogistic.net/2010/05/new-buddypress-plugin-bp-system-report/' rel='bookmark' title='New BuddyPress plugin: BP System Report'>New BuddyPress plugin: BP System Report</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://teleogistic.net/2010/03/new-version-of-forum-attachments-for-buddypress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Forum Attachments for BuddyPress</title>
		<link>http://teleogistic.net/code/buddypress/forum-attachments-for-buddypress/</link>
		<comments>http://teleogistic.net/code/buddypress/forum-attachments-for-buddypress/#comments</comments>
		<pubDate>Fri, 19 Mar 2010 05:21:11 +0000</pubDate>
		<dc:creator>Boone Gorges</dc:creator>
				<category><![CDATA[edtech]]></category>
		<category><![CDATA[attachments]]></category>
		<category><![CDATA[buddypress]]></category>
		<category><![CDATA[forums]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[WPMu]]></category>

		<guid isPermaLink="false">http://teleogistic.net/?page_id=635</guid>
		<description><![CDATA[This plugin ives members the ability to upload attachments on their posts. It&#8217;s a port of a plugin originally created for bbPress by _ck_. See the original plugin page here: http://bbpress.org/plugins/topic/bb-attachments/. _ck_ is not supporting this plugin anymore. Insofar as the code works, it is thanks to her; insofar as it does not, it is [...]]]></description>
			<content:encoded><![CDATA[<p>This plugin ives members the ability to upload attachments on their posts.</p>
<p>It&#8217;s a port of a plugin originally created for bbPress by _ck_. See the original plugin page here: <a href="http://bbpress.org/plugins/topic/bb-attachments">http://bbpress.org/plugins/topic/bb-attachments/</a>.  _ck_ is not supporting this plugin anymore. Insofar as the code works, it is thanks to her; insofar as it does not, it is my fault.</p>
<h2>Installation</h2>
<ul>
<li>Upload to plugin directory and activate</li>
<li>If you&#8217;d like to change the default settings (as described in step 5 here <a href="http://bbpress.org/plugins/topic/bb-attachments/installation/">http://bbpress.org/plugins/topic/bb-attachments/installation/</a>), you may do so by editing forum-attachments-for-buddypress-bp-functions.php</li>
<li>Create a directory &#8216;bb-attachments&#8217; one level above your WP root and make sure that it is writeable by the server. So if your WP installation is at /home/html/, create a directory /home/bb-attachments.</li>
<li>I use a JavaScript trick to make uploads possible. If you are confident that most of your users will have JS enabled, you do not need to do anything else.</li>
<li>If you want to make uploads possible for users with JS turned off, you will need to alter the &lt;form&gt; tags on your theme&#8217;s forum files: <strong>groups/single/forum/topic.php</strong> and <strong>groups/single/forum.php</strong>. Change
<pre class="brush: html">&lt;form action=&quot;&quot; method=&quot;post&quot; id=&quot;forum-topic-form&quot; class=&quot;standard-form&quot;&gt;</pre>
<p> to
<pre class="brush: html">&lt;form action=&quot;&quot; method=&quot;post&quot; id=&quot;forum-topic-form&quot; class=&quot;standard-form&quot; enctype=&quot;multipart/form-data&quot;&gt;</pre>
</li>
<li>If you have an unusual setup (in particular, if your WP_PLUGIN_URL is somewhere other than /wp-content/) you may have to play with the path settings in download.php and image.php to make things work correctly.</li>
</ul>
<p>Read an <a href="http://teleogistic.net/2009/10/help-me-alpha-test-buddypress-forum-attachments/">older comment thread</a> about this plugin.</p>
<p><strong><a href=http://wordpress.org/extend/plugins/forum-attachments-for-buddypress/'>Download the plugin here.</a></strong></p>
<p>Forum Attachments for BuddyPress has been downloaded <strong>8,781</strong> times. Are you using this plugin? Consider a <strong><a href="/donate">donation</a></strong>.</p>
<h2>Translation credits</h2>
<ul>
<li><em>Russian</em> &#8211; slaFFik</li>
</ul>
<h2>Version history</h2>
<dl>
<dt><strong>0.1</strong></dt>
<dd>
Initial release</dd>
<dt><strong>0.2 &#8211; March 19, 2010</strong></dt>
<dd>BuddyPress 1.2 compatible</dd>
<dd>Removed the need for custom theme hooks</dd>
<dd>Enabled inline images</dd>
<dd>Improved download process to avoid header conflicts</dd>
<dt><strong>0.2.1 &#8211; March 19, 2010</strong></dt>
<dd>Corrected redirect after deleting attachments</dd>
<dd>Removed header requirements causing errors on some Apache setups</dd>
<dt><strong>0.2.2 &#8211; March 22, 2010</strong></dt>
<dd>Corrected typo that was causing redirect conflicts with certain forum-related plugins</dd>
</dl>
<p>Related posts:<ol>
<li><a href='http://teleogistic.net/code/buddypress/group-forum-subscription-for-buddypress/' rel='bookmark' title='Group Forum Subscription for BuddyPress'>Group Forum Subscription for BuddyPress</a></li>
<li><a href='http://teleogistic.net/code/buddypress/buddypress-group-email-subscription/' rel='bookmark' title='BuddyPress Group Email Subscription'>BuddyPress Group Email Subscription</a></li>
<li><a href='http://teleogistic.net/code/wordpresswordpress-mu/import-from-ning/' rel='bookmark' title='Import from Ning: Import Ning users to Wordpress and BuddyPress'>Import from Ning: Import Ning users to Wordpress and BuddyPress</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://teleogistic.net/code/buddypress/forum-attachments-for-buddypress/feed/</wfw:commentRss>
		<slash:comments>165</slash:comments>
		</item>
		<item>
		<title>Forum Attachments for BuddyPress</title>
		<link>http://teleogistic.net/2009/10/forum-attachments-for-buddypress/</link>
		<comments>http://teleogistic.net/2009/10/forum-attachments-for-buddypress/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 19:49:56 +0000</pubDate>
		<dc:creator>Boone Gorges</dc:creator>
				<category><![CDATA[dev.wpmued]]></category>
		<category><![CDATA[edtech]]></category>
		<category><![CDATA[attachments]]></category>
		<category><![CDATA[bbPress]]></category>
		<category><![CDATA[buddypress]]></category>
		<category><![CDATA[forums]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[WPMu]]></category>

		<guid isPermaLink="false">http://teleogistic.net/?p=342</guid>
		<description><![CDATA[I posted about this a while ago, but I have ported _ck_&#8217;s bb_attachments plugin to BP 1.1.x. I took some time today to clean up the readme files and submit the plugin to the wordpress.com plugin database. Nothing about the plugin itself, or the hooks you&#8217;ll have to put into your theme, has changed since [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://teleogistic.net/2009/10/help-me-alpha-test-buddypress-forum-attachments/">I posted about this a while ago</a>, but I have ported _ck_&#8217;s bb_attachments plugin to BP 1.1.x. I took some time today to clean up the readme files and submit the plugin to the wordpress.com plugin database. Nothing about the plugin itself, or the hooks you&#8217;ll have to put into your theme, has changed since my last post; but at least now you&#8217;ll receive the file with full documentation and can use the WP plugin installer to install and maintain this bad boy.</p>
<p>Get it <a href="http://wordpress.org/extend/plugins/forum-attachments-for-buddypress/">here</a> or by searching for &#8220;forum attachments&#8221; on WP&#8217;s Add New Plugin page.</p>
<p>Bug reports (and especially patches!) are welcome.</p>
<p>Related posts:<ol>
<li><a href='http://teleogistic.net/2010/03/new-version-of-forum-attachments-for-buddypress/' rel='bookmark' title='New version of Forum Attachments for BuddyPress'>New version of Forum Attachments for BuddyPress</a></li>
<li><a href='http://teleogistic.net/2009/10/help-me-alpha-test-buddypress-forum-attachments/' rel='bookmark' title='Help me alpha test BuddyPress Forum Attachments'>Help me alpha test BuddyPress Forum Attachments</a></li>
<li><a href='http://teleogistic.net/2009/09/new-buddypress-bbpress-plugin-group-forum-subscription/' rel='bookmark' title='New BuddyPress / bbPress plugin: Group Forum Subscription'>New BuddyPress / bbPress plugin: Group Forum Subscription</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://teleogistic.net/2009/10/forum-attachments-for-buddypress/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Help me alpha test BuddyPress Forum Attachments</title>
		<link>http://teleogistic.net/2009/10/help-me-alpha-test-buddypress-forum-attachments/</link>
		<comments>http://teleogistic.net/2009/10/help-me-alpha-test-buddypress-forum-attachments/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 17:07:31 +0000</pubDate>
		<dc:creator>Boone Gorges</dc:creator>
				<category><![CDATA[dev.wpmued]]></category>
		<category><![CDATA[edtech]]></category>
		<category><![CDATA[attachments]]></category>
		<category><![CDATA[bbPress]]></category>
		<category><![CDATA[buddypress]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[WPMu]]></category>

		<guid isPermaLink="false">http://teleogistic.net/?p=308</guid>
		<description><![CDATA[Now that bbPress is integrated into the Very Fabric of BuddyPress, there&#8217;s some demand for useful bbPress plugins to be ported over to BP. One of the most useful is _ck_&#8217;s excellent bb-attachments, which allows users to add attachments to their forum posts. I have spent a bit of time in the last few days [...]]]></description>
			<content:encoded><![CDATA[<p>Now that bbPress is integrated into the <strong>Very Fabric</strong> of BuddyPress, there&#8217;s some demand for useful bbPress plugins to be ported over to BP. One of the most useful is _ck_&#8217;s excellent <a href="http://bbpress.org/plugins/topic/bb-attachments/">bb-attachments</a>, which allows users to add attachments to their forum posts. I have spent a bit of time in the last few days porting it over to BP. If anyone out there is running a BP+bbPress setup (I think it should work in any recent version of BP, but I&#8217;ve only tested in BP 1.1) and would like to help me to test what is I think a functional BP version of the plugin, please do so. Here are the details.</p>
<ol>
<li>Download the plugin <a href='http://teleogistic.net/wp-content/uploads/2009/10/bb-attachments.php1.zip'>bb-attachments.php.zip</a></li>
<li>Unzip and upload to your WPMU plugin directory. Activate it.</li>
<li>You&#8217;ll have to make a few changes/additions to your theme files to make it work. In your BP theme directory, go to groups/single/forum/topic.php. On line 9, after the &#8216;template_notices&#8217; hook, add
<pre class="brush: html">&lt;?php do_action( &#039;topic_page_load&#039; ) ?&gt;</pre>
<p>Next: After line 61, which reads</p>
<pre class="brush: html">&lt;?php bp_the_topic_post_content() ?&gt;</pre>
<p>insert the following line</p>
<pre class="brush: html">&lt;?php do_action( &#039;bp_after_post_content&#039; ); ?&gt;</pre>
<p>Next: On line 26, replace</p>
<pre class="brush: html">&lt;form action=&quot;&lt;?php bp_forum_topic_action() ?&gt;&quot; method=&quot;post&quot; id=&quot;forum-topic-form&quot; class=&quot;standard-form&quot;&gt;</pre>
<p>with</p>
<pre class="brush: html">&lt;form action=&quot;&lt;?php bp_forum_topic_action() ?&gt;&quot; method=&quot;post&quot; id=&quot;forum-topic-form&quot; class=&quot;standard-form&quot; enctype=&quot;multipart/form-data&quot;&gt;</pre>
</li>
<li>In the same theme directory, open edit.php and index.php. Find the &lt;form&gt; tags, as described in the last part of the previous step, and replace them with the alternative &lt;form&gt; tag (with the enctype specified)</li>
<li>Follow steps 1 and 2 from <a href="http://bbpress.org/plugins/topic/bb-attachments/installation/">here</a>. Step 5 on that page (the &#8220;optional settings&#8221;) you can do as well, and those settings might take some tweaking for certain filetypes to be allowed.</li>
<li>Start uploading!</li>
</ol>
<p>A few caveats:</p>
<ul>
<li>I have not tested any of the AWS abilities. It&#8217;s possible that they will still work, as the AWS functionality is more or less abstracted from the specific bbPress hooks.</li>
<li>Inline images are not yet supported. I&#8217;m working on it.</li>
<li>Things look a little bit ugly with the default BP 1.1 theme. I haven&#8217;t done much to make it pretty. I&#8217;m happy to take aesthetic suggestions, if you have any.</li>
</ul>
<p>Thanks in advance for your help. Please leave any comments here in this post&#8217;s thread.</p>
<p>Related posts:<ol>
<li><a href='http://teleogistic.net/2009/10/forum-attachments-for-buddypress/' rel='bookmark' title='Forum Attachments for BuddyPress'>Forum Attachments for BuddyPress</a></li>
<li><a href='http://teleogistic.net/2010/03/new-version-of-forum-attachments-for-buddypress/' rel='bookmark' title='New version of Forum Attachments for BuddyPress'>New version of Forum Attachments for BuddyPress</a></li>
<li><a href='http://teleogistic.net/2009/09/new-buddypress-bbpress-plugin-group-forum-subscription/' rel='bookmark' title='New BuddyPress / bbPress plugin: Group Forum Subscription'>New BuddyPress / bbPress plugin: Group Forum Subscription</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://teleogistic.net/2009/10/help-me-alpha-test-buddypress-forum-attachments/feed/</wfw:commentRss>
		<slash:comments>60</slash:comments>
		</item>
	</channel>
</rss>

