<?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 | Andrew | Activity</title>
	<link>https://buddypress.org/members/snd26/activity/</link>
	<atom:link href="https://buddypress.org/members/snd26/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Andrew.</description>
	<lastBuildDate>Thu, 09 Apr 2026 23:49: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">9e0ea8d6442f2513c0f8410b8ba1d0a1</guid>
				<title>Andrew started the topic Problem using an xProfile function in the forum Creating &#038; Extending</title>
				<link>https://buddypress.org/support/topic/xprofile-bug/</link>
				<pubDate>Wed, 01 Mar 2017 16:42:15 +0000</pubDate>

									<content:encoded><![CDATA[<p>I recently got an error on the latest update because of my function:</p>
<p><code>function mn_member_short_description() {<br />
	$args = array(<br />
		&#039;field&#039;   =&gt; &#039;Short Description&#039;, // Field name or ID.<br />
	);</p>
<p>	if ($short_description = xprofile_get_field_data($args, bp_get_member_user_id())) {<br />
		echo esc_html($short_description);<br />
	}<br />
}</code></p>
<p>I got a notice:<br />
<code>Notice:&hellip;</code><span class="activity-read-more" id="activity-read-more-735045"><a href="https://buddypress.org/support/topic/xprofile-bug/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ce1a24100f35a577c1abe574944256bd</guid>
				<title>Andrew started the topic new query arg in the forum Creating &#038; Extending</title>
				<link>https://buddypress.org/support/topic/new-query-arg/</link>
				<pubDate>Fri, 30 Dec 2016 23:09:17 +0000</pubDate>

									<content:encoded><![CDATA[<p>This code allows you to sort activity from most favorited activity to least favorited activity.</p>
<p><code>class BP_Loop_Filters {<br />
	// Constructor<br />
	public function __construct() {<br />
		$this-&gt;setup_filters();<br />
	}</p>
<p>	// Filters<br />
	private function setup_filters() {<br />
		add_filter( &#039;bp_activity_get_user_join_filter&#039;, array( $this, &#039;order_by_most_favorited&#039; ),     10,&hellip;</code><span class="activity-read-more" id="activity-read-more-676326"><a href="https://buddypress.org/support/topic/new-query-arg/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">7dadd6cf65572f22f9ef475f3350d34e</guid>
				<title>Andrew started the topic Notification avatars in the forum Creating &#038; Extending</title>
				<link>https://buddypress.org/support/topic/notification-avatars/</link>
				<pubDate>Fri, 24 Jun 2016 14:55:04 +0000</pubDate>

									<content:encoded><![CDATA[<p>I&#8217;ve been trying to work out how to get the user IDs for the notification items so I can display notification user avatars.</p>
<p>Is this the best way to do it, I&#8217;ve tested this with a few users and seems to work:</p>
<p><code>function test_notifications_avatar() {</p>
<p>	$bp      = buddypress();<br />
	$user_id =&hellip;</code><span class="activity-read-more" id="activity-read-more-577105"><a href="https://buddypress.org/support/topic/notification-avatars/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">47c170723da9a84491367fb735887f4a</guid>
				<title>Andrew&#039;s profile was updated</title>
				<link>https://buddypress.org/updates/p/577104/</link>
				<pubDate>Fri, 24 Jun 2016 14:53:25 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
		
	</channel>
</rss>