<?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 | celsosoares | Activity</title>
	<link>https://buddypress.org/members/celsosoares/activity/</link>
	<atom:link href="https://buddypress.org/members/celsosoares/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for celsosoares.</description>
	<lastBuildDate>Sun, 12 Apr 2026 01:31:27 +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">4b9246f587d7aff64567b5c88a4a4b63</guid>
				<title>celsosoares posted on the forum topic Order/sort activity by &#034;most favorites&#034; in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/ordersort-activity-by-most-favorites/#post-96685</link>
				<pubDate>Fri, 22 Apr 2011 16:46:45 +0000</pubDate>

									<content:encoded><![CDATA[<p>Thanks <a href="http://buddypress.org/community/members/imjscn/" rel="nofollow ugc">@imjscn</a> , but I get the same result using the Like plugin. It uses the same table so the only value I changed was the meta_value, to &#8220;liked_count&#8221;. I get ALL the activity items returned, ordered chronologically, like before. Anyone out there want to give it a shot and post the code here? Or write [&#8230;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">38f4fae0e23449ea302155c5bcaa129d</guid>
				<title>celsosoares posted on the forum topic Order/sort activity by &#034;most favorites&#034; in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/ordersort-activity-by-most-favorites/#post-96454</link>
				<pubDate>Tue, 19 Apr 2011 13:56:32 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/r-a-y/" rel="nofollow ugc">@r-a-y</a> , <a href="http://buddypress.org/community/members/Dankicity/" rel="nofollow ugc">@Dankicity</a> thank you for your replies. Yeah I can&#8217;t get this to work either. Following r-a-y&#8217;s steps all I get returned is ALL of the activity items, sorted chronologically. That&#8217;s likely because my code sucks though 🙂 If anyone gets this to work, it would be awesome! It&#8217;s the only thing left to sort out [&#8230;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ece53b2ffc18c75ac81a6009d6a535e1</guid>
				<title>celsosoares posted on the forum topic Order/sort activity by &#034;most favorites&#034; in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/ordersort-activity-by-most-favorites/#post-95256</link>
				<pubDate>Tue, 05 Apr 2011 16:50:16 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/r-a-y/" rel="nofollow ugc"></a><a href="http://buddypress.org/community/members/r-a-y/" rel="nofollow ugc">@r-a-y</a> thanks for your reply! I don&#8217;t know a lot of php so please bear with me. This is what I did, based on what you suggested: <code>get_results(&quot;SELECT activity_id FROM $wpdb-&gt;wp_bp_activity_meta WHERE meta_value = &#039;favorite_count&#039; ORDER BY meta_value&quot;); foreach ($favorite_id as $favorite_id) { echo $favorite_id-&gt;activity_id; } ?&gt;</code> etc.. Nothing gets&hellip;<span class="activity-read-more" id="activity-read-more-146776"><a href="http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/ordersort-activity-by-most-favorites/#post-95256" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">1f28b85a46c83ec4830ab2221114d1dc</guid>
				<title>celsosoares posted on the forum topic Order/sort activity by &#034;most favorites&#034; in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/ordersort-activity-by-most-favorites/#post-95129</link>
				<pubDate>Mon, 04 Apr 2011 14:02:06 +0000</pubDate>

									<content:encoded><![CDATA[<p>Anyone?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ff4c6609db55731903e3da1cd0ac7239</guid>
				<title>celsosoares started the forum topic Order/sort activity by &#034;most favorites&#034; in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/ordersort-activity-by-most-favorites/</link>
				<pubDate>Sat, 02 Apr 2011 21:03:06 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi, I would like to create a button on the activity stream page that once clicked sorts the activities by the number of favorites each of them have. In other words, the point is to show the &#8220;most popular&#8221; activity items, based on how much each was &#8220;favorited&#8221;. Note: The sorting is for favorites by <strong>everyone</strong>, [&#8230;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">069df0d5bd7370e3432880fcbde21f82</guid>
				<title>celsosoares joined the group How-To and Troubleshooting</title>
				<link>https://buddypress.org/updates/p/146334/</link>
				<pubDate>Sat, 02 Apr 2011 21:03:01 +0000</pubDate>

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