<?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 | Alberto | Activity</title>
	<link>https://buddypress.org/members/overdrive/activity/</link>
	<atom:link href="https://buddypress.org/members/overdrive/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Alberto.</description>
	<lastBuildDate>Wed, 08 Apr 2026 17:31:40 +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">0e54df7685ac9350f8eee146023ffdb4</guid>
				<title>Alberto posted an update: Coding by night</title>
				<link>https://buddypress.org/updates/p/127843/</link>
				<pubDate>Sat, 08 Jan 2011 02:58:28 +0000</pubDate>

									<content:encoded><![CDATA[<p>Coding by night</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">0098d1e3ff19c0195e35a1c94d56ece4</guid>
				<title>Alberto started the forum topic Blog activity stream loop in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/blog-activity-stream-loop/</link>
				<pubDate>Sat, 08 Jan 2011 02:57:23 +0000</pubDate>

									<content:encoded><![CDATA[<p>Is there any way to get all the activity stream from the current blog?<br />
<a href="http://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-activity-stream-loop/" rel="nofollow ugc">http://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-activity-stream-loop/</a></p>
<p>I&#8217;m trying it by hours and I can get it to work.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">268bc1087e9ef6dbb15bc0462f2bb8ed</guid>
				<title>Alberto posted on the forum topic Avatars of member not showing in all blogs in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/avatars-of-member-not-showing-in-all-blogs/#post-82367</link>
				<pubDate>Wed, 15 Dec 2010 14:11:49 +0000</pubDate>

									<content:encoded><![CDATA[<p>Yes, I found a ticket filled so I think It will be corrected on next version:<br />
<a href="http://trac.buddypress.org/changeset/3141" rel="nofollow ugc">http://trac.buddypress.org/changeset/3141</a></p>
<p>For the moment, Is there any way to replace by_core_avatar_url() function without hacking de core directly?<br />
Maybe replacing an action or applying a filter? </p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f54a798603c43072535c86623a262a98</guid>
				<title>overdrive posted on the forum topic Avatars of member not showing in all blogs in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/avatars-of-member-not-showing-in-all-blogs/#post-82229</link>
				<pubDate>Tue, 14 Dec 2010 21:39:30 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi! I&#8217;m having same issue. No avatars on blogs. On main buddypress blog, avatars works great and their url&#8217;s are like this: <a href="http://example.com/wp-content/uploads/avatars/1/aab71f7a93155ef3cabb5d9660686005-bpthumb.jpg" rel="nofollow ugc">http://example.com/wp-content/uploads/avatars/1/aab71f7a93155ef3cabb5d9660686005-bpthumb.jpg</a> On the other blogs, avatars aren&#8217;t displaying. Their url&#8217;s are like this:&hellip;<span class="activity-read-more" id="activity-read-more-123052"><a href="http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/avatars-of-member-not-showing-in-all-blogs/#post-82229" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">bec6dd10e85e0df74eadc8892f852fd0</guid>
				<title>overdrive joined the group How-To and Troubleshooting</title>
				<link>https://buddypress.org/updates/p/123051/</link>
				<pubDate>Tue, 14 Dec 2010 21:39:30 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">565228b129552312048e59a0ccb966c3</guid>
				<title>overdrive posted on the forum topic Hide a blog in blogs lists in the group Creating &#038; Extending</title>
				<link>http://buddypress.org/community/groups/creating-extending/forum/topic/hide-a-blog-in-blogs-lists/#post-80948</link>
				<pubDate>Tue, 30 Nov 2010 14:03:50 +0000</pubDate>

									<content:encoded><![CDATA[<p>I&#8217;m trying to do something like this but only works with no ajax: ` function valid_blog($blog_name) { $blacklist = array (&#8216;blog1&#8217;, &#8216;blog2&#8217;, &#8216;blog3&#8217;); if (in_array(strtolower($blog_name), $blacklist)) { return false; }else{ return true; } } function remove_invalid_blogs_from_loop($b, $blogs) { $blogs_new = array(); foreach ($blogs-&gt;blogs as $key =&gt;&hellip;<span class="activity-read-more" id="activity-read-more-119897"><a href="http://buddypress.org/community/groups/creating-extending/forum/topic/hide-a-blog-in-blogs-lists/#post-80948" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6d5e1f24ed389beaa417f383408d42ff</guid>
				<title>overdrive started the forum topic Hide a blog in blogs lists in the group Creating &#038; Extending</title>
				<link>http://buddypress.org/community/groups/creating-extending/forum/topic/hide-a-blog-in-blogs-lists/</link>
				<pubDate>Sat, 27 Nov 2010 17:32:17 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi!<br />
I&#8217;ve installed a multisite wordpress with buddypress. One of these blogs will be a store.<br />
Is there any plugin or hack to hide this blog in every page that blogs are listed?</p>
<p>Regards</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">06c737e0d6fb769f96e784c5e5bfc1d2</guid>
				<title>overdrive joined the group Creating &#038; Extending</title>
				<link>https://buddypress.org/updates/p/119134/</link>
				<pubDate>Sat, 27 Nov 2010 17:32:17 +0000</pubDate>

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