<?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 | mykrabuilding | Mentions</title>
	<link>https://buddypress.org/members/mykrabuilding/activity/mentions/</link>
	<atom:link href="https://buddypress.org/members/mykrabuilding/activity/mentions/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed mentioning mykrabuilding.</description>
	<lastBuildDate>Thu, 09 Apr 2026 07:48:30 +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">6ced0a88bbb56adb0d005d7de1bebc88</guid>
				<title>Henry Wright replied to the topic custom members loop in the forum Creating &#038; Extending</title>
				<link>http://buddypress.org/support/topic/custom-members-loop-2/#post-178282</link>
				<pubDate>Tue, 11 Feb 2014 23:55:44 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/mykrabuilding/" rel="nofollow ugc">@mykrabuilding</a> could it be that the two members you&#8217;re displaying haven&#8217;t made an activity update yet? Just a thought! If that is the case then it&#8217;ll just need a simple check introduced to see if the member has made an activity update &#8211; if they haven&#8217;t then display nothing, if they have then display the date. </p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b04d7ad30d9c6d74fbfafdc394db0ac5</guid>
				<title>Henry Wright replied to the topic custom members loop in the forum Creating &#038; Extending</title>
				<link>http://buddypress.org/support/topic/custom-members-loop-2/#post-178226</link>
				<pubDate>Mon, 10 Feb 2014 23:07:37 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi <a href="http://buddypress.org/community/members/mykrabuilding/" rel="nofollow ugc">@mykrabuilding</a></p>
<p>I&#8217;ve now had a chance to do this at my PC. Just tested this so it should work:</p>
<p><code>$update = get_usermeta( bp_get_member_user_id(), &#039;bp_latest_update&#039; );<br />
$activity = bp_activity_get_specific( array( &#039;activity_ids&#039; =&gt; $update[&#039;id&#039;] ) );<br />
$activity = $activity[&#039;activities&#039;][0];<br />
echo&hellip;</code><span class="activity-read-more" id="activity-read-more-214936"><a href="http://buddypress.org/support/topic/custom-members-loop-2/#post-178226" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2a89bac90bbf62e16ca05f3954ccdbb8</guid>
				<title>Henry Wright replied to the topic custom members loop in the forum Creating &#038; Extending</title>
				<link>http://buddypress.org/support/topic/custom-members-loop-2/#post-178192</link>
				<pubDate>Mon, 10 Feb 2014 03:03:50 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi <a href="http://buddypress.org/community/members/mykrabuilding/" rel="nofollow ugc">@mykrabuilding</a></p>
<p>To my knowledge, the time of the latest update isn&#8217;t recorded. The latest update info is stored in user meta. To get it you&#8217;d do something like:</p>
<p><code>$update = get_usermeta( $user_id, &#039;bp_latest_update&#039; );</code></p>
<p>You then have the option to get either the activity ID or the content (no timestamp I&#8217;m afraid).</p>
<p><code>echo $update[&#039;id&#039;];</code><br />
<code>echo&hellip;</code><span class="activity-read-more" id="activity-read-more-214926"><a href="http://buddypress.org/support/topic/custom-members-loop-2/#post-178192" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>