<?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 | Angelo Rocha | Activity</title>
	<link>https://buddypress.org/members/angelorocha/activity/</link>
	<atom:link href="https://buddypress.org/members/angelorocha/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Angelo Rocha.</description>
	<lastBuildDate>Thu, 23 Apr 2026 21:42:18 +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">ed024552360bcfbc01d116c6dd536545</guid>
				<title>Angelo Rocha replied to the topic Search Members in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/search-members-2/#post-251947</link>
				<pubDate>Wed, 30 Mar 2016 22:36:58 +0000</pubDate>

									<content:encoded><![CDATA[<p>Good, i&#8217;m changing the names of the plugins.<br />
The question is about BuddyPress.<br />
Sorry again.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">9cbd618088e60c00dd502da092abcdc4</guid>
				<title>Angelo Rocha replied to the topic Insert Notification in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/insert-notification/#post-251946</link>
				<pubDate>Wed, 30 Mar 2016 22:34:42 +0000</pubDate>

									<content:encoded><![CDATA[<p>Sorry! Is buddyPress.<br />
Thanks, your reply help me.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a1b26c860732f8e5df31c372a10e342a</guid>
				<title>Angelo Rocha started the topic Insert Notification in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/insert-notification/</link>
				<pubDate>Wed, 30 Mar 2016 22:26:51 +0000</pubDate>

									<content:encoded><![CDATA[<p>Is possible insert a notification to specific user using php?<br />
Eg.:<br />
bbpress_insert_notification($user_id, $content_notification);</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">0741f0346f5e6e6c7c8a507dc9d82291</guid>
				<title>Angelo Rocha started the topic Search Members in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/search-members-2/</link>
				<pubDate>Wed, 30 Mar 2016 22:23:03 +0000</pubDate>

									<content:encoded><![CDATA[<p>How to search members by bbpress custom fields using WP_User_Query? </p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">3cbcdb9147dd536050fbad673c9d8110</guid>
				<title>Angelo Rocha replied to the topic filter activity loop in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/doubt-about-activity/#post-244036</link>
				<pubDate>Fri, 04 Sep 2015 00:57:17 +0000</pubDate>

									<content:encoded><![CDATA[<p>Works fine with a little change:</p>
<p><code>function omni_filter_activity( $retval ) {<br />
    $retval[&#039;action&#039;] = &#039;bbp_reply_create,bbp_topic_create&#039;; // change scope per action<br />
    return $retval;<br />
} add_filter( &#039;bp_after_has_activities_parse_args&#039;, &#039;omni_filter_activity&#039; );</code></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">bfecc7039836bc25a3db9da2568fc166</guid>
				<title>Angelo Rocha replied to the topic filter activity loop in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/doubt-about-activity/#post-243881</link>
				<pubDate>Mon, 31 Aug 2015 00:24:05 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi Henry Wright.<br />
I pasted in functions.php<br />
=/<br />
This is my custom loop:<br />
<code><br />
&lt;?php do_action( &#039;bp_before_activity_loop&#039; ); ?&gt;<br />
&lt;?php if ( bp_has_activities( bp_ajax_querystring( &#039;activity&#039; ) ) ) : ?&gt;<br />
	&lt;noscript&gt;<br />
		&lt;div class=&quot;pagination&quot;&gt;<br />
			&lt;div class=&quot;pag-count&quot;&gt;&lt;?php bp_activity_pagination_count(); ?&gt;&lt;/div&gt;<br />
			&lt;div class=&quot;pagination-links&quot;&gt;&lt;?php&hellip;</code><span class="activity-read-more" id="activity-read-more-455709"><a href="https://buddypress.org/support/topic/doubt-about-activity/#post-243881" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">621af1b9ec2a410cc6ace28ef0772ed9</guid>
				<title>Angelo Rocha replied to the topic filter activity loop in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/doubt-about-activity/#post-243870</link>
				<pubDate>Sun, 30 Aug 2015 17:23:28 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi shanebp.<br />
Not work for me, how to add the filter here:</p>
<p><code>if ( bp_has_activities( bp_ajax_querystring( &#039;activity&#039; ) ) ) :</code></p>
<p>Thanks.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f9684fca8033b2847a4f52bf0656db66</guid>
				<title>Angelo Rocha replied to the topic filter activity loop in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/doubt-about-activity/#post-243866</link>
				<pubDate>Sun, 30 Aug 2015 15:24:01 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi danbp.<br />
The objective is display in a custom loop of activities only forum threads.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">0aba581d6024e8f1013d5f3205945a50</guid>
				<title>Angelo Rocha started the topic filter activity loop in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/doubt-about-activity/</link>
				<pubDate>Sat, 29 Aug 2015 14:13:08 +0000</pubDate>

									<content:encoded><![CDATA[<p>How do activity only display updates from new topics and replies?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">829059f8d1e59547d948009ee81c3cb2</guid>
				<title>Angelo Rocha replied to the topic Group Category in the forum Creating &#038; Extending</title>
				<link>https://buddypress.org/support/topic/group-category/#post-243623</link>
				<pubDate>Wed, 26 Aug 2015 00:42:55 +0000</pubDate>

									<content:encoded><![CDATA[<p>Any idea?<br />
=/</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6caa8db72b86f30ae2846215a1376948</guid>
				<title>Angelo Rocha replied to the topic Group Category in the forum Creating &#038; Extending</title>
				<link>https://buddypress.org/support/topic/group-category/#post-243365</link>
				<pubDate>Wed, 19 Aug 2015 00:49:02 +0000</pubDate>

									<content:encoded><![CDATA[<p>Is possible create a loop to display only groups with certain terms?<br />
I try:<br />
<code><br />
$args = array(<br />
    &#039;posts_per_page&#039; =&gt; &#039;-1&#039;,<br />
    &#039;tax_query&#039; =&gt; array(<br />
        array(<br />
            &#039;taxonomy&#039; =&gt; &#039;bp_group_tags&#039;,<br />
            &#039;field&#039;    =&gt; &#039;slug&#039;,<br />
            &#039;terms&#039;    =&gt; &#039;3d&#039;,<br />
        ),<br />
    ),<br />
$query = new WP_Query($args);<br />
?&gt;<br />
&lt;?php if( $query -&gt;&hellip;</code><span class="activity-read-more" id="activity-read-more-451155"><a href="https://buddypress.org/support/topic/group-category/#post-243365" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">bc40084057ed824a8f63c1538c1eed2b</guid>
				<title>Angelo Rocha started the topic Group Category in the forum Creating &#038; Extending</title>
				<link>https://buddypress.org/support/topic/group-category/</link>
				<pubDate>Thu, 13 Aug 2015 17:11:35 +0000</pubDate>

									<content:encoded><![CDATA[<p>Is possible add categories to bbpress groups?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">9dba0ac79bc36314cc29adebc9fa0a5e</guid>
				<title>Angelo Rocha&#039;s profile was updated</title>
				<link>https://buddypress.org/updates/p/449193/</link>
				<pubDate>Thu, 13 Aug 2015 17:10:06 +0000</pubDate>

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