<?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 | Niels Pilon | Mentions</title>
	<link>https://buddypress.org/members/nielspilon/activity/mentions/</link>
	<atom:link href="https://buddypress.org/members/nielspilon/activity/mentions/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed mentioning Niels Pilon.</description>
	<lastBuildDate>Sat, 04 Apr 2026 01:40: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">f97254f3cc1b0f5206ec332d580ae145</guid>
				<title>Henry Wright replied to the topic Sorting by last name goes wrong when having multiple words as last name in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/sorting-by-last-name-goes-wrong-when-having-multiple-words-as-last-name/#post-229310</link>
				<pubDate>Fri, 21 Nov 2014 17:24:48 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="https://buddypress.org/members/nielspilon/" rel="nofollow ugc">@nielspilon</a> I really do think <code>substr( strstr( u.display_name, &#039; &#039; ), 1 )</code> is your answer. You say there&#8217;s definitely no members returned with that in place?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">88eb15ef55e01cddeaa896bc8ccef31d</guid>
				<title>Henry Wright replied to the topic Sorting by last name goes wrong when having multiple words as last name in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/sorting-by-last-name-goes-wrong-when-having-multiple-words-as-last-name/#post-229298</link>
				<pubDate>Fri, 21 Nov 2014 15:09:24 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="https://buddypress.org/members/shanebp/" rel="nofollow ugc">@shanebp</a> Maybe just remove the first word from the string? i.e.</p>
<p><code>strstr( &#039;Robin van Persie&#039;, &#039; &#039; )</code></p>
<p>which gives <code>&amp;nbsp;van Persie</code>. Then you just need remove the initial space:</p>
<p><code>substr( &#039; van Persie&#039;, 1 )</code></p>
<p><a href="https://buddypress.org/members/nielspilon/" rel="nofollow ugc">@nielspilon</a> if the sorting is fine (van, de etc) then that is down to luck 🙂</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">0fdb1e0c01326f24ddb8f2aaedc91e18</guid>
				<title>Henry Wright replied to the topic Sorting by last name goes wrong when having multiple words as last name in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/sorting-by-last-name-goes-wrong-when-having-multiple-words-as-last-name/#post-229298</link>
				<pubDate>Fri, 21 Nov 2014 15:09:24 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="https://buddypress.org/members/shanebp/" rel="nofollow ugc">@shanebp</a> Maybe just remove the first word from the string? i.e.</p>
<p><code>strstr( &#039;Robin van Persie&#039;, &#039; &#039; )</code></p>
<p>which gives <code>&amp;nbsp;van Persie</code>. Then you just need remove the initial space:</p>
<p><code>ltrim( &#039; van Persie&#039;, &#039; &#039;)</code></p>
<p><a href="https://buddypress.org/members/nielspilon/" rel="nofollow ugc">@nielspilon</a> if the sorting is fine (van, de etc) then that is down to luck 🙂</p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>