<?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 | George Notaras | Activity</title>
	<link>https://buddypress.org/members/gnotaras/activity/</link>
	<atom:link href="https://buddypress.org/members/gnotaras/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for George Notaras.</description>
	<lastBuildDate>Tue, 07 Apr 2026 05:14:29 +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">f0a346780ea59db663472da530e45085</guid>
				<title>George Notaras replied to the topic How to get the value of a profile field of specific profile field group? in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/how-to-get-the-value-of-a-profile-field-of-specific-profile-field-group/#post-247259</link>
				<pubDate>Sun, 29 Nov 2015 13:29:57 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="https://buddypress.org/members/sbrajesh/" rel="nofollow ugc">@sbrajesh</a></p>
<p>Hi Brajesh,</p>
<p>Thank you very much for the insight. Your reply clarifies a lot of things for me. Really enlightening.</p>
<p>I was planning to make my plugin able to understand the following field notation:</p>
<p><code><br />
some field name @ some field group<br />
</code></p>
<p>for easier/friendlier association of xprofile fields to profile properties, for which the plugin&hellip;<span class="activity-read-more" id="activity-read-more-489220"><a href="https://buddypress.org/support/topic/how-to-get-the-value-of-a-profile-field-of-specific-profile-field-group/#post-247259" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">29b87cbfe0688ffdb7476df89b8195f0</guid>
				<title>George Notaras started the topic How to get the value of a profile field of specific profile field group? in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/how-to-get-the-value-of-a-profile-field-of-specific-profile-field-group/</link>
				<pubDate>Sun, 29 Nov 2015 07:52:49 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;m trying to figure out what is the most efficient way to get the value of a &#8216;profile field&#8217; that belongs to a specific &#8216;profile field group&#8217;.</p>
<p>Knowing the &#8216;field name&#8217; and the &#8216;profile group name&#8217; I&#8217;m thinking of the following:</p>
<p><code><br />
$field_value = bp_get_profile_field_data( array(<br />
  &#039;field&#039; =&gt; $field_name,<br />
  &#039;user_id&#039; =&gt; $user_id,&hellip;</code><span class="activity-read-more" id="activity-read-more-489143"><a href="https://buddypress.org/support/topic/how-to-get-the-value-of-a-profile-field-of-specific-profile-field-group/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">40563f7c61af7e357fc1c850dfc22466</guid>
				<title>George Notaras replied to the topic Questions about the concept of user profiles in the forum Miscellaneous</title>
				<link>https://buddypress.org/support/topic/questions-about-the-concept-of-user-profiles/#post-247090</link>
				<pubDate>Sun, 22 Nov 2015 17:08:34 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="https://buddypress.org/members/shanebp/" rel="nofollow ugc">@shanebp</a>: Great! Thanks!</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">7f03c3e389dc20810126cf7cff3d3caf</guid>
				<title>George Notaras replied to the topic Questions about the concept of user profiles in the forum Miscellaneous</title>
				<link>https://buddypress.org/support/topic/questions-about-the-concept-of-user-profiles/#post-247088</link>
				<pubDate>Sun, 22 Nov 2015 16:52:47 +0000</pubDate>

									<content:encoded><![CDATA[<p>Is it safe to assume that the ID of a WP user (post author) is always the same as the BP user ID?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">7d06036aa8f7ce7795160c894d07f7f3</guid>
				<title>George Notaras replied to the topic Questions about the concept of user profiles in the forum Miscellaneous</title>
				<link>https://buddypress.org/support/topic/questions-about-the-concept-of-user-profiles/#post-247004</link>
				<pubDate>Fri, 20 Nov 2015 13:29:30 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi, thank you for this information. It has been helpful. My BP IQ is quite low at the moment but I&#8217;m working on it. 🙂</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d635c0f414cfc4276db1e7e16908828a</guid>
				<title>George Notaras started the topic Questions about the concept of user profiles in the forum Miscellaneous</title>
				<link>https://buddypress.org/support/topic/questions-about-the-concept-of-user-profiles/</link>
				<pubDate>Thu, 19 Nov 2015 16:37:55 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi all,</p>
<p>I develop a metadata plugin for WordPress and was thinking about adding support for BuddyPress profiles, which basically boils down to:</p>
<p>1. generating Profile metadata objects for the member pages and,<br />
2. use the member page URL as the post author&#8217;s URL in the metadata on WP blog posts.</p>
<p>However, I&#8217;m a little puzzled with some concepts&hellip;<span class="activity-read-more" id="activity-read-more-485609"><a href="https://buddypress.org/support/topic/questions-about-the-concept-of-user-profiles/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>