<?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 | muchad | Activity</title>
	<link>https://buddypress.org/members/muchad/activity/</link>
	<atom:link href="https://buddypress.org/members/muchad/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for muchad.</description>
	<lastBuildDate>Sun, 05 Apr 2026 19:09:51 +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">4817444a2514a31d1376036d4c1bc2ce</guid>
				<title>muchad posted on the forum topic How to change the number of activity items to show per page? in the group Creating &#038; Extending</title>
				<link>http://buddypress.org/community/groups/creating-extending/forum/topic/how-to-change-the-number-of-activity-items-to-show-per-page/#post-88081</link>
				<pubDate>Fri, 28 Jan 2011 12:27:06 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/streamstalker/" rel="nofollow ugc">@streamstalker</a><br />
good job..</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2f5c2723e5b60d938d67826523302d1d</guid>
				<title>muchad posted on the forum topic How to change the number of activity items to show per page? in the group Creating &#038; Extending</title>
				<link>http://buddypress.org/community/groups/creating-extending/forum/topic/how-to-change-the-number-of-activity-items-to-show-per-page/#post-88080</link>
				<pubDate>Fri, 28 Jan 2011 12:24:35 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/aomao/" rel="nofollow ugc">@aomao</a><br />
your welcome, please visit my buddypress at <a href="http://blog.uin-malang.ac.id" rel="nofollow ugc">http://blog.uin-malang.ac.id</a></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">4101c45390e092d3b6d04a96c0f66d60</guid>
				<title>muchad posted an update: cool of buddypress at http://blog.uin-malang.ac.id</title>
				<link>https://buddypress.org/updates/p/122048/</link>
				<pubDate>Thu, 09 Dec 2010 02:41:32 +0000</pubDate>

									<content:encoded><![CDATA[<p>cool of buddypress at <a href="http://blog.uin-malang.ac.id" rel="nofollow ugc">http://blog.uin-malang.ac.id</a></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">ef31518a5fc79acc3db5a7dac715ef24</guid>
				<title>muchad posted on the forum topic How to change the number of activity items to show per page? in the group Creating &#038; Extending</title>
				<link>http://buddypress.org/community/groups/creating-extending/forum/topic/how-to-change-the-number-of-activity-items-to-show-per-page/#post-72906</link>
				<pubDate>Thu, 23 Sep 2010 02:58:50 +0000</pubDate>

									<content:encoded><![CDATA[<p>put this in your functions.php in your theme</p>
<p>function my_custom_query_filter( $query_string ) {<br />
$query_string .= ‘&amp;per_page=10′;<br />
return $query_string;<br />
}<br />
add_filter( ‘bp_dtheme_ajax_querystring’, ‘my_custom_query_filter’ );</p>
<p>you just change per_page option as you need…<br />
it’s run for me, you can see here <a href="http://blog.uin-malang.ac.id" rel="nofollow ugc">http://blog.uin-malang.ac.id</a></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">86c4485c7b358c6ca6b803af71a935d5</guid>
				<title>muchad posted on the forum topic How to add (\&#039;per_page=35\&#039;) without messing up \&#034;Load More\&#034; link in the group Creating &#038; Extending</title>
				<link>http://buddypress.org/community/groups/creating-extending/forum/topic/how-to-add-per_page35-without-messing-up-load-more-link/?topic_page=2#post-72905</link>
				<pubDate>Thu, 23 Sep 2010 02:55:09 +0000</pubDate>

									<content:encoded><![CDATA[<p>put this in your functions.php in your theme</p>
<p>function my_custom_query_filter( $query_string ) {<br />
	$query_string .= &#8216;&amp;per_page=10&#8217;;<br />
	return $query_string;<br />
}<br />
add_filter( &#8216;bp_dtheme_ajax_querystring&#8217;, &#8216;my_custom_query_filter&#8217; );</p>
<p>you just change per_page option as you need…<br />
it’s run for me, you can see here <a href="http://blog.uin-malang.ac.id" rel="nofollow ugc">http://blog.uin-malang.ac.id</a></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">951f35c1d63576f4df6a900368f2296c</guid>
				<title>muchad posted on the forum topic per_page option in bp_has_activities() in the group Creating &#038; Extending</title>
				<link>http://buddypress.org/community/groups/creating-extending/forum/topic/per_page-option-in-bp_has_activities/#post-72904</link>
				<pubDate>Thu, 23 Sep 2010 02:53:31 +0000</pubDate>

									<content:encoded><![CDATA[<p>put this in your functions.php in your theme</p>
<p>function my_custom_query_filter( $query_string ) {<br />
$query_string .= ‘&amp;per_page=10&#8242;;<br />
return $query_string;<br />
}<br />
add_filter( ‘bp_dtheme_ajax_querystring’, ‘my_custom_query_filter’ );</p>
<p>you just change per_page option as you need…<br />
it’s run for me, you can see here <a href="http://blog.uin-malang.ac.id" rel="nofollow ugc">http://blog.uin-malang.ac.id</a></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d34398a9b905545c52f801aac99d33bc</guid>
				<title>muchad joined the group Creating &#038; Extending</title>
				<link>https://buddypress.org/updates/p/72361/</link>
				<pubDate>Thu, 23 Sep 2010 02:53:31 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">d2a81591b548d7056ba82f55e80233b3</guid>
				<title>muchad posted on the forum topic How can I set &#034;Show NewBlogPosts&#034; as default on acitivity-stream? in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-can-i-set-show-newblogposts-as-default-on-acitivity-stream/?topic_pa</link>
				<pubDate>Wed, 22 Sep 2010 18:07:25 +0000</pubDate>

									<content:encoded><![CDATA[<p>i ‘ve success change buddypress activity stream default option with multiple option, you just put this in functions.php in your theme. function blog_posts_by_default( $query_string ) { global $bp; if ( !$query_string ) $query_string = ”; if ( ($bp-&gt;current_component == BP_ACTIVITY_SLUG || !$bp-&gt;current_component) &amp;&amp; !strpos($query_string, ‘ty&hellip;<span class="activity-read-more" id="activity-read-more-72119"><a href="http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-can-i-set-show-newblogposts-as-default-on-acitivity-stream/?topic_pa" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a5554043811ae0c122c4bc515bafcac9</guid>
				<title>muchad joined the group How-To and Troubleshooting</title>
				<link>https://buddypress.org/updates/p/47532/</link>
				<pubDate>Wed, 25 Aug 2010 02:47:02 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">c05ccebd297a4ab5fdae97746d9f93ba</guid>
				<title>muchad posted an update: I try buddypress..it&#039;s cool..</title>
				<link>https://buddypress.org/updates/p/31774/</link>
				<pubDate>Tue, 20 Jul 2010 06:50:45 +0000</pubDate>

									<content:encoded><![CDATA[<p>I try buddypress..it&#8217;s cool..</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
		
	</channel>
</rss>