<?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 | xyclops | Activity</title>
	<link>https://buddypress.org/members/xyclops/activity/</link>
	<atom:link href="https://buddypress.org/members/xyclops/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for xyclops.</description>
	<lastBuildDate>Thu, 09 Apr 2026 08:07:54 +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">46e72abab36255c948c27af0a5b0fff0</guid>
				<title>xyclops posted on the forum topic WP-minify and new version of Buddypress in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/wp-minify-and-new-version-of-buddypress/#post-90877</link>
				<pubDate>Fri, 25 Feb 2011 08:04:57 +0000</pubDate>

									<content:encoded><![CDATA[<p>Argh &#8211; it doesn&#8217;t work if the image files are small enough that they don&#8217;t need to be resized &#8211; this is what adds the widthxheight to the end of the filename as far as i can tell. For now I have added a rejection for any files that end in &#8216;myavatar&#8217; .ext, and added [&#8230;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">1af7fdc58d3f707e2c07657363be0acc</guid>
				<title>xyclops posted on the forum topic WP-minify and new version of Buddypress in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/wp-minify-and-new-version-of-buddypress/#post-90616</link>
				<pubDate>Wed, 23 Feb 2011 15:36:12 +0000</pubDate>

									<content:encoded><![CDATA[<p>Here is a way I have found to make avatar uploads work while still using a CDN. I&#8217;m using S3/Cloudfront but it shouldn&#8217;t make a difference. The avatars, once accepted have a filename that always ends in either &#8216;bpfull.jpg&#8217; or &#8216;bpthumb.jpg&#8217; When an avatar is being dealt with by the upload/cropping process, the images used [&#8230;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e77fcf54310b6c9149a7ea9fc937b8f5</guid>
				<title>xyclops posted on the forum topic Activity stream achievement avatars in the group Achievements</title>
				<link>http://buddypress.org/community/groups/achievements/forum/topic/activity-stream-achievement-avatars/#post-89513</link>
				<pubDate>Fri, 11 Feb 2011 23:32:16 +0000</pubDate>

									<content:encoded><![CDATA[<p>damn, that sucks, sorry.</p>
<p>I cheated for the time being and changed /includes/achievements-templatetags.php to leave out the activity stream avatar with:<br />
<code>if(&#039;activitystream&#039; == $size){<br />
			return &quot;&quot;;<br />
		}<br />
		return apply_filters( &#039;dpa_get_achievement_picture&#039;, $url, $achievement_id, $picture_id, $grav_size, $style );<br />
	}</code><br />
around line 680 or so. I kind&hellip;<span class="activity-read-more" id="activity-read-more-136761"><a href="http://buddypress.org/community/groups/achievements/forum/topic/activity-stream-achievement-avatars/#post-89513" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">807de856d2a60dbca7fddf69fd8e89d0</guid>
				<title>xyclops posted on the forum topic Activity stream achievement avatars in the group Achievements</title>
				<link>http://buddypress.org/community/groups/achievements/forum/topic/activity-stream-achievement-avatars/#post-89476</link>
				<pubDate>Fri, 11 Feb 2011 19:10:32 +0000</pubDate>

									<content:encoded><![CDATA[<p>I&#8217;m also using WP 3.0.5 (with the hotfix plugin &#8211; but I just disabled/enabled that with no effect).</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">0a135d214405dafc75bc986ef3c4909a</guid>
				<title>xyclops posted on the forum topic Activity stream achievement avatars in the group Achievements</title>
				<link>http://buddypress.org/community/groups/achievements/forum/topic/activity-stream-achievement-avatars/#post-89474</link>
				<pubDate>Fri, 11 Feb 2011 19:08:09 +0000</pubDate>

									<content:encoded><![CDATA[<p>I&#8217;m using 2.0.5 I thought the problem might be being caused by w3 total cache, so I disabled that completely, then created a new achievement, but the problem persists. Is there a way I could simply remove the image code from the actvity feed for the achievements? I know it&#8217;s a kludge but for now [&#8230;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a1dc50918976b44a5691207ae2b64fb5</guid>
				<title>xyclops posted on the forum topic Date Selector profile field is saving dates as one behind what they selected in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/date-selector-profile-field-is-saving-dates-as-one-behind-what-they-sele</link>
				<pubDate>Fri, 11 Feb 2011 04:19:41 +0000</pubDate>

									<content:encoded><![CDATA[<p>I ended up setting the time for all blogs to UTC, and disabling the time from the blog post metadata &#8211; time(&#8216;F, j Y) instead of just time()</p>
<p>It&#8217;s a kludgy fix but I guess it looks okay. I wish I&#8217;d just used the text box 🙂</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">bdd1dfa017487bea5a1a7e8f9477cd22</guid>
				<title>xyclops started the forum topic Activity stream achievement avatars in the group Achievements</title>
				<link>http://buddypress.org/community/groups/achievements/forum/topic/activity-stream-achievement-avatars/</link>
				<pubDate>Fri, 11 Feb 2011 04:16:16 +0000</pubDate>

									<content:encoded><![CDATA[<p>The problem is this: If a user gets an achievement for doing something and they do it in the main blog, the avatar image link in the activity stream is correct, e.g.: <code>site/wp-content/uploads/2011/02/achievement-icon.png</code> If they complete the action in a different blog, then the avatar link is different, e.g.: <code>site/user/wp-content/blogs.dir/5/files/2&hellip;</code><span class="activity-read-more" id="activity-read-more-136573"><a href="http://buddypress.org/community/groups/achievements/forum/topic/activity-stream-achievement-avatars/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">06be76e8208610cfd489cc05ff829ab4</guid>
				<title>xyclops joined the group Achievements</title>
				<link>https://buddypress.org/updates/p/136567/</link>
				<pubDate>Fri, 11 Feb 2011 04:16:15 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">4752833a74e640662e24826bcd39173d</guid>
				<title>xyclops posted on the forum topic Date Selector profile field is saving dates as one behind what they selected in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/date-selector-profile-field-is-saving-dates-as-one-behind-what-they-sele</link>
				<pubDate>Thu, 10 Feb 2011 07:16:28 +0000</pubDate>

									<content:encoded><![CDATA[<p>I&#8217;m also having this problem &#8211; any idea/fix for this?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">3f2351cc4ca046be7bb1a318f430bf73</guid>
				<title>xyclops posted on the forum topic Errors with WP 3.0.5 in the group BuddyPress Moderation</title>
				<link>http://buddypress.org/community/groups/bp-moderation/forum/topic/errors-with-wp-3-0-5/#post-89254</link>
				<pubDate>Wed, 09 Feb 2011 15:56:48 +0000</pubDate>

									<content:encoded><![CDATA[<p>That&#8217;s wonderful. I love you, thank you.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">fdad29f6491a9c60c761121bed48a437</guid>
				<title>xyclops started the forum topic Errors with WP 3.0.5 in the group BuddyPress Moderation</title>
				<link>http://buddypress.org/community/groups/bp-moderation/forum/topic/errors-with-wp-3-0-5/</link>
				<pubDate>Wed, 09 Feb 2011 09:05:20 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi, I&#8217;ve noticed that the comment links are not being formatted properly &#8211; In 3.0.4 I am getting links like this: <code>&lt;a href=&#039;http://domain.com/?bpmod-action=flag&amp;type=blog_comment&amp;id=1&amp;id2=20&amp;_wpnonce=91dbb6bd46&#039; title=&#039;Flag as inappropriate&#039; class=&#039;bpm-report-link bpm-type-blog_comment bpm-unflagged bpm-context-called &#039;&gt;&lt;span&hellip;</code><span class="activity-read-more" id="activity-read-more-136254"><a href="http://buddypress.org/community/groups/bp-moderation/forum/topic/errors-with-wp-3-0-5/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">0f92bf95f88355d6977effffe74736b1</guid>
				<title>xyclops joined the group BuddyPress Moderation</title>
				<link>https://buddypress.org/updates/p/136249/</link>
				<pubDate>Wed, 09 Feb 2011 09:05:20 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">b8876fdd644380ae32cd46cbcdac728c</guid>
				<title>xyclops started the forum topic Comment Editing Permissions in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/comment-editing-permissions/</link>
				<pubDate>Tue, 08 Feb 2011 06:57:59 +0000</pubDate>

									<content:encoded><![CDATA[<p>Is it possible to restrict what users can do with comments on their own blog? At the moment, my users can not only delete/approve/unapprove, but also edit the content of the comment &#8211; this is obviously not ideal because a malicious user could make it appear that someone who commented said something else. Ideally a [&#8230;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">3efb667e8b1a89c2731961bbd192bbca</guid>
				<title>xyclops joined the group How-To and Troubleshooting</title>
				<link>https://buddypress.org/updates/p/136046/</link>
				<pubDate>Tue, 08 Feb 2011 06:57:58 +0000</pubDate>

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