<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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>BuddyPress.org | atburi | Activity</title>
	<link>https://buddypress.org/members/aburi/activity/</link>
	<atom:link href="https://buddypress.org/members/aburi/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for atburi.</description>
	<lastBuildDate>Sat, 11 Apr 2026 15:01:57 +0000</lastBuildDate>
	<generator>https://buddypress.org/?v=</generator>
	<language>en-US</language>
	<ttl>30</ttl>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>2</sy:updateFrequency>
	
						<item>
				<guid isPermaLink="false">d3c7927bfcd07d0dcad8eef68c9749a2</guid>
				<title>atburi replied to the topic Two different functions that display member profile field data in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/two-different-functions-that-display-member-profile-field-data/#post-168003</link>
				<pubDate>Fri, 12 Jul 2013 19:11:27 +0000</pubDate>

									<content:encoded><![CDATA[<p>It appears to have something to do with the user id being set in <em>bp_has_members()</em> and passed on to the other functions. </p>
<p>If the displayed member <em>does</em> have friend connections and a user id is set in the bp_has_members() loop, then that ID gets passed to the <em>bp_get_member_profile_data()</em> and <em>xprofile_get_field_data()</em> functions that I&#8217;m using to&hellip;<span class="activity-read-more" id="activity-read-more-210968"><a href="http://buddypress.org/support/topic/two-different-functions-that-display-member-profile-field-data/#post-168003" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e53c5eb34c685a9581e7bdcf012120e1</guid>
				<title>atburi replied to the topic [Resolved] Returning friend connections of the current profile being viewed in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/returning-friend-connections-of-the-current-profile-being-viewed/#post-167998</link>
				<pubDate>Fri, 12 Jul 2013 18:11:01 +0000</pubDate>

									<content:encoded><![CDATA[<p>Update:</p>
<p><code>&#039;user_id&#039;	=&gt; bp_displayed_user_id(),</code></p>
<p>This works so far, and doesn&#8217;t use the global $bp;</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">44f908e9b00a2ac331c9a83790ffbe4f</guid>
				<title>atburi started the topic [Resolved] Returning friend connections of the current profile being viewed in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/returning-friend-connections-of-the-current-profile-being-viewed/</link>
				<pubDate>Fri, 12 Jul 2013 17:50:30 +0000</pubDate>

									<content:encoded><![CDATA[<p>[WP 3.5.2 / BP 1.8-beta1 / custom theme]</p>
<p>I am using the code below to display friend connections the member whose profile is being viewed: <code>&lt;?php </p>
<p>global $bp;</p>
<p>$args = array(<br />
  &#039;user_id&#039;	=&gt; $bp-&gt;displayed_user-&gt;id,<br />
  &#039;max&#039;		=&gt; &#039;30&#039;,<br />
  &#039;type&#039;		=&gt; &#039;random&#039;<br />
);</p>
<p>if ( bp_has_members( $args ) ) : ?&gt;</p>
<p>&lt;ul id=&quot;members-list&quot; class=&quot;item-list inline&hellip;</code><span class="activity-read-more" id="activity-read-more-210962"><a href="http://buddypress.org/support/topic/returning-friend-connections-of-the-current-profile-being-viewed/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">332aa47a703ada8eec4144752b7c616d</guid>
				<title>atburi started the topic Two different functions that display member profile field data in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/two-different-functions-that-display-member-profile-field-data/</link>
				<pubDate>Fri, 12 Jul 2013 15:37:57 +0000</pubDate>

									<content:encoded><![CDATA[<p>[WP 3.5.2 / BP 1.8-beta1 / custom theme]<br />
Hi Everyone, </p>
<p>What exactly is the difference is between: </p>
<p><strong>xprofile_get_field_data()</strong> &amp; <strong>bp_get_member_profile_data()</strong></p>
<p>For instance, I have a customized <em>member/home/profile/profile-loop</em> page and early on in the code for that page I&#8217;m running a <em>bp_has_members()</em> loop to show friend connections of the displayed&hellip;<span class="activity-read-more" id="activity-read-more-210957"><a href="http://buddypress.org/support/topic/two-different-functions-that-display-member-profile-field-data/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ec16805f8dbbf1f4162f20a3f704bae5</guid>
				<title>atburi replied to the topic [Resolved] Populating BP Profile Loop for author of a WP Post in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/populating-bp-profile-loop-for-author-of-a-wp-post/#post-167650</link>
				<pubDate>Fri, 05 Jul 2013 20:43:56 +0000</pubDate>

									<content:encoded><![CDATA[<p>Thanks Hugo, all makes sense&#8230;. </p>
<p>I&#8217;ll leave it that and mark as resolved!</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">68e55dade8df993ce73486bf17d02624</guid>
				<title>atburi replied to the topic [Resolved] Populating BP Profile Loop for author of a WP Post in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/populating-bp-profile-loop-for-author-of-a-wp-post/#post-167640</link>
				<pubDate>Fri, 05 Jul 2013 19:17:04 +0000</pubDate>

									<content:encoded><![CDATA[<p>Thanks for the response, <a href="http://buddypress.org/community/members/hnla/" rel="nofollow ugc">@hnla</a></p>
<p>Indeed, that works; just wasn&#8217;t sure how to properly code inside a php bracket like that. </p>
<p>I&#8217;m running the member&#8217;s profile loop in the sidebar of the single post page, so this would be outside the single post content loop. However, also in the side bar I use the function:</p>
<p><code>bp_core_get_userlink( $post-&gt;post_author&hellip;</code><span class="activity-read-more" id="activity-read-more-210622"><a href="http://buddypress.org/support/topic/populating-bp-profile-loop-for-author-of-a-wp-post/#post-167640" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">765062219c041e8e46fb7e4b4ae933a7</guid>
				<title>atburi replied to the topic [Resolved] Populating BP Profile Loop for author of a WP Post in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/populating-bp-profile-loop-for-author-of-a-wp-post/#post-167607</link>
				<pubDate>Fri, 05 Jul 2013 07:19:08 +0000</pubDate>

									<content:encoded><![CDATA[<p>This worked 🙂</p>
<p><code>&lt;?php if ( bp_has_profile( array( &#039;user_id&#039; =&gt; $user_id ) ) ) : ?&gt;</code></p>
<p>Is this the best solution?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">18325b475a2b19d57bb398bcb7848538</guid>
				<title>atburi started the topic [Resolved] Populating BP Profile Loop for author of a WP Post in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/populating-bp-profile-loop-for-author-of-a-wp-post/</link>
				<pubDate>Fri, 05 Jul 2013 07:13:14 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi everyone, </p>
<p>I would like to use the <code>bp_has_profile()</code> loop to run through the profile fields of authors on my WordPress single.php page. </p>
<p>I know it goes something like: <code>&lt;?php if ( bp_has_profile( &#039;user_id=10&#039; ) ) : ?&gt; .....</code></p>
<p>But my issues is finding the right code to dynamically generate the user ID of the current WP post. I&#8217;ve tried using <code>&lt;&hellip;</code><span class="activity-read-more" id="activity-read-more-210590"><a href="http://buddypress.org/support/topic/populating-bp-profile-loop-for-author-of-a-wp-post/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f8b02d611b4287f285f5a1ec8c9bb438</guid>
				<title>atburi replied to the topic [Resolved] BP1.8-beta1 &#038; WP3.6-beta4–Blank frontend when using BP default theme in the forum Installing BuddyPress</title>
				<link>http://buddypress.org/support/topic/bp-1-8-beta1-wp-3-6-beta4-blank-frontend-when-using-bp-default-theme/#post-167516</link>
				<pubDate>Wed, 03 Jul 2013 23:06:38 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi 4ella, </p>
<p>With my issue, I was getting the white screens on the backend. I forget how I fixed it, but it turned out to be a problem with my plugins/theme files and not with the latest versions of WP or BP. I would disable all your plugins one by one and see if that helps. If you are running a development version of your site offline, trying&hellip;<span class="activity-read-more" id="activity-read-more-210498"><a href="http://buddypress.org/support/topic/bp-1-8-beta1-wp-3-6-beta4-blank-frontend-when-using-bp-default-theme/#post-167516" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>