<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: New Plugin Available: BuddyPress My Friends Widgets &#8211; Download Here</title>
	<atom:link href="http://wpmu.org/new-plugin-available-buddypress-my-friends-widgets-download-here/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpmu.org/new-plugin-available-buddypress-my-friends-widgets-download-here/</link>
	<description>WordPress, Multisite &#38; BuddyPress plugins, themes, news and reviews and special offers from the team at WPMU.org</description>
	<lastBuildDate>Fri, 10 Feb 2012 00:52:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Mohamed omer</title>
		<link>http://wpmu.org/new-plugin-available-buddypress-my-friends-widgets-download-here/#comment-121927</link>
		<dc:creator>Mohamed omer</dc:creator>
		<pubDate>Mon, 31 Oct 2011 16:41:18 +0000</pubDate>
		<guid isPermaLink="false">http://wpmu.org/?p=28260#comment-121927</guid>
		<description>Please i need help.

I see &quot;Login or Signup to make some friends!&quot;

i am logged in  and have friends i don&#039;t understand that issue.

please halp</description>
		<content:encoded><![CDATA[<p>Please i need help.</p>
<p>I see &#8220;Login or Signup to make some friends!&#8221;</p>
<p>i am logged in  and have friends i don&#8217;t understand that issue.</p>
<p>please halp</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shane</title>
		<link>http://wpmu.org/new-plugin-available-buddypress-my-friends-widgets-download-here/#comment-15204</link>
		<dc:creator>Shane</dc:creator>
		<pubDate>Sat, 05 Jun 2010 07:39:34 +0000</pubDate>
		<guid isPermaLink="false">http://wpmu.org/?p=28260#comment-15204</guid>
		<description>oops, the last line actually displayed the html..  let me try to repost that correctly... .................

I like this plugin alot. since it limits the amount of friends displayed, I just needed it to also have a link to say &quot;View All&quot;. 

I added it by doing this:
Find:  
&lt;code&gt; extract( $args ); &lt;/code&gt;

and paste the following AFTER it:
&lt;code&gt;
// get username
global $current_user;
$username = $current_user-&gt;user_login; 
&lt;/code&gt;

then replace 
&lt;code&gt; . &#039;My Friends&#039;  &lt;/code&gt;
with the following:
&lt;code&gt;. &#039;My Friends   &#160;&#160;&#160;&#160; &lt;a href=&quot;&#047;members&#047;&#039; . $username . &#039;&#047;friends&#047;&quot;&gt;View All&lt;&#047;a&gt;&#039;&lt;/code&gt;

--- repeat that for the small and large avatar sections.</description>
		<content:encoded><![CDATA[<p>oops, the last line actually displayed the html..  let me try to repost that correctly&#8230; &#8230;&#8230;&#8230;&#8230;&#8230;..</p>
<p>I like this plugin alot. since it limits the amount of friends displayed, I just needed it to also have a link to say &#8220;View All&#8221;. </p>
<p>I added it by doing this:<br />
Find:<br />
<code> extract( $args ); </code></p>
<p>and paste the following AFTER it:<br />
<code><br />
// get username<br />
global $current_user;<br />
$username = $current_user-&gt;user_login;<br />
</code></p>
<p>then replace<br />
<code> . 'My Friends'  </code><br />
with the following:<br />
<code>. &#39;My Friends   &nbsp;&nbsp;&nbsp;&nbsp; &lt;a href="&#47;members&#47;&#39; . $username . &#39;&#47;friends&#47;"&gt;View All&lt;&#47;a&gt;&#39;</code></p>
<p>&#8212; repeat that for the small and large avatar sections.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shane</title>
		<link>http://wpmu.org/new-plugin-available-buddypress-my-friends-widgets-download-here/#comment-15203</link>
		<dc:creator>Shane</dc:creator>
		<pubDate>Sat, 05 Jun 2010 07:35:04 +0000</pubDate>
		<guid isPermaLink="false">http://wpmu.org/?p=28260#comment-15203</guid>
		<description>I like this plugin alot. since it limits the amount of friends displayed, I just needed it to also have a link to say &quot;View All&quot;. 

I added it by doing this:
Find:  
&lt;code&gt; extract( $args ); &lt;/code&gt;

and paste the following AFTER it:
&lt;code&gt;
// get username
global $current_user;
$username = $current_user-&gt;user_login; 
&lt;/code&gt;

then replace 
&lt;code&gt; . &#039;My Friends&#039;  &lt;/code&gt;
with the following:
&lt;code&gt;. &#039;My Friends   &#160;&#160;&#160;&#160; &lt;a href=&quot;/members/&#039; . $username . &#039;/friends/&quot; rel=&quot;nofollow&quot;&gt;View All&lt;/a&gt;&#039;&lt;/code&gt;

--- repeat that for the small and large avatar sections.</description>
		<content:encoded><![CDATA[<p>I like this plugin alot. since it limits the amount of friends displayed, I just needed it to also have a link to say &#8220;View All&#8221;. </p>
<p>I added it by doing this:<br />
Find:<br />
<code> extract( $args ); </code></p>
<p>and paste the following AFTER it:<br />
<code><br />
// get username<br />
global $current_user;<br />
$username = $current_user-&gt;user_login;<br />
</code></p>
<p>then replace<br />
<code> . 'My Friends'  </code><br />
with the following:<br />
<code>. 'My Friends   &nbsp;&nbsp;&nbsp;&nbsp; <a href="/members/' . $username . '/friends/" rel="nofollow">View All</a>'</code></p>
<p>&#8212; repeat that for the small and large avatar sections.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Surenā</title>
		<link>http://wpmu.org/new-plugin-available-buddypress-my-friends-widgets-download-here/#comment-14932</link>
		<dc:creator>Surenā</dc:creator>
		<pubDate>Mon, 31 May 2010 15:53:32 +0000</pubDate>
		<guid isPermaLink="false">http://wpmu.org/?p=28260#comment-14932</guid>
		<description>Unfortunately the plugin is not localized. Does not work on websites in languages other than English.</description>
		<content:encoded><![CDATA[<p>Unfortunately the plugin is not localized. Does not work on websites in languages other than English.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Cusimano</title>
		<link>http://wpmu.org/new-plugin-available-buddypress-my-friends-widgets-download-here/#comment-14528</link>
		<dc:creator>David Cusimano</dc:creator>
		<pubDate>Mon, 24 May 2010 19:29:56 +0000</pubDate>
		<guid isPermaLink="false">http://wpmu.org/?p=28260#comment-14528</guid>
		<description>For other readers: To completely hide the widget when the user is not signed in, add the following statement just before the two extract() calls:

if ( !is_user_logged_in() ) return;

Sarah: Would like to see settings available in Appearance &gt; Widgets &gt; My Friends:
* dropdown or radio buttons: Avatar size: large, small (rather than two widgets); may be &quot;medium&quot; that is 3 avatars per row. Or may be &quot;Avatars per row: 2, 3, 4&quot;.
* text field: Max Friends to show (round to nearest row size, and limit to 100).
* checkbox: Show only when signed in
* checkbox: Link to Members when no friends. (e.g.: &quot;No Friends&quot;, &quot;No Friends. Make Friends (with link to Members slug)&quot;).</description>
		<content:encoded><![CDATA[<p>For other readers: To completely hide the widget when the user is not signed in, add the following statement just before the two extract() calls:</p>
<p>if ( !is_user_logged_in() ) return;</p>
<p>Sarah: Would like to see settings available in Appearance &gt; Widgets &gt; My Friends:<br />
* dropdown or radio buttons: Avatar size: large, small (rather than two widgets); may be &#8220;medium&#8221; that is 3 avatars per row. Or may be &#8220;Avatars per row: 2, 3, 4&#8243;.<br />
* text field: Max Friends to show (round to nearest row size, and limit to 100).<br />
* checkbox: Show only when signed in<br />
* checkbox: Link to Members when no friends. (e.g.: &#8220;No Friends&#8221;, &#8220;No Friends. Make Friends (with link to Members slug)&#8221;).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sepehr</title>
		<link>http://wpmu.org/new-plugin-available-buddypress-my-friends-widgets-download-here/#comment-12237</link>
		<dc:creator>Sepehr</dc:creator>
		<pubDate>Wed, 14 Apr 2010 16:48:11 +0000</pubDate>
		<guid isPermaLink="false">http://wpmu.org/?p=28260#comment-12237</guid>
		<description>Sarah - You are welcome :-)</description>
		<content:encoded><![CDATA[<p>Sarah &#8211; You are welcome :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sarah Gooding</title>
		<link>http://wpmu.org/new-plugin-available-buddypress-my-friends-widgets-download-here/#comment-12236</link>
		<dc:creator>Sarah Gooding</dc:creator>
		<pubDate>Wed, 14 Apr 2010 16:43:53 +0000</pubDate>
		<guid isPermaLink="false">http://wpmu.org/?p=28260#comment-12236</guid>
		<description>Sephr-  That sounds like a cool idea. I&#039;m making a list of these and will see what I can add into the next version. Thanks for the great idea!</description>
		<content:encoded><![CDATA[<p>Sephr-  That sounds like a cool idea. I&#8217;m making a list of these and will see what I can add into the next version. Thanks for the great idea!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sepehr</title>
		<link>http://wpmu.org/new-plugin-available-buddypress-my-friends-widgets-download-here/#comment-12235</link>
		<dc:creator>Sepehr</dc:creator>
		<pubDate>Wed, 14 Apr 2010 16:42:06 +0000</pubDate>
		<guid isPermaLink="false">http://wpmu.org/?p=28260#comment-12235</guid>
		<description>Sara.
my it possible to add a green dot on Online friends pictures?
tnx about this plug in , it is so useful</description>
		<content:encoded><![CDATA[<p>Sara.<br />
my it possible to add a green dot on Online friends pictures?<br />
tnx about this plug in , it is so useful</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sarah Gooding</title>
		<link>http://wpmu.org/new-plugin-available-buddypress-my-friends-widgets-download-here/#comment-12234</link>
		<dc:creator>Sarah Gooding</dc:creator>
		<pubDate>Wed, 14 Apr 2010 16:29:42 +0000</pubDate>
		<guid isPermaLink="false">http://wpmu.org/?p=28260#comment-12234</guid>
		<description>Greg - Great idea. I&#039;m going to have to work on adding that in when I get a bit of time. Thanks.</description>
		<content:encoded><![CDATA[<p>Greg &#8211; Great idea. I&#8217;m going to have to work on adding that in when I get a bit of time. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Fielding</title>
		<link>http://wpmu.org/new-plugin-available-buddypress-my-friends-widgets-download-here/#comment-12233</link>
		<dc:creator>Greg Fielding</dc:creator>
		<pubDate>Wed, 14 Apr 2010 16:15:08 +0000</pubDate>
		<guid isPermaLink="false">http://wpmu.org/?p=28260#comment-12233</guid>
		<description>Sarah,

Any way to get multiple instances of this widget? I&#039;m using BP-Daily Theme and there are different sidebars for different pages. It would be cool to put this more places.

-Greg</description>
		<content:encoded><![CDATA[<p>Sarah,</p>
<p>Any way to get multiple instances of this widget? I&#8217;m using BP-Daily Theme and there are different sidebars for different pages. It would be cool to put this more places.</p>
<p>-Greg</p>
]]></content:encoded>
	</item>
</channel>
</rss>

