<?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; help</title>
	<atom:link href="http://teleogistic.net/tag/help/feed/" rel="self" type="application/rss+xml" />
	<link>http://teleogistic.net</link>
	<description></description>
	<lastBuildDate>Wed, 01 Feb 2012 17:59:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<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>

