<?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 | graphility | Activity</title>
	<link>https://buddypress.org/members/graphility/activity/</link>
	<atom:link href="https://buddypress.org/members/graphility/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for graphility.</description>
	<lastBuildDate>Wed, 22 Apr 2026 10:31:12 +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">60d02c22a3459268b84e43ff3ca9ab85</guid>
				<title>graphility reviewed the plugin Group Documents</title>
				<link>https://buddypress.org/updates/p/25877/</link>
				<pubDate>Sun, 04 Jul 2010 03:05:57 +0000</pubDate>

									<content:encoded><![CDATA[<p><span><span><img loading="lazy" src="http://buddypress.org/wp-content/themes/buddypress.org/images/star.png" alt="1 stars" /><img loading="lazy" src="http://buddypress.org/wp-content/themes/buddypress.org/images/star.png" alt="2 stars" /><img loading="lazy" src="http://buddypress.org/wp-content/themes/buddypress.org/images/star.png" alt="3 stars" /><img loading="lazy" src="http://buddypress.org/wp-content/themes/buddypress.org/images/star.png" alt="4 stars" /><img loading="lazy" src="http://buddypress.org/wp-content/themes/buddypress.org/images/star_off.png" alt="5 stars" /></span></span>Really impressed by the capabilities and ease of use.</p>
<p>The only improvements I see so far are:</p>
<p>&#8211; a list of categories already in use by other groups, in order to maintain coherence through groups.<br />
&#8211; somehow, I&#8217;m not able to upload a 17Mb document. Is there a limit on file size? If so, what is it?</p>
<p>Regardless, thank you for the wonderful work!</p>
]]></content:encoded>
				
									<slash:comments>1</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">2ddfd566e64a8941fefb2f944d4c7c7a</guid>
				<title>graphility joined the group Group Documents</title>
				<link>https://buddypress.org/updates/p/25876/</link>
				<pubDate>Sun, 04 Jul 2010 03:05:57 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">d7106cbfa57af6863c082e5a289fe347</guid>
				<title>graphility posted on the forum topic adding widgets to a custom page in the group Creating &#038; Extending</title>
				<link>http://buddypress.org/community/groups/creating-extending/forum/topic/adding-widgets-to-a-custom-page/?topic_page=2#post-54623</link>
				<pubDate>Mon, 17 May 2010 19:03:11 +0000</pubDate>

									<content:encoded><![CDATA[<p>wp-content/plugins/buddypress/bp-themes/bp-default/_inc/css/default.css</p>
<p>I&#8217;m running buddypress 1.2.3 on Wordpress 2.9.2, and I&#8217;m pretty sure the install shouldn&#8217;t matter much&#8230; Keep looking.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">efced088ec8b86776f95070624028c42</guid>
				<title>graphility posted on the forum topic adding widgets to a custom page in the group Creating &#038; Extending</title>
				<link>http://buddypress.org/community/groups/creating-extending/forum/topic/adding-widgets-to-a-custom-page/#post-54591</link>
				<pubDate>Mon, 17 May 2010 17:24:05 +0000</pubDate>

									<content:encoded><![CDATA[<p>okaaay&#8230; give me your mail address, I&#8217;ll send the snippet to you 😛</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">dc0dbbf107565f31ba433a86ce6eca4c</guid>
				<title>graphility posted on the forum topic adding widgets to a custom page in the group Creating &#038; Extending</title>
				<link>http://buddypress.org/community/groups/creating-extending/forum/topic/adding-widgets-to-a-custom-page/#post-54588</link>
				<pubDate>Mon, 17 May 2010 17:22:46 +0000</pubDate>

									<content:encoded><![CDATA[<p>Damn, the code is being truncated&#8230;</p>
<p>Just leave header and footer calls, and in between: </p>
<p>	<!-- #content --></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">499796dc79a4551d461437fbd362dc07</guid>
				<title>graphility posted on the forum topic adding widgets to a custom page in the group Creating &#038; Extending</title>
				<link>http://buddypress.org/community/groups/creating-extending/forum/topic/adding-widgets-to-a-custom-page/#post-54583</link>
				<pubDate>Mon, 17 May 2010 17:06:41 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hello again, First off, I&#8217;m a total noob to buddypress development, but better at regular wordpress development. So, here&#8217;s how I proceded: 1- in functions.php, I added two widgets, like this: register_sidebars( 1, array( &#8216;name&#8217; =&gt; &#8216;showcaseImage&#8217;, &#8216;before_widget&#8217; =&gt; &#8216; &#8216;, &#8216;after_widget&#8217; =&gt; &#8216; &#8216;, &#8216;before_title&#8217; =&gt; &#8216; &#8216;, &#8216;after_title&#8217; =&gt; &#8216; &#8216; ) );&hellip;<span class="activity-read-more" id="activity-read-more-9387"><a href="http://buddypress.org/community/groups/creating-extending/forum/topic/adding-widgets-to-a-custom-page/#post-54583" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ea64bdcabb2827077b93aa8db5ed7158</guid>
				<title>graphility posted on the forum topic adding widgets to a custom page in the group Creating &#038; Extending</title>
				<link>http://buddypress.org/community/groups/creating-extending/forum/topic/adding-widgets-to-a-custom-page/#post-54578</link>
				<pubDate>Mon, 17 May 2010 16:45:32 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hello there,</p>
<p>I saw your message, and I&#8217;ve been working on the very same thing this afternoon.<br />
Are you looking to achieve something like this? <a href="http://graphility.com" rel="nofollow ugc">http://graphility.com</a><br />
My homepage is now custom, the image placeholder as well as the accompanying text are widgets.</p>
<p>Let me know, perhaps I can help and we can collaborate further.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">225ed2baa7721ad74d505f58be924db7</guid>
				<title>graphility joined the group Creating &#038; Extending</title>
				<link>https://buddypress.org/updates/p/9381/</link>
				<pubDate>Mon, 17 May 2010 16:45:32 +0000</pubDate>

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