<?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 | tom durocher | Activity</title>
	<link>https://buddypress.org/members/tdurocher/activity/</link>
	<atom:link href="https://buddypress.org/members/tdurocher/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for tom durocher.</description>
	<lastBuildDate>Mon, 06 Apr 2026 15:38:42 +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">15c21a117a02d0e5372ff8aa474d14e1</guid>
				<title>tom durocher started the topic All Members count counts expired Memberpress members in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/all-members-count-counts-expired-memberpress-members/</link>
				<pubDate>Thu, 27 Jan 2022 15:15:47 +0000</pubDate>

									<content:encoded><![CDATA[<p>On my Buddypress Members page, there is an All Members count, a search box, a dropdown filter, and a list of members. </p>
<p>The first problem is that the All Members count was is way higher than my current active Memberpress members. It appears to be virtually all MP members who ever signed up, active or otherwise. </p>
<p>The second problem is that the&hellip;<span class="activity-read-more" id="activity-read-more-2959320"><a href="https://buddypress.org/support/topic/all-members-count-counts-expired-memberpress-members/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d5a147eea6043d7c5711e892f62b11b9</guid>
				<title>tom durocher replied to the topic Losing first and last name fields in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/losing-first-and-last-name-fields/#post-308601</link>
				<pubDate>Tue, 22 Oct 2019 17:16:25 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="https://buddypress.org/members/dcavins/" rel="nofollow ugc">@dcavins</a> and others. The code you suggested was incorrect. Here is the correct code to fix the problem:<br />
<code>function my_xprofile_sync_wp_profile( $user_id = 0 ) {<br />
    // Bail if profile syncing is disabled.<br />
    if ( bp_disable_profile_sync() ) {<br />
        return true;<br />
    }<br />
    if ( empty( $user_id ) ) {<br />
        $user_id = bp_loggedin_user_id();<br />
    }&hellip;</code><span class="activity-read-more" id="activity-read-more-1987753"><a href="https://buddypress.org/support/topic/losing-first-and-last-name-fields/#post-308601" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">63230eccea92316307af892d1e4d08fb</guid>
				<title>tom durocher replied to the topic Losing first and last name fields in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/losing-first-and-last-name-fields/#post-308399</link>
				<pubDate>Wed, 09 Oct 2019 19:20:37 +0000</pubDate>

									<content:encoded><![CDATA[<p>Yeah. To make in even more confusing WP offers the ability to set the display_name to any of the other names (nickname, first name last name, username, and more) &#8211; I think it is username by default. Well I&#8217;ve learned something about WP&#8217;s and BP&#8217;s use of names, so maybe that will help me figure out what is going wrong with the xprofile function you&hellip;<span class="activity-read-more" id="activity-read-more-1969807"><a href="https://buddypress.org/support/topic/losing-first-and-last-name-fields/#post-308399" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">5f722ffa72699de4da53c84edbfd512b</guid>
				<title>tom durocher replied to the topic Losing first and last name fields in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/losing-first-and-last-name-fields/#post-308397</link>
				<pubDate>Wed, 09 Oct 2019 17:35:39 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="https://buddypress.org/members/dcavins/" rel="nofollow ugc">@dcavins</a>, when I say I removed the xprofile_sync function, that was part of your suggested code. More precisely, I removed the function from the action and then added your revised function. I guess that should not prevent the forum name from being set and yet it apparently does. Well, your bullet items are good info, especially that first one. I&hellip;<span class="activity-read-more" id="activity-read-more-1969687"><a href="https://buddypress.org/support/topic/losing-first-and-last-name-fields/#post-308397" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">62eda80b65d913459097e9e97022c925</guid>
				<title>tom durocher replied to the topic Losing first and last name fields in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/losing-first-and-last-name-fields/#post-308395</link>
				<pubDate>Wed, 09 Oct 2019 17:03:29 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi <a href="https://buddypress.org/members/dcavins/" rel="nofollow ugc">@dcavins</a>. Just @mentioning you in case you&#8217;re not subscribed. I think you code can work for me if we can just get the Forum name back to being savable.</p>
<p>After looking at the original function in the link you posted, I&#8217;m guessing that updating the nickname with $fullname is not wrong, but it doesn&#8217;t seem to be working. I notice that this&hellip;<span class="activity-read-more" id="activity-read-more-1969630"><a href="https://buddypress.org/support/topic/losing-first-and-last-name-fields/#post-308395" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c94be75352718229c4b6c9eb0112bdea</guid>
				<title>tom durocher replied to the topic Losing first and last name fields in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/losing-first-and-last-name-fields/#post-308368</link>
				<pubDate>Mon, 07 Oct 2019 19:23:33 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi David,</p>
<p>I have tried out your code and there&#8217;s a problem. But first, to address your question about the &#8220;name&#8221; field, when I&#8217;m talking about Forum Name I am talking about the Group (which had been called Base Profile). That is what I changed to Name, for UX reasons. However, I see that the field I&#8217;m calling &#8220;Name&#8221; <em>is</em> field_1 so probably I did&hellip;<span class="activity-read-more" id="activity-read-more-1966905"><a href="https://buddypress.org/support/topic/losing-first-and-last-name-fields/#post-308368" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8d3cdf8f726bf530184d76e5889f31b1</guid>
				<title>tom durocher replied to the topic Losing first and last name fields in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/losing-first-and-last-name-fields/#post-308183</link>
				<pubDate>Thu, 03 Oct 2019 19:03:52 +0000</pubDate>

									<content:encoded><![CDATA[<p>Thanks for your answer. I believe it will work for me but it may take me a day or two to check it all out.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ba74107bb0c95c8e51e9350b0e82aecf</guid>
				<title>tom durocher replied to the topic Losing first and last name fields in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/losing-first-and-last-name-fields/#post-308150</link>
				<pubDate>Wed, 02 Oct 2019 16:00:18 +0000</pubDate>

									<content:encoded><![CDATA[<p>David (<a href="https://buddypress.org/members/dcavins/" rel="nofollow ugc">@dcavins</a>), do you have any ideas why I wouldn&#8217;t be seeing the Display Name under Edit Profile, as you said it should? Or why Buddypress overrides important BBpress fields for editing the forum profile? I think there must be a way around this. I do not see that Memberpress is involved in this profile page at all (no apparent mepr classes or&hellip;<span class="activity-read-more" id="activity-read-more-1960107"><a href="https://buddypress.org/support/topic/losing-first-and-last-name-fields/#post-308150" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d80f22cb0750217ac7de0cb673bd83ca</guid>
				<title>tom durocher replied to the topic Losing first and last name fields in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/losing-first-and-last-name-fields/#post-308012</link>
				<pubDate>Wed, 25 Sep 2019 18:03:38 +0000</pubDate>

									<content:encoded><![CDATA[<p>Ah, thanks for the response. The url I&#8217;m using is, for example, <a href="https://masteringid.com/members/testmember/profile/edit/group/1/" rel="nofollow ugc">https://masteringid.com/members/testmember/profile/edit/group/1/</a>, which produces the following form:<br />
Edit Profile<br />
Editing &#8220;Forum username&#8221; Profile Group<br />
Name (required)	</p>
<p>This field may be seen by: Everyone<br />
Forum Signature</p>
<p>Note that I have changed &#8220;base profile&#8221; to &#8220;forum username&#8221;&hellip;<span class="activity-read-more" id="activity-read-more-1950350"><a href="https://buddypress.org/support/topic/losing-first-and-last-name-fields/#post-308012" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8565a1f444784e2b13d10a30c88868b4</guid>
				<title>tom durocher replied to the topic Losing first and last name fields in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/losing-first-and-last-name-fields/#post-307892</link>
				<pubDate>Mon, 23 Sep 2019 20:03:50 +0000</pubDate>

									<content:encoded><![CDATA[<p>Doesn&#8217;t look like anybody&#8217;s going to help us here, Marcus. If I find the answer, other than getting rid of Buddypress, I&#8217;ll let you know. Please do the same for me if you find an answer. So far I have come up empty.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">634c660a54f1d18c9a033c25bfe5cbf3</guid>
				<title>tom durocher replied to the topic Losing first and last name fields in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/losing-first-and-last-name-fields/#post-307823</link>
				<pubDate>Wed, 18 Sep 2019 17:51:50 +0000</pubDate>

									<content:encoded><![CDATA[<p>Wow, I&#8217;ve just discovered that if I deactivate Buddypress, I can change all the account fields: first name, last name, nickname AND display name. This is what I want with Buddypress enabled and I see that it works this way on this forum here, but I can&#8217;t see what I have done in Buddypress to break this.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">228eaa48c4ce79170d579d511d9a24c7</guid>
				<title>tom durocher&#039;s profile was updated</title>
				<link>https://buddypress.org/updates/p/1937476/</link>
				<pubDate>Wed, 18 Sep 2019 16:22:49 +0000</pubDate>

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