<?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 | Justin | Activity</title>
	<link>https://buddypress.org/members/justineterniawebcom/activity/</link>
	<atom:link href="https://buddypress.org/members/justineterniawebcom/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Justin.</description>
	<lastBuildDate>Sun, 05 Apr 2026 04:33:57 +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">c9d129b3029a2f24de1be93ceed58397</guid>
				<title>Justin replied to the topic Help me fix a function that adds blog comments to activity in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/help-me-fix-a-function-that-adds-blog-comments-to-activity/#post-177668</link>
				<pubDate>Tue, 28 Jan 2014 23:23:07 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/andrewgtibbetts/" rel="nofollow ugc">@andrewgtibbetts</a> where di you end up with this? Would love blog comments to show up as notifications.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">4f10f83c61ede7536d2f39990451714f</guid>
				<title>Justin replied to the topic [Resolved] Show posts written by user on profile in the forum Creating &#038; Extending</title>
				<link>https://buddypress.org/support/topic/resolved-show-posts-written-by-user-on-profile/page/2/#post-177486</link>
				<pubDate>Fri, 24 Jan 2014 23:27:36 +0000</pubDate>

									<content:encoded><![CDATA[<p>Actually solved it by limiting the post count in the loop and then adding this link to the archive of author posts wordpress already innately displays:</p>
<p>This is the href: href=&#8221;&lt;?php echo get_site_url(); ?&gt;/author/&lt;?php echo the_author_meta( &#8216;user_login&#8217; ); ?&gt;</p>
<p>In case anybody else needs to reference this post like I did.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">bef2574a56d73eff82676155589ec0b2</guid>
				<title>Justin replied to the topic Backend notification when user profile complete in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/backend-notification-when-user-profile-complete/#post-177482</link>
				<pubDate>Fri, 24 Jan 2014 22:14:59 +0000</pubDate>

									<content:encoded><![CDATA[<p>I couldn&#8217;t get any of those hooks to work. I ended up editing the members.php file in the profile progression plugin and that worked. Obviously not ideal for updating plugins but it&#8217;s working!</p>
<p>I also was then able to hide the progression bar from users who didn&#8217;t own that profile and hide it altogether once it was complete. Those features weren&#8217;t&hellip;<span class="activity-read-more" id="activity-read-more-214674"><a href="http://buddypress.org/support/topic/backend-notification-when-user-profile-complete/#post-177482" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">584e0f8361d38e15f6d93aceccb19a59</guid>
				<title>Justin replied to the topic [Resolved] Show posts written by user on profile in the forum Creating &#038; Extending</title>
				<link>https://buddypress.org/support/topic/resolved-show-posts-written-by-user-on-profile/page/2/#post-177376</link>
				<pubDate>Wed, 22 Jan 2014 16:01:21 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="https://buddypress.org/community/members/henry/" rel="nofollow ugc">@Henry</a>, your code above was helpful. Couldn&#8217;t figure out how to loop user-specific posts on profiles. It&#8217;s all done now except, do you have any ideas on making pagination work? Googling around query_post() apparently has issues with navigation but usually the issue is displaying the same content on every page. </p>
<p>In my case it just redirects to a&hellip;<span class="activity-read-more" id="activity-read-more-214638"><a href="https://buddypress.org/support/topic/resolved-show-posts-written-by-user-on-profile/page/2/#post-177376" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">263ec15358c4f490d37ef4094213a40b</guid>
				<title>Justin replied to the topic Backend notification when user profile complete in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/backend-notification-when-user-profile-complete/#post-177161</link>
				<pubDate>Sat, 18 Jan 2014 22:03:52 +0000</pubDate>

									<content:encoded><![CDATA[<p>It&#8217;s not working 🙁 I even tested it as simple as possible. (The original first snippet above with no conditionals but with &#8216;add_action( ‘xprofile_profile_field_data_updated’, ‘my_update_profile_mark’ );&#8217; instead. It seems like ‘xprofile_profile_field_data_updated’ isn&#8217;t firing. Any way ideas what I&#8217;m doing wrong?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">464488273068e843a3447adbbe8f3a69</guid>
				<title>Justin replied to the topic Backend notification when user profile complete in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/backend-notification-when-user-profile-complete/#post-177092</link>
				<pubDate>Fri, 17 Jan 2014 18:02:27 +0000</pubDate>

									<content:encoded><![CDATA[<p>That&#8217;s great <a href="http://buddypress.org/community/members/henrywright/" rel="nofollow ugc">@henrywright</a>! Thank you! I will try it out. It seems like if this works, then my first snippet in the original post should&#8217;ve at least updated the meta when I was testing it. But hopefully this will be different!</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">33cc044c88cde9e9dc57c06dcc3c1d14</guid>
				<title>Justin replied to the topic Backend notification when user profile complete in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/backend-notification-when-user-profile-complete/#post-177077</link>
				<pubDate>Fri, 17 Jan 2014 09:13:41 +0000</pubDate>

									<content:encoded><![CDATA[<p>That&#8217;s a great idea <a href="http://buddypress.org/community/members/shanebp/" rel="nofollow ugc">@shanebp</a>! I looked at that plugin before but didn&#8217;t dive into the code much. </p>
<p>It looks like there&#8217;s a function <code>bppp_get_user_progression_percent()</code> that can be used.</p>
<p>Should this work?</p>
<p><code>function my_update_profile_mark() {<br />
$percentage = echo bppp_get_user_progression_percent();</p>
<p>if ($percentage == 100 &amp;&amp;&hellip;</code><span class="activity-read-more" id="activity-read-more-214509"><a href="http://buddypress.org/support/topic/backend-notification-when-user-profile-complete/#post-177077" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c99ea44abd787cefd668c21ef6f99691</guid>
				<title>Justin replied to the topic Backend notification when user profile complete in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/backend-notification-when-user-profile-complete/#post-177043</link>
				<pubDate>Thu, 16 Jan 2014 19:32:36 +0000</pubDate>

									<content:encoded><![CDATA[<p>So to summarize, we need:</p>
<p>	To hook into xprofile_profile_field_data_updated<br />
	We need the hooked function to check for empty profile fields in the main tab<br />
	If there are no empty fields, it needs to notify the admin &#8211; via updating a custom meta key and sending the admin an email, preferably. But we can settle for just the meta key updated.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">1d5474090c962358f2a5440f37c87211</guid>
				<title>Justin replied to the topic Backend notification when user profile complete in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/backend-notification-when-user-profile-complete/#post-177042</link>
				<pubDate>Thu, 16 Jan 2014 19:26:25 +0000</pubDate>

									<content:encoded><![CDATA[<p>Ya all the fields in the main tab (or at least all the required fields).</p>
<p>For some reason wp_mail is having conflicts with our site so we may need to just update a custom user meta field instead. That&#8217;s what the code above is attempting to do, but it doesn&#8217;t seem to add the meta key. If that can work, we can keep track of who is updated by who has&hellip;<span class="activity-read-more" id="activity-read-more-214491"><a href="http://buddypress.org/support/topic/backend-notification-when-user-profile-complete/#post-177042" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">26eb226e75bbdabb7cc621af1cebfe43</guid>
				<title>Justin replied to the topic Backend notification when user profile complete in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/backend-notification-when-user-profile-complete/#post-176992</link>
				<pubDate>Thu, 16 Jan 2014 07:12:40 +0000</pubDate>

									<content:encoded><![CDATA[<p>Anyone have any ideas?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">7a8f7262d9acb5efd6ed2ca7cb1e52b0</guid>
				<title>Justin started the topic Backend notification when user profile complete in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/backend-notification-when-user-profile-complete/</link>
				<pubDate>Fri, 10 Jan 2014 06:37:11 +0000</pubDate>

									<content:encoded><![CDATA[<p>I am helping a nonprofit I support by building a site totally built on Buddypress: <a href="http://parishcollective.org/beta" rel="nofollow ugc">http://parishcollective.org/beta</a></p>
<p>We are allowing users to create a profile with minimal information (via Social Login) but we want to keep the user role at &#8216;subscriber&#8217; until they fill out the required profile fields. At that point, we need to be notified that they&hellip;<span class="activity-read-more" id="activity-read-more-214372"><a href="http://buddypress.org/support/topic/backend-notification-when-user-profile-complete/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b63c182ea12c3171793f87dbdd6d20fa</guid>
				<title>Justin replied to the topic Moderate Everything in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/moderate-everything/#post-152946</link>
				<pubDate>Wed, 13 Feb 2013 05:07:20 +0000</pubDate>

									<content:encoded><![CDATA[<p>Would there be a way to make all activity spam by default? Would that have repercussions with akismet and blacklisting &#8211; if it could even be done simply enough? The ideal would be to send all activity to [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>