<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>WordPress &#8250; Support Topic: [Plugin: Author Avatars List] BuddyPress integration</title>
<link>http://wordpress.org/support/</link>
<description>WordPress &#8250; Support Topic: [Plugin: Author Avatars List] BuddyPress integration</description>
<language>en</language>
<pubDate>Tue, 24 Nov 2009 10:58:06 +0000</pubDate>

<item>
<title>bforchhammer on "[Plugin: Author Avatars List] BuddyPress integration"</title>
<link>http://wordpress.org/support/topic/271097#post-1139568</link>
<pubDate>Wed, 15 Jul 2009 21:59:55 +0000</pubDate>
<dc:creator>bforchhammer</dc:creator>
<guid isPermaLink="false">1139568@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hm, could you provide a link to an example or an excerpt of the source code that gets created by the plugin?
&#60;/p&#62;</description>
</item>
<item>
<title>tsalagi_red on "[Plugin: Author Avatars List] BuddyPress integration"</title>
<link>http://wordpress.org/support/topic/271097#post-1139284</link>
<pubDate>Wed, 15 Jul 2009 18:43:52 +0000</pubDate>
<dc:creator>tsalagi_red</dc:creator>
<guid isPermaLink="false">1139284@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I can't seem to get the avatar size to change. It remains small, no matter what size I set it to. I'm using the widget with Buddypress.
&#60;/p&#62;</description>
</item>
<item>
<title>TheBlogHouse on "[Plugin: Author Avatars List] BuddyPress integration"</title>
<link>http://wordpress.org/support/topic/271097#post-1114149</link>
<pubDate>Tue, 23 Jun 2009 20:23:34 +0000</pubDate>
<dc:creator>TheBlogHouse</dc:creator>
<guid isPermaLink="false">1114149@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Thanks for the quick reply :)&#60;/p&#62;
&#60;p&#62;I have actually sorted this myself after having another good look around the BuddyPress core files and the following placed withing the post loop does exactly what I need:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
  bp_post_author_avatar()
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>bforchhammer on "[Plugin: Author Avatars List] BuddyPress integration"</title>
<link>http://wordpress.org/support/topic/271097#post-1113797</link>
<pubDate>Tue, 23 Jun 2009 14:58:52 +0000</pubDate>
<dc:creator>bforchhammer</dc:creator>
<guid isPermaLink="false">1113797@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Buddypress &#60;code&#62;get_avatar&#60;/code&#62; function does not work with the email address... you have to use the user-id or username (I think) instead:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;?php echo get_avatar(the_author_meta(&#38;#39;ID&#38;#39;)); ?&#38;gt;&#60;/code&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>TheBlogHouse on "[Plugin: Author Avatars List] BuddyPress integration"</title>
<link>http://wordpress.org/support/topic/271097#post-1113761</link>
<pubDate>Tue, 23 Jun 2009 14:10:31 +0000</pubDate>
<dc:creator>TheBlogHouse</dc:creator>
<guid isPermaLink="false">1113761@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hi&#60;/p&#62;
&#60;p&#62;Did you ever get this plugin displaying a BuddyPress user's uploded avatar?&#60;/p&#62;
&#60;p&#62;I can get this plugin showing the author of the post's Gravatar image but it doesn't seem to show their custom BuddyPress avatar?&#60;/p&#62;
&#60;p&#62;The code I am using is the following:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;?php echo get_avatar(get_the_author_email()); ?&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Cheers in advance for any help!
&#60;/p&#62;</description>
</item>
<item>
<title>bforchhammer on "[Plugin: Author Avatars List] BuddyPress integration"</title>
<link>http://wordpress.org/support/topic/271097#post-1083708</link>
<pubDate>Tue, 26 May 2009 14:24:37 +0000</pubDate>
<dc:creator>bforchhammer</dc:creator>
<guid isPermaLink="false">1083708@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Now in trunk: sorting by recent activity (See &#60;a href=&#34;http://plugins.trac.wordpress.org/changeset/120577&#34;&#62;changes 120577&#60;/a&#62;)
&#60;/p&#62;</description>
</item>
<item>
<title>bforchhammer on "[Plugin: Author Avatars List] BuddyPress integration"</title>
<link>http://wordpress.org/support/topic/271097#post-1078701</link>
<pubDate>Wed, 20 May 2009 11:13:49 +0000</pubDate>
<dc:creator>bforchhammer</dc:creator>
<guid isPermaLink="false">1078701@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Thanks for testing and feedback. I think I'm going to release these changes as a new version later today...
&#60;/p&#62;</description>
</item>
<item>
<title>ndrwld on "[Plugin: Author Avatars List] BuddyPress integration"</title>
<link>http://wordpress.org/support/topic/271097#post-1078200</link>
<pubDate>Tue, 19 May 2009 20:57:07 +0000</pubDate>
<dc:creator>ndrwld</dc:creator>
<guid isPermaLink="false">1078200@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Big thanks for changes and link. Link to BP members page works perfect.&#60;br /&#62;
Right now for my purposes, there are pretty enough options. It can be also used  by other users to display users of their blog.&#60;br /&#62;
I really like it!&#60;br /&#62;
Thanks once more.
&#60;/p&#62;</description>
</item>
<item>
<title>bforchhammer on "[Plugin: Author Avatars List] BuddyPress integration"</title>
<link>http://wordpress.org/support/topic/271097#post-1077831</link>
<pubDate>Tue, 19 May 2009 13:46:16 +0000</pubDate>
<dc:creator>bforchhammer</dc:creator>
<guid isPermaLink="false">1077831@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Here you go: &#60;a href=&#34;http://plugins.trac.wordpress.org/changeset/118924&#34;&#62;Changeset 118924&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I just stumbled over the &#60;a href=&#34;http://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-site-members-loop/&#34;&#62;buddypress members loop&#60;/a&#62;... doesn't have a widget (yet) but might be more suited in some use cases than my plugin.
&#60;/p&#62;</description>
</item>
<item>
<title>ndrwld on "[Plugin: Author Avatars List] BuddyPress integration"</title>
<link>http://wordpress.org/support/topic/271097#post-1077738</link>
<pubDate>Tue, 19 May 2009 11:34:07 +0000</pubDate>
<dc:creator>ndrwld</dc:creator>
<guid isPermaLink="false">1077738@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Big thanks bforchhammer plugin now displays the avatars.&#60;br /&#62;
But I've the problem with linking avatars to author page option. In this option plugin creates links to Authors of main blog - &#60;a href=&#34;http://domain.test/blog/author/admin/,&#34; rel=&#34;nofollow&#34;&#62;http://domain.test/blog/author/admin/,&#60;/a&#62; the link structure should be - &#60;a href=&#34;http://domain.test/members/admin/&#34; rel=&#34;nofollow&#34;&#62;http://domain.test/members/admin/&#60;/a&#62; -&#60;br /&#62;
/blog/ and /members/ are BuddyPress &#60;a href=&#34;http://codex.buddypress.org/how-to-guides/customizing-labels-messages-and-urls/&#34;&#62;Slugs&#60;/a&#62; - here is  &#60;a href=&#34;http://buddypress.org/developers/ndrwld/&#34;&#62;/developers/ slug example&#60;/a&#62;&#60;br /&#62;
I think the best solution would be to add one more option - &#34;BP member page&#34;
&#60;/p&#62;</description>
</item>
<item>
<title>bforchhammer on "[Plugin: Author Avatars List] BuddyPress integration"</title>
<link>http://wordpress.org/support/topic/271097#post-1077039</link>
<pubDate>Mon, 18 May 2009 14:40:39 +0000</pubDate>
<dc:creator>bforchhammer</dc:creator>
<guid isPermaLink="false">1077039@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Okay, step 1 done: BuddyPress does not like get_avatar calls with the &#34;email address&#34; passed to it, so I've changed my code to use the user_id instead... (&#60;a href=&#34;http://plugins.trac.wordpress.org/changeset/118704&#34;&#62;Changeset 118704&#60;/a&#62;)
&#60;/p&#62;</description>
</item>
<item>
<title>bforchhammer on "[Plugin: Author Avatars List] BuddyPress integration"</title>
<link>http://wordpress.org/support/topic/271097#post-1076845</link>
<pubDate>Mon, 18 May 2009 07:46:00 +0000</pubDate>
<dc:creator>bforchhammer</dc:creator>
<guid isPermaLink="false">1076845@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Thanks. BuddyPress-Integration has been on our radar but I haven't looked at the specifics yet.&#60;/p&#62;
&#60;p&#62;From a quick look at the code I think it should actually work with buddypress' uploaded avatars as well; there is this bit of code in &#34;bp-core/bp-core-avatars.php&#34; that should override default avatars if you're using the buddypress versions...&#60;br /&#62;
&#60;code&#62;add_filter( &#38;#39;get_avatar&#38;#39;, &#38;#39;bp_core_get_avatar_filter&#38;#39;, 10, 4 );&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;(If someone has a test install of buddypress for me to play with that would help ;-))
&#60;/p&#62;</description>
</item>
<item>
<title>ndrwld on "[Plugin: Author Avatars List] BuddyPress integration"</title>
<link>http://wordpress.org/support/topic/271097#post-1075277</link>
<pubDate>Fri, 15 May 2009 21:08:02 +0000</pubDate>
<dc:creator>ndrwld</dc:creator>
<guid isPermaLink="false">1075277@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Really nice plugin! Maybe you think about adding integration with Buddypress avatars? Now it show only gravatars.&#60;br /&#62;
I think combination with BP and this plugin options would be awesome.&#60;br /&#62;
Matew
&#60;/p&#62;</description>
</item>

</channel>
</rss>
