<?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 | zintax | Mentions</title>
	<link>https://buddypress.org/members/zintax/activity/mentions/</link>
	<atom:link href="https://buddypress.org/members/zintax/activity/mentions/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed mentioning zintax.</description>
	<lastBuildDate>Fri, 24 Apr 2026 03:45:22 +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">6f27d1e94ec6fb01c35040abaa538c02</guid>
				<title>shanebp replied to the topic [Resolved] Extend bp_members() - Custom Query in the forum Creating &#038; Extending</title>
				<link>http://buddypress.org/support/topic/extend-bp_members-custom-query/#post-172874</link>
				<pubDate>Tue, 15 Oct 2013 13:14:25 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/zintax/" rel="nofollow ugc">@zintax</a></p>
<p>Instead of writing new queries to manipulate data <em>after</em> the main user query has run, use this filter to make your adjustments <em>before</em> the main query:<br />
bp_pre_user_query_construct  in bp-core-classes.php</p>
<p>And run it via a conditional based on the page being viewed.<br />
Then your pagination data will be what you want.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">5b0e883f79fe01571ff602209aebf0a9</guid>
				<title>Henry replied to the topic [Resolved] Extend bp_members() - Custom Query in the forum Creating &#038; Extending</title>
				<link>http://buddypress.org/support/topic/extend-bp_members-custom-query/#post-172853</link>
				<pubDate>Tue, 15 Oct 2013 10:06:58 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hey <a href="http://buddypress.org/community/members/zintax/" rel="nofollow ugc">@zintax</a></p>
<p>Have you tried hooking to the <code>bp_ajax_querystring</code> filter? This is a good way of modifying both the loop and the pagination.</p>
<p>Hope this gives you a few ideas:</p>
<p><code><br />
function modify_loop_and_pag( $qs=false, $object=false ) {</p>
<p>    // comma sep list of users to exclude from loop and pagination<br />
    $users = &#039;1,2,3&#039;;</p>
<p>    if ( $object !=&hellip;</code><span class="activity-read-more" id="activity-read-more-212967"><a href="http://buddypress.org/support/topic/extend-bp_members-custom-query/#post-172853" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>