<?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 | Daniel Lemes | Activity</title>
	<link>https://buddypress.org/members/daniel_iceman/activity/</link>
	<atom:link href="https://buddypress.org/members/daniel_iceman/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Daniel Lemes.</description>
	<lastBuildDate>Fri, 03 Apr 2026 21:35:35 +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">01fde47eba13297175bfdb83a2a034a2</guid>
				<title>Daniel Lemes started the topic Filter blog posts with terms in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/filter-blog-posts-with-terms/</link>
				<pubDate>Wed, 12 Jun 2013 07:32:55 +0000</pubDate>

									<content:encoded><![CDATA[<p>Sorry, one more question.</p>
<p>How to use filters to show only blog posts containing search terms (if possible)? I modified my custom activity loop to this:</p>
<p><code>&lt;?php if ( bp_has_activities(&#039;object=blogs&#039; )) : ?&gt;</code></p>
<p>And only blog posts appear on activity stream, but this doesn&#8217;t seem to work:</p>
<p><code>&lt;?php if ( bp_has_activities(&#039;object=blogs&amp;search_terms=term1&hellip;</code><span class="activity-read-more" id="activity-read-more-208859"><a href="http://buddypress.org/support/topic/filter-blog-posts-with-terms/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c1d6bed2ab0a615ecf191a9286833ec9</guid>
				<title>Daniel Lemes replied to the topic Custom Activity Page in the forum Creating &#038; Extending</title>
				<link>http://buddypress.org/support/topic/custom-activity-page/#post-165801</link>
				<pubDate>Wed, 12 Jun 2013 01:59:54 +0000</pubDate>

									<content:encoded><![CDATA[<p>Well, i don&#8217;t know how i didn&#8217;t think about it before. Pretty simple, just changing the function which gets the slug. So:<br />
<code>function the_slug() {<br />
    $post_data = get_post($post-&gt;ID, ARRAY_A);<br />
    $slug = $post_data[&#039;post_name&#039;];<br />
	$slug = str_replace(array(&#039;-&#039;),&#039; &#039;,$slug);<br />
	return $slug;<br />
}</code></p>
<p>It gives me the slug as nice filtering terms like &#8220;chrono&hellip;<span class="activity-read-more" id="activity-read-more-208844"><a href="http://buddypress.org/support/topic/custom-activity-page/#post-165801" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">abbd0298c429135c96b3132961a9375d</guid>
				<title>Daniel Lemes started the topic Custom Activity Page in the forum Creating &#038; Extending</title>
				<link>http://buddypress.org/support/topic/custom-activity-page/</link>
				<pubDate>Wed, 12 Jun 2013 01:07:40 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hello! First, what i&#8217;m using:</p>
<p>WP: 3.6 beta3<br />
BP: 1.7.2<br />
BBPress: 2.3.2<br />
Theme: default theme (child)</p>
<p>What i&#8217;m trying to do is create a custom template to load activities filtered by terms. So, i taked code from activity-loop.php to create a new &#8220;custom.php&#8221; file, put it on template root and create a new page using this template.</p>
<p>This is the&hellip;<span class="activity-read-more" id="activity-read-more-208843"><a href="http://buddypress.org/support/topic/custom-activity-page/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>