<?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"

			>

	<channel>
		<title>BuddyPress.org &#187; All Posts</title>
		<atom:link href="http://buddypress.org/support/forum/extending/feed/" rel="self" type="application/rss+xml" />
		<link>http://buddypress.org/support/forum/extending/feed/</link>
		<description></description>
		<pubDate>Sun, 26 May 2013 08:35:05 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.4-alpha-r4900</generator>
		<language>en-US</language>

		
		
					
				<item>
					<guid>http://buddypress.org/support/topic/blogs-for-groups-roadmap/#post-164805</guid>
					<title><![CDATA[Reply To: Blogs for Groups? Roadmap]]></title>
					<link>http://buddypress.org/support/topic/blogs-for-groups-roadmap/#post-164805</link>
					<pubDate>Sun, 26 May 2013 06:57:01 +0000</pubDate>
					<dc:creator>Famous</dc:creator>

					<description>
						<![CDATA[
						<p>By the way <a href="http://buddypress.org/community/members/mercime/" rel="nofollow">@mercime</a> thanks for being a little persistent on this one, as I believe this will be the best solution for now.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://buddypress.org/support/topic/problems-displaying-shortcode-contents-in-non-standard-bp-1-7-themes/#post-164802</guid>
					<title><![CDATA[Reply To: Problems displaying shortcode contents in non-standard BP 1.7 themes]]></title>
					<link>http://buddypress.org/support/topic/problems-displaying-shortcode-contents-in-non-standard-bp-1-7-themes/#post-164802</link>
					<pubDate>Sun, 26 May 2013 01:39:47 +0000</pubDate>
					<dc:creator>sensibleplugins</dc:creator>

					<description>
						<![CDATA[
						<p>Will do, thanks a lot <a href="http://buddypress.org/community/members/djpaul/" rel="nofollow">@djpaul</a>.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://buddypress.org/support/topic/problems-displaying-shortcode-contents-in-non-standard-bp-1-7-themes/#post-164796</guid>
					<title><![CDATA[Reply To: Problems displaying shortcode contents in non-standard BP 1.7 themes]]></title>
					<link>http://buddypress.org/support/topic/problems-displaying-shortcode-contents-in-non-standard-bp-1-7-themes/#post-164796</link>
					<pubDate>Sat, 25 May 2013 22:36:49 +0000</pubDate>
					<dc:creator>Paul Gibbs</dc:creator>

					<description>
						<![CDATA[
						<p>If you&#8217;ve found a case where theme compatibility breaks stuff, please submit a bug report onto <a href="https://buddypress.trac.wordpress.org" rel="nofollow">https://buddypress.trac.wordpress.org</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://buddypress.org/support/topic/problems-displaying-shortcode-contents-in-non-standard-bp-1-7-themes/#post-164794</guid>
					<title><![CDATA[Reply To: Problems displaying shortcode contents in non-standard BP 1.7 themes]]></title>
					<link>http://buddypress.org/support/topic/problems-displaying-shortcode-contents-in-non-standard-bp-1-7-themes/#post-164794</link>
					<pubDate>Sat, 25 May 2013 21:09:56 +0000</pubDate>
					<dc:creator>sensibleplugins</dc:creator>

					<description>
						<![CDATA[
						<p>Thank you so much <a href="http://buddypress.org/community/members/hugo/" rel="nofollow">@Hugo</a>. Your suggestion didn&#8217;t work for us though. This is what we currently have:</p>
<pre><code>$content = $page-&gt;post_content;
$content = apply_filters(&#039;the_content&#039;, $content);</code></pre>
<p>Following your suggestion, we changed it to:</p>
<pre><code>add_filter( &#039;the_content&#039;, &#039;wpautop&#039;);
$content = $page-&gt;post_content;
$content = apply_filters(&#039;the_content&#039;, $content);</code></pre>
<p>But that didn&#8217;t help at all. Are we on the right path here?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://buddypress.org/support/topic/buddypress-phone-app/#post-164781</guid>
					<title><![CDATA[Reply To: Buddypress phone app]]></title>
					<link>http://buddypress.org/support/topic/buddypress-phone-app/#post-164781</link>
					<pubDate>Sat, 25 May 2013 15:41:07 +0000</pubDate>
					<dc:creator>@modemlooper</dc:creator>

					<description>
						<![CDATA[
						<p>There are some api plugins:</p>
<p><a href="http://wordpress.org/plugins/json-api-for-buddypress/" rel="nofollow">http://wordpress.org/plugins/json-api-for-buddypress/</a><br />
<a href="https://github.com/modemlooper/BuddyData" rel="nofollow">https://github.com/modemlooper/BuddyData</a><br />
<a href="https://github.com/duduweiland/buddypress-xmlrpc-receiver" rel="nofollow">https://github.com/duduweiland/buddypress-xmlrpc-receiver</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://buddypress.org/support/topic/customizing-catch-box-pages/#post-164775</guid>
					<title><![CDATA[Customizing Catch-Box pages]]></title>
					<link>http://buddypress.org/support/topic/customizing-catch-box-pages/#post-164775</link>
					<pubDate>Sat, 25 May 2013 13:37:19 +0000</pubDate>
					<dc:creator>Grubert</dc:creator>

					<description>
						<![CDATA[
						<p>Hey guys, I&#8217;m looking remove the sidebar on a few pages of Buddypress and I&#8217;m having a difficult time. I&#8217;m currently using the &#8220;Catch-box&#8221; wordpress theme.</p>
<p>For instance, say I wanted the specific member pages NOT to have a sidebar. What I&#8217;m currently doing is modifying the Catch-Box-Directory/buddypress/members/index.php and Catch-Box-Directory/buddypress/members/single/home.php files to exclude the &#8220;&lt;?php get_sidebar( &#8216;buddypress&#8217; ); ?&gt;&#8221; code.</p>
<p>While that does, in fact, get rid of the sidebar, it also dramatically messes with the page formatting. My question is, what am I missing? Is there an easier way to go about fixing this?</p>
<p>I did a forum search and found that <a href="http://buddypress.org/community/members/mercime/" rel="nofollow">@mercime</a> did a post (<a href="http://buddypress.org/support/topic/resolved-fixing-alignment-problems-on-pages-using-buddypress-catch-box-themecath/#post-140906" rel="nofollow">http://buddypress.org/support/topic/resolved-fixing-alignment-problems-on-pages-using-buddypress-catch-box-themecath/#post-140906</a>) to make the catch-box theme compatible with BuddyPress. I believe the solution to my problem could lie within this post however I was wondering if I am reading this post right. From what it looks like I&#8217;m supposed to replace a couple of dots with another couple of dots..? Is that correct? Did the forum delete the code from the post or am I missing something? </p>
<p>I any case I would truly appreciate any guidance or direction. I&#8217;m feeling a little crushed at the moment as I&#8217;ve spent probably 6+ hours trying to do a seemingly easy task. I just want a few select buddypress pages (like the register page and the member&#8217;s pages) to not have a sidebar.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://buddypress.org/support/topic/buddypress-phone-app/#post-164761</guid>
					<title><![CDATA[Reply To: Buddypress phone app]]></title>
					<link>http://buddypress.org/support/topic/buddypress-phone-app/#post-164761</link>
					<pubDate>Sat, 25 May 2013 06:27:14 +0000</pubDate>
					<dc:creator>Henry</dc:creator>

					<description>
						<![CDATA[
						<p>+1</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://buddypress.org/support/topic/buddypress-phone-app/#post-164737</guid>
					<title><![CDATA[Reply To: Buddypress phone app]]></title>
					<link>http://buddypress.org/support/topic/buddypress-phone-app/#post-164737</link>
					<pubDate>Fri, 24 May 2013 21:45:35 +0000</pubDate>
					<dc:creator>akukskuks</dc:creator>

					<description>
						<![CDATA[
						<p>+1</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://buddypress.org/support/topic/resolved-show-posts-written-by-user-on-profile/#post-164724</guid>
					<title><![CDATA[Reply To: [Resolved] Show posts written by user on profile]]></title>
					<link>http://buddypress.org/support/topic/resolved-show-posts-written-by-user-on-profile/#post-164724</link>
					<pubDate>Fri, 24 May 2013 17:46:19 +0000</pubDate>
					<dc:creator>Slams</dc:creator>

					<description>
						<![CDATA[
						<p>I&#8217;ve an issue with this code. When I try to load user post in tab I get this loop <img src="http://i.piccy.info/i7/4a7d4ecc877960df245347c935d6ad12/4-59-327/23601729/looped.jpg" alt="" /> </p>
<p>I don&#8217;t know why but if this part is presented, I&#8217;m getting my content looped.</p>
<pre><code>query_posts(&quot;author=$theuser&quot; );
if ( have_posts() ) :</code></pre>
<p>Thank you in advance!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://buddypress.org/support/topic/classified-ads-plugin/#post-164710</guid>
					<title><![CDATA[Classified Ads Plugin?]]></title>
					<link>http://buddypress.org/support/topic/classified-ads-plugin/#post-164710</link>
					<pubDate>Fri, 24 May 2013 15:00:36 +0000</pubDate>
					<dc:creator>andygilbert</dc:creator>

					<description>
						<![CDATA[
						<p>Does anyone know of a simple &#8220;listings&#8221; plugin i can use as a classifieds ads system, that is combatible with buddypress?</p>
<p>I only want to be able to show a title, description, price. And it to be linked to the buddypress user or group? No payment methods or anything fancy. Just a list.</p>
<p>Im a php programmer but have no experience or never have created a wordpress plugin, never mind on that works with buddypress so not sure how much work is involved? </p>
<p>Just cant belive there isnt one? There was one that is still availble but unfortunatly people report it doesnt work after BP1.2 and that was buddypress-classifieds.</p>
<p>Any help would be appriciated.</p>
<p>Andy</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

