<?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 | ARCangelGIRL | Mentions</title>
	<link>https://buddypress.org/members/arcangelgirl/activity/mentions/</link>
	<atom:link href="https://buddypress.org/members/arcangelgirl/activity/mentions/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed mentioning ARCangelGIRL.</description>
	<lastBuildDate>Tue, 14 Apr 2026 15:48:14 +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">213e047a637333273032ffec5beb103d</guid>
				<title>Bharat replied to the topic Problem when i upload avatar in registration page. in the forum Third Party Plugins</title>
				<link>https://buddypress.org/support/topic/problem-when-i-upload-avatar-in-registration-page/#post-310001</link>
				<pubDate>Sat, 01 Feb 2020 17:07:36 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="https://buddypress.org/members/arcangelgirl/" rel="nofollow ugc">@arcangelgirl</a><br />
You can add this code in functions.php file or bp-custom.php<br />
add_filter( &#8216;bp_attachments_current_user_can&#8217;, function( $can, $capability ) {<br />
    if ( &#8216;edit_avatar&#8217; !== $capability ) {<br />
        return $can;<br />
    }<br />
    // This will let all users upload an avatar (not just logged in members).<br />
    $can = true;<br />
    return $can;<br />
}, 10, 2 );</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">84ad807bcf12cc8c276bcf5313ba56d3</guid>
				<title>rosyteddy replied to the topic Send reminder about not answered message in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/send-reminder-about-not-answered-message/#post-235350</link>
				<pubDate>Mon, 02 Mar 2015 14:26:50 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="https://buddypress.org/members/arcangelgirl/" rel="nofollow ugc">@arcangelgirl</a> You may or may not take this as a starting point :<br />
<a href="https://github.com/imath/bp-wake-up-sleepers" rel="nofollow ugc">https://github.com/imath/bp-wake-up-sleepers</a></p>
<p>You may even politely submit a FR or Feature Request there to include<br />
Users that has never answered to messages.</p>
<p>However, one more thing is not clear to me &#8211; you have said<br />
&#8220;Is it possible to send a reminder to email to user which did not&hellip;<span class="activity-read-more" id="activity-read-more-381316"><a href="https://buddypress.org/support/topic/send-reminder-about-not-answered-message/#post-235350" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">7d55450e499f5f5822a391311f2112dc</guid>
				<title>Henry Wright replied to the topic How to get user id of activity in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/how-to-get-user-id-of-activity/#post-233552</link>
				<pubDate>Wed, 04 Feb 2015 12:51:20 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="https://buddypress.org/members/arcangelgirl/" rel="nofollow ugc">@arcangelgirl</a> great to hear you got it working! The same idea will apply to the activity stream. You&#8217;ll need to make sure you&#8217;re using <code>bp_get_activity_user_id()</code> in the right place.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">7b428975ae6172441d3a5b8d85b8b666</guid>
				<title>Henry Wright replied to the topic Send reminder about not answered message in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/send-reminder-about-not-answered-message/#post-233037</link>
				<pubDate>Tue, 27 Jan 2015 23:54:42 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi <a href="https://buddypress.org/members/arcangelgirl/" rel="nofollow ugc">@arcangelgirl</a></p>
<p>This will be possible with some custom code but is no trivial task and I doubt there&#8217;s anything currently available which will do this for you. Sorry if that&#8217;s not what you was hoping to hear 🙁</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">540f83a58f0815072b46aa702a3e2c19</guid>
				<title>Ricardo Gonçalves replied to the topic Buddypress activity filtering (search) in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/buddypress-activity-filtering-search/#post-230841</link>
				<pubDate>Sat, 20 Dec 2014 18:07:18 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="https://buddypress.org/members/arcangelgirl/" rel="nofollow ugc">@ARCangelGIRL</a> I think you could make the $type receive the category + subcategory as an unique action. I don&#8217;t know how you&#8217;re passing the category/subcategory trhough POST, but could try something like:</p>
<p><code>function ajax_update_activity_contents () {<br />
  $bpfb_code = $activity = &#039;&#039;;<br />
  $aid = 0;<br />
  $cat = $_POST[&#039;category&#039;];<br />
  $subcat =&hellip;</code><span class="activity-read-more" id="activity-read-more-347926"><a href="https://buddypress.org/support/topic/buddypress-activity-filtering-search/#post-230841" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">af97a5c2b6d50a83ed6a8bf2a10a2b65</guid>
				<title>Ricardo Gonçalves replied to the topic Buddypress activity filtering (search) in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/buddypress-activity-filtering-search/#post-230832</link>
				<pubDate>Sat, 20 Dec 2014 16:35:52 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hello <a href="https://buddypress.org/members/arcangelgirl/" rel="nofollow ugc">@ARCangelGIRL</a>, I&#8217;m facing the same situation and <a href="https://buddypress.org/members/shanebp/" rel="nofollow ugc">@shanebp</a> solution worked for displaying the action I wanted in the activity stream. But the Load More button is loading all the actions, not just the one I created. I tried to filter the bp ajax querystring in many different ways but it didn&#8217;t work. The last try was this&hellip;<span class="activity-read-more" id="activity-read-more-347901"><a href="https://buddypress.org/support/topic/buddypress-activity-filtering-search/#post-230832" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>