<?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 | mud1 | Activity</title>
	<link>https://buddypress.org/members/mud1/activity/</link>
	<atom:link href="https://buddypress.org/members/mud1/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for mud1.</description>
	<lastBuildDate>Mon, 06 Apr 2026 02:27:11 +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">8a8cf457f312a664cfbeb51effe82ed4</guid>
				<title>mud1 posted on the forum topic Display email on profilepage in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/display-email-on-profilepage/#post-96864</link>
				<pubDate>Sun, 24 Apr 2011 19:05:11 +0000</pubDate>

									<content:encoded><![CDATA[<p>function DisplayedUserEmail() {<br />
	global $bp;<br />
	echo $bp-&gt;displayed_user-&gt;userdata-&gt;user_email;<br />
}<br />
add_action( &#8216;bp_before_member_header_meta&#8217;, &#8216;DisplayedUserEmail&#8217; ); // find the appropriate action where to you want to hook the action</p>
<p>or you can still call the function itself</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">501ecf8bf82db3ef6b7030fc2dcddfac</guid>
				<title>mud1 posted on the forum topic Display email on profilepage in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/display-email-on-profilepage/#post-96641</link>
				<pubDate>Thu, 21 Apr 2011 18:45:35 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi there, function getDisplayedUserEmail() { global $bp; global $wpdb; $id = $bp-&gt;displayed_user-&gt;id; $request = &#8220;SELECT * FROM $wpdb-&gt;users WHERE ID =&#8221; . $id . &#8220;&#8221;; $result = $wpdb-&gt;get_row($request, ARRAY_A); return $result; } Here is a possible solution. Just copy/paste into either function.php or bp-custom.php. I had to this through database&hellip;<span class="activity-read-more" id="activity-read-more-149238"><a href="http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/display-email-on-profilepage/#post-96641" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f22a7b2554ca67bd6624a73c133d6355</guid>
				<title>mud1 joined the group How-To and Troubleshooting</title>
				<link>https://buddypress.org/updates/p/149237/</link>
				<pubDate>Thu, 21 Apr 2011 18:45:35 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">ed4af443365f389ed6b8abde523ac0fb</guid>
				<title>mud1 started the forum topic The Featured Content Loop in the group BuddyPress Media</title>
				<link>http://buddypress.org/community/groups/bp-album/forum/topic/the-featured-content-loop/</link>
				<pubDate>Wed, 23 Mar 2011 19:06:18 +0000</pubDate>

									<content:encoded><![CDATA[<p>Dear developers, I was wondering about that could it be possible to include the &#8220;featured content&#8221; class into a pre-release of 0.1.9? I want to display 2 queries on the main page, featured and recent pictures. Will 2 queries on the same page cause problems? Or will it work like WP_Query object? Maybe featured pictures [&#8230;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6173f25bf9a9461750b3423519ef999b</guid>
				<title>mud1 posted on the forum topic do_action( &#039;bp_album_featured_sitewide&#039; ); in the group BuddyPress Media</title>
				<link>http://buddypress.org/community/groups/bp-album/forum/topic/do_action-bp_album_featured_sitewide/#post-72083</link>
				<pubDate>Wed, 15 Sep 2010 17:06:36 +0000</pubDate>

									<content:encoded><![CDATA[<p>Thank you for the bugfix 🙂</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">5017368f7633cae5e995eecde04ec56f</guid>
				<title>mud1 posted on the forum topic do_action( &#039;bp_album_featured_sitewide&#039; ); in the group BuddyPress Media</title>
				<link>http://buddypress.org/community/groups/bp-album/forum/topic/do_action-bp_album_featured_sitewide/#post-71973</link>
				<pubDate>Tue, 14 Sep 2010 17:44:26 +0000</pubDate>

									<content:encoded><![CDATA[<p>OK, I did it.<br />
I hope someone can figure it out.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">5db2a18298e25a02678553dc59528cea</guid>
				<title>mud1 posted on the forum topic do_action( &#039;bp_album_featured_sitewide&#039; ); in the group BuddyPress Media</title>
				<link>http://buddypress.org/community/groups/bp-album/forum/topic/do_action-bp_album_featured_sitewide/#post-71938</link>
				<pubDate>Tue, 14 Sep 2010 14:24:25 +0000</pubDate>

									<content:encoded><![CDATA[<p>It isn&#8217;t working for me. In previous nightly builds ( I guess in 07-23 ) it worked, but from 08-08 nightly it doesn&#8217;t. If someone manged to do this, please tell us how to do &#8230; maybe the error is in the plugin itself ( but it&#8217;s still awesome 🙂 If i set in the [&#8230;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6e6ce98d39ff9bdba84b894af63fc06c</guid>
				<title>mud1 posted on the forum topic filtering out everything in Activity stream, but BPA+ and post updates in the group BuddyPress Media</title>
				<link>http://buddypress.org/community/groups/bp-album/forum/topic/filtering-out-everything-in-activity-stream-but-bpa-and-post-updates/#post-66097</link>
				<pubDate>Mon, 02 Aug 2010 09:56:50 +0000</pubDate>

									<content:encoded><![CDATA[<p>Thanks for the tip, M. I found &#8216;single_item&#8217; and &#8216;multi_item&#8217; type in the wp_bp_activity table. These are belong to the bp_album. However, none of them are working properly. When I use &#8216;multi_item&#8217; in this line if ( bp_has_activities( ‘action=activity_update’) ) : bp_the_activity(); I only see that someone has uploaded a picture, but the pic&hellip;<span class="activity-read-more" id="activity-read-more-37618"><a href="http://buddypress.org/community/groups/bp-album/forum/topic/filtering-out-everything-in-activity-stream-but-bpa-and-post-updates/#post-66097" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c45870bf858e408199611f8f23bec5c0</guid>
				<title>mud1 started the forum topic filtering out everything in Activity stream, but BPA+ and post updates in the group BuddyPress Media</title>
				<link>http://buddypress.org/community/groups/bp-album/forum/topic/filtering-out-everything-in-activity-stream-but-bpa-and-post-updates/</link>
				<pubDate>Sun, 01 Aug 2010 21:20:41 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi</p>
<p>I&#8217;d like to filtering the activity stream with this code:</p>
<p>if ( bp_has_activities( &#8216;action=activity_update&#8217;) ) : bp_the_activity();</p>
<p>but I want to replace &#8216;action=activity_update&#8217; with a code which results that the activity stream will show only Album+ image uploads.</p>
<p>What am I supposed to use? What is the name of the &#8216;action&#8217; ?</p>
<p>Thanks.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">308a009518b51f8947d1c1fa77a081f3</guid>
				<title>mud1 posted on the forum topic One Quick Post vs Jet QuickPress in the group Creating &#038; Extending</title>
				<link>http://buddypress.org/community/groups/creating-extending/forum/topic/one-quick-post-vs-jet-quickpress/#post-65893</link>
				<pubDate>Sat, 31 Jul 2010 09:59:12 +0000</pubDate>

									<content:encoded><![CDATA[<p>I have the same question as <a href="http://buddypress.org/community/members/intimez/" rel="nofollow ugc">@intimez</a> mentioned above. Is it possible with OQP to submit post to frontpage and before it appears, admin can review the post first?</p>
<p>Thanks.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ed6a1d9c062c1bfb559767c8758cae68</guid>
				<title>mud1 joined the group Creating &#038; Extending</title>
				<link>https://buddypress.org/updates/p/36661/</link>
				<pubDate>Sat, 31 Jul 2010 09:59:12 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">68f63bfc0cc6ccf16abf75c87ad36e25</guid>
				<title>mud1 posted on the forum topic Error when using do_action( ’bp_album_featured_sitewide’ ); [RESOLVED] in the group BuddyPress Album+</title>
				<link>http://buddypress.org/community/groups/bp-album/forum/topic/error-when-using-do_action-bp_album_featured_sitewide/#post-61840</link>
				<pubDate>Mon, 05 Jul 2010 21:21:08 +0000</pubDate>

									<content:encoded><![CDATA[<p>Thanks.</p>
<p>Will it be possible with Album+ to show featured user&#8217;s pictures in the wordpress sidebar ( or anywhere )?<br />
When will be the final version released?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">1e4d8d8258a7896b50be7678912042a1</guid>
				<title>mud1 started the forum topic Error when using do_action( ’bp_album_featured_sitewide’ ); [RESOLVED] in the group BuddyPress Album+</title>
				<link>http://buddypress.org/community/groups/bp-album/forum/topic/error-when-using-do_action-bp_album_featured_sitewide/</link>
				<pubDate>Mon, 05 Jul 2010 20:43:42 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hello I&#8217;m getting error when I&#8217;m trying to use this action. (bp_album_2010-06-26) I&#8217;d like to show random pictures on a wordpress page or wherever on the site, but I always get the same error: Warning: include(/home/myname/public_html/wp-content/plugins/bp_album_2010-06-26/includes../templates/album/content-sitewide.php) : failed to open stream:&hellip;<span class="activity-read-more" id="activity-read-more-26318"><a href="http://buddypress.org/community/groups/bp-album/forum/topic/error-when-using-do_action-bp_album_featured_sitewide/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">18bfd0d1cbfba240d34ae59e0546fddd</guid>
				<title>mud1 joined the group BuddyPress Album+</title>
				<link>https://buddypress.org/updates/p/26183/</link>
				<pubDate>Mon, 05 Jul 2010 10:35:43 +0000</pubDate>

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