<?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 | maikunari | Activity</title>
	<link>https://buddypress.org/members/maikunari/activity/</link>
	<atom:link href="https://buddypress.org/members/maikunari/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for maikunari.</description>
	<lastBuildDate>Sun, 26 Apr 2026 04:20:20 +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">dcfaa431cc07db1c31286da1d059c25e</guid>
				<title>maikunari replied to the topic [Resolved] Add profile fields to Group Members loop in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/add-profile-fields-to-group-members-loop/#post-167910</link>
				<pubDate>Wed, 10 Jul 2013 23:40:34 +0000</pubDate>

									<content:encoded><![CDATA[<p>Just posting back with the solution in case it helps anyone else.  This function will do it:<br />
<code>xprofile_get_field_data(&#039;Profile&#039;,$u_id);</code></p>
<p>In my case it&#8217;ll be:<code>&lt;?php if ( xprofile_get_field_data( &#039;Profile&#039;, $user_ID ) ) : ?&gt;<br />
     &lt;?php echo xprofile_get_field_data( &#039;Profile&#039;, $user_ID ); ?&gt;<br />
&lt;?php endif; ?&gt;</code></p>
<p>Thanks to <a href="http://wordpress.stackexchange.com/questions/106040/buddypress-adding-profile-fields-to-group-members-directory" rel="nofollow ugc">chifliiiii on WordPress Answers</a>&hellip;<span class="activity-read-more" id="activity-read-more-210888"><a href="http://buddypress.org/support/topic/add-profile-fields-to-group-members-loop/#post-167910" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">207e52574814825d81c6180087bfa718</guid>
				<title>maikunari replied to the topic [Resolved] Add profile fields to Group Members loop in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/add-profile-fields-to-group-members-loop/#post-167906</link>
				<pubDate>Wed, 10 Jul 2013 21:31:43 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/shanebp/" rel="nofollow ugc">@shanebp</a> Thanks for the tip, that may be just what I need!</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e651bd93f4ba2ee1f6ef39fe9db3d4af</guid>
				<title>maikunari replied to the topic [Resolved] Add profile fields to Group Members loop in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/add-profile-fields-to-group-members-loop/#post-167905</link>
				<pubDate>Wed, 10 Jul 2013 21:29:36 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/bphelp/" rel="nofollow ugc">@bphelp</a> Thanks for the answer, but that doesn&#8217;t seem to be it 🙁</p>
<p>I tried <code>&lt;?php echo bp_member_profile_data( &#039;field=Profile:&#039; ); ?&gt;</code> but no dice.<br />
Also it seems to work fine without echoing it on members/members-loop.php.</p>
<p>It may be that the function only works inside the members loop, but I&#8217;m not sure?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">08ca1077953f876cbce8bb3b0b0bbc9f</guid>
				<title>maikunari started the topic [Resolved] Add profile fields to Group Members loop in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/add-profile-fields-to-group-members-loop/</link>
				<pubDate>Wed, 10 Jul 2013 21:13:32 +0000</pubDate>

									<content:encoded><![CDATA[<p>Is there any way to get profile fields to work on the groups/single/members.php template?</p>
<p>I have a custom profile field named &#8220;profile&#8221;.</p>
<p>I&#8217;ve tried adding:`&lt;?php if ( bp_get_member_profile_data( &#8216;field=Profile&#8217; ) ) : ?&gt;<br />
     &lt;?php bp_member_profile_data( &#8216;field=Profile&#8217; ); ?&gt;<br />
 &lt;?php endif; ?&gt;`</p>
<p>This works in members/members-loop.php but doesn&#8217;t&hellip;<span class="activity-read-more" id="activity-read-more-210880"><a href="http://buddypress.org/support/topic/add-profile-fields-to-group-members-loop/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>