<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<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"
		>
	<channel>
		<title>bbPress Support Forums &#187; Tag: avatars - Recent Posts</title>
		<link>http://bbpress.org/forums/tags/avatars</link>
		<description>bbPress Support Forums &#187; Tag: avatars - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Fri, 25 May 2012 14:53:05 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="http://bbpress.org/forums/rss/tags/avatars" rel="self" type="application/rss+xml" />

		<item>
			<title>wout_m on "Upload Avatar via edit profile section"</title>
			<link>http://bbpress.org/forums/topic/upload-avatar-via-edit-profile-section#post-101720</link>
			<pubDate>Wed, 18 Apr 2012 15:03:45 +0000</pubDate>
			<dc:creator>wout_m</dc:creator>
			<guid isPermaLink="false">101720@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I solved this problem by modifying de bbpress-login widget.My users can upload their fotos in the front-end by clicking on their avatar-photo, that is displayed in the sidebar.<br />
The info is from here: <a href="http://wordpress.org/support/topic/plugin-user-photo-front-end-upload" rel="nofollow">http://wordpress.org/support/topic/plugin-user-photo-front-end-upload</a><br />
I am aware this it is not the most elegant way, but this is how I fixed it:</p>
<p>1) I installed the WP-prettyPhoto plugin (maybe this is not necesary, but I think I need it ) </p>
<p>2) activate the bbpress-login widget by putting it in the sidebar (in the WP admin section)</p>
<p>3) I addded this script to my sidebar.php: (in my case in wp-content/themes/inove/)<br />
<code><br />
&#60;script type="text/javascript"&#62;<br />
function user_avatar_refresh_image(img){<br />
jQuery('#user-avatar-display-image').html(img);<br />
}<br />
&#60;/script&#62;<br />
&#60;script type='text/javascript'&#62;<br />
var swrAjax = {<br />
ajaxurl: "http://www.yoursite.com/wp-admin/admin-ajax.php"<br />
};<br />
&#60;/script&#62;<br />
</code></p>
<p>4) add jquery to the head section:<br />
<code><br />
&#60;script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js?ver=1.3.2"&#62;&#60;/script&#62;<br />
</code><br />
5) I added these lines to wp-content/plugins/bbpress/bbp-includes/bbp-core-widgets.php, just<br />
after "&#60;?php else : ?&#62;" (line 132):<br />
(this will show the avatar when the user is logged in)<br />
<code><br />
&#60;div id="user-avatar-display" &#62;<br />
			&#60;p id="user-avatar-display-image"&#62;&#60;?php echo get_avatar( bbp_get_current_user_id(), '100' ); ?&#62;&#60;/p&#62;<br />
			&#60;/div&#62;</p>
<p>			&#60;?php<br />
echo '<a href="'.admin_url('admin-ajax.php').'?action=user_avatar_add_photo&#38;step=1&#38;uid='.bbp_get_current_user_id().'?iframe=true&#38;width=750&#38;height=450" rel="prettyPhoto[iframes]">Upload avatar</a><br />';<br />
</code> </p>
<p>You have to configure the css for a nice layout.
</p>]]></description>
					</item>
		<item>
			<title>jaredatch on "Upload Avatar via edit profile section"</title>
			<link>http://bbpress.org/forums/topic/upload-avatar-via-edit-profile-section#post-101394</link>
			<pubDate>Tue, 10 Apr 2012 15:39:03 +0000</pubDate>
			<dc:creator>jaredatch</dc:creator>
			<guid isPermaLink="false">101394@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Currently there is no option for this, you will have to see if you can find a plugin.
</p>]]></description>
					</item>
		<item>
			<title>marques_uk1 on "Upload Avatar via edit profile section"</title>
			<link>http://bbpress.org/forums/topic/upload-avatar-via-edit-profile-section#post-101392</link>
			<pubDate>Tue, 10 Apr 2012 14:28:23 +0000</pubDate>
			<dc:creator>marques_uk1</dc:creator>
			<guid isPermaLink="false">101392@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Thanks for the comments, I'd like my members to be able to upload an avatar via the profile edit option in my own BBPress forum. I don't want them to see a WordPress profile, I'd like a simple upload section for the BBPress profile edit.</p>
<p>I think BBPress is an excellent plugin but I think it should provide a way members can upload avatars.</p>
<p>How do you upload avatars in this actual BBPress forum? Is there an option in profile edit?</p>
<p>Many thanks
</p>]]></description>
					</item>
		<item>
			<title>OC2PS on "Upload Avatar via edit profile section"</title>
			<link>http://bbpress.org/forums/topic/upload-avatar-via-edit-profile-section#post-101349</link>
			<pubDate>Mon, 09 Apr 2012 08:12:58 +0000</pubDate>
			<dc:creator>OC2PS</dc:creator>
			<guid isPermaLink="false">101349@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I understand that technically it's all the same in that they have their user roles and can't access any more functionality than intended for them.</p>
<p>It's more of a UI and face-of-the-site issue...</p>
<p>Regarding the plugins, I do hope someone will take a crack at them soon :-)
</p>]]></description>
					</item>
		<item>
			<title>jaredatch on "Upload Avatar via edit profile section"</title>
			<link>http://bbpress.org/forums/topic/upload-avatar-via-edit-profile-section#post-101310</link>
			<pubDate>Sun, 08 Apr 2012 17:54:06 +0000</pubDate>
			<dc:creator>jaredatch</dc:creator>
			<guid isPermaLink="false">101310@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I understand for simplicity's same you want to keep forum users on the front end, but there is no reason from a technical aspect why they can't access the backed to edit their user profiles.</p>
<p>OC2PS - when are we going to start seeing some of these plugins you keep suggesting? :)
</p>]]></description>
					</item>
		<item>
			<title>OC2PS on "Upload Avatar via edit profile section"</title>
			<link>http://bbpress.org/forums/topic/upload-avatar-via-edit-profile-section#post-101309</link>
			<pubDate>Sun, 08 Apr 2012 17:00:27 +0000</pubDate>
			<dc:creator>OC2PS</dc:creator>
			<guid isPermaLink="false">101309@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>This is the job for a bbPress-specific WP plugin...you don't want to give forum participants access to the backend of your site...
</p>]]></description>
					</item>
		<item>
			<title>MTPrower on "Upload Avatar via edit profile section"</title>
			<link>http://bbpress.org/forums/topic/upload-avatar-via-edit-profile-section#post-101209</link>
			<pubDate>Fri, 06 Apr 2012 19:48:06 +0000</pubDate>
			<dc:creator>MTPrower</dc:creator>
			<guid isPermaLink="false">101209@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I saw that, and as good as it is, it doesn't let you upload avatars in the front-end of your site, as far as I know...
</p>]]></description>
					</item>
		<item>
			<title>jaredatch on "Upload Avatar via edit profile section"</title>
			<link>http://bbpress.org/forums/topic/upload-avatar-via-edit-profile-section#post-101205</link>
			<pubDate>Fri, 06 Apr 2012 19:36:33 +0000</pubDate>
			<dc:creator>jaredatch</dc:creator>
			<guid isPermaLink="false">101205@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I'd recommend checking out <a href="http://wordpress.org/extend/plugins/simple-local-avatars/" rel="nofollow">http://wordpress.org/extend/plugins/simple-local-avatars/</a>
</p>]]></description>
					</item>
		<item>
			<title>marques_uk1 on "Upload Avatar via edit profile section"</title>
			<link>http://bbpress.org/forums/topic/upload-avatar-via-edit-profile-section#post-101204</link>
			<pubDate>Fri, 06 Apr 2012 19:34:12 +0000</pubDate>
			<dc:creator>marques_uk1</dc:creator>
			<guid isPermaLink="false">101204@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Yeah I know, as I said it's just a temp solution so I'll still be looking for a full solution.</p>
<p>I'll keep you posted.
</p>]]></description>
					</item>
		<item>
			<title>MTPrower on "Upload Avatar via edit profile section"</title>
			<link>http://bbpress.org/forums/topic/upload-avatar-via-edit-profile-section#post-101202</link>
			<pubDate>Fri, 06 Apr 2012 19:11:18 +0000</pubDate>
			<dc:creator>MTPrower</dc:creator>
			<guid isPermaLink="false">101202@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I can't accept that as a solution though. I need people to be able to upload their avatar in the front-end...
</p>]]></description>
					</item>
		<item>
			<title>marques_uk1 on "Upload Avatar via edit profile section"</title>
			<link>http://bbpress.org/forums/topic/upload-avatar-via-edit-profile-section#post-101201</link>
			<pubDate>Fri, 06 Apr 2012 19:09:15 +0000</pubDate>
			<dc:creator>marques_uk1</dc:creator>
			<guid isPermaLink="false">101201@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I've found a plugin where you can do this, it works perfect. <a href="http://wordpress.org/extend/plugins/user-avatar/" rel="nofollow">http://wordpress.org/extend/plugins/user-avatar/</a></p>
<p>Just upload profile pics via users menu.</p>
<p>I wanted to allow the member to do it via my webpage rather than having access to wordpress. i.e. via profile edit in BBPress.</p>
<p>I have found a temp solution that works for me, however I'am using eMember plugin that is integrated with Gravatar. <a href="http://en.gravatar.com/" rel="nofollow">http://en.gravatar.com/</a>
</p>]]></description>
					</item>
		<item>
			<title>MTPrower on "Upload Avatar via edit profile section"</title>
			<link>http://bbpress.org/forums/topic/upload-avatar-via-edit-profile-section#post-101200</link>
			<pubDate>Fri, 06 Apr 2012 18:48:00 +0000</pubDate>
			<dc:creator>MTPrower</dc:creator>
			<guid isPermaLink="false">101200@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I will do that. I've also been looking for a way to upload avatars through the WordPress front-end, regardless of whether bbPress is installed or not, as that will also accomplish what I think both of us are trying to accomplish. Thanks.
</p>]]></description>
					</item>
		<item>
			<title>marques_uk1 on "Upload Avatar via edit profile section"</title>
			<link>http://bbpress.org/forums/topic/upload-avatar-via-edit-profile-section#post-101194</link>
			<pubDate>Fri, 06 Apr 2012 09:01:33 +0000</pubDate>
			<dc:creator>marques_uk1</dc:creator>
			<guid isPermaLink="false">101194@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Just to add to my previous post, I have created my own theme for WordPress. The forum works on it fine, it would just be nice to have the option for members to upload their own profile pictures.</p>
<p>Maybe this is something the BBPress team can add on their next update as I'm sure many people would like this option?</p>
<p>Hi MTPrower, I'm going to carry on looking for a solution, hopefully someone can help on here, but I'll keep you updated with my progress. Could you let me know if you find a solution as well?</p>
<p>Many thanks
</p>]]></description>
					</item>
		<item>
			<title>MTPrower on "Upload Avatar via edit profile section"</title>
			<link>http://bbpress.org/forums/topic/upload-avatar-via-edit-profile-section#post-101188</link>
			<pubDate>Fri, 06 Apr 2012 04:22:11 +0000</pubDate>
			<dc:creator>MTPrower</dc:creator>
			<guid isPermaLink="false">101188@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I also am looking for a solution to this problem.
</p>]]></description>
					</item>
		<item>
			<title>marques_uk1 on "Upload Avatar via edit profile section"</title>
			<link>http://bbpress.org/forums/topic/upload-avatar-via-edit-profile-section#post-101181</link>
			<pubDate>Thu, 05 Apr 2012 22:45:01 +0000</pubDate>
			<dc:creator>marques_uk1</dc:creator>
			<guid isPermaLink="false">101181@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hi everyone,</p>
<p>I have recently installed BBPress plugin on my website, which I use with WordPress.</p>
<p>I've been searching for a solution to allow my members to be able to upload their own avatars via the user edit section on BBPress.</p>
<p>At the moment the defualt WordPress avatar is used which looks rather boring. I have found two plugins that have been built for this purpose however I can't seem to get either to work. </p>
<p>These are <a href="http://bbpress.org/plugins/topic/avatar-upload/" rel="nofollow">http://bbpress.org/plugins/topic/avatar-upload/</a> and <a href="http://bbpress.org/plugins/topic/bavatars/" rel="nofollow">http://bbpress.org/plugins/topic/bavatars/</a></p>
<p>avatar-upload plugin requires a number of changes and even when I follow these steps I can't get it to work. Bavatars doesn't work either when I follow the WP option.</p>
<p>Does anyone know of a simple solution? </p>
<p>Thanks in advance<br />
marques_uk1
</p>]]></description>
					</item>
		<item>
			<title>Laughing Cat on "[bbpress 2 plugin] - How to change default avatar size? (to match Buddypress)"</title>
			<link>http://bbpress.org/forums/topic/bbpress-2-plugin-how-to-change-default-avatar-size-to-match-buddypress#post-101152</link>
			<pubDate>Thu, 05 Apr 2012 03:44:37 +0000</pubDate>
			<dc:creator>Laughing Cat</dc:creator>
			<guid isPermaLink="false">101152@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Anyone?
</p>]]></description>
					</item>
		<item>
			<title>Laughing Cat on "How to change avatar image size from bpthump to bpfull when viewing a topic"</title>
			<link>http://bbpress.org/forums/topic/how-to-change-avatar-image-size-from-bpthump-to-bpfull-when-viewing-a-topic#post-101150</link>
			<pubDate>Thu, 05 Apr 2012 03:43:01 +0000</pubDate>
			<dc:creator>Laughing Cat</dc:creator>
			<guid isPermaLink="false">101150@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Any news? I'm still stuck with this
</p>]]></description>
					</item>
		<item>
			<title>zofar143x on "How to change avatar image size from bpthump to bpfull when viewing a topic"</title>
			<link>http://bbpress.org/forums/topic/how-to-change-avatar-image-size-from-bpthump-to-bpfull-when-viewing-a-topic#post-101066</link>
			<pubDate>Tue, 03 Apr 2012 08:27:32 +0000</pubDate>
			<dc:creator>zofar143x</dc:creator>
			<guid isPermaLink="false">101066@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Still haven't found a solution either. I can't imagine no one has run into this before, especially considering the number of people who use Bbpress and Buddypress together. Even if you use the standard setup it won't look good as it will scale a 50px image to a 80px image.
</p>]]></description>
					</item>
		<item>
			<title>Laughing Cat on "How to change avatar image size from bpthump to bpfull when viewing a topic"</title>
			<link>http://bbpress.org/forums/topic/how-to-change-avatar-image-size-from-bpthump-to-bpfull-when-viewing-a-topic#post-101064</link>
			<pubDate>Tue, 03 Apr 2012 05:46:31 +0000</pubDate>
			<dc:creator>Laughing Cat</dc:creator>
			<guid isPermaLink="false">101064@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I've made some progress here:</p>
<p><a href="http://bbpress.org/forums/topic/bbpress-2-plugin-how-to-change-default-avatar-size-to-match-buddypress" rel="nofollow">http://bbpress.org/forums/topic/bbpress-2-plugin-how-to-change-default-avatar-size-to-match-buddypress</a></p>
<p>but I haven't come with the right solution yet so far...</p>
<p>ps - avoid hacking bbp core template files, you should use filters
</p>]]></description>
					</item>
		<item>
			<title>Laughing Cat on "[bbpress 2 plugin] - How to change default avatar size? (to match Buddypress)"</title>
			<link>http://bbpress.org/forums/topic/bbpress-2-plugin-how-to-change-default-avatar-size-to-match-buddypress#post-101048</link>
			<pubDate>Mon, 02 Apr 2012 18:30:17 +0000</pubDate>
			<dc:creator>Laughing Cat</dc:creator>
			<guid isPermaLink="false">101048@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>ach, just now I thought this would have fixed it</p>
<p>instead in the single-forum view under the freshness coulumn, I get some last poster pictures sized 14px (default) and some other at full size</p>
<p>I have no idea why this is happening, and looks very random...</p>
<p>sigh, I wish this whole thing was easier to accomplish...
</p>]]></description>
					</item>
		<item>
			<title>Laughing Cat on "[bbpress 2 plugin] - How to change default avatar size? (to match Buddypress)"</title>
			<link>http://bbpress.org/forums/topic/bbpress-2-plugin-how-to-change-default-avatar-size-to-match-buddypress#post-101047</link>
			<pubDate>Mon, 02 Apr 2012 18:11:23 +0000</pubDate>
			<dc:creator>Laughing Cat</dc:creator>
			<guid isPermaLink="false">101047@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I got this solution... which is probably not so clean but it works; previously I had already created a function to retrieve the full width bp avatar in wordpress, now I looked at the bbp code and filtered the function fetching the avatar in replies with that function I had previously created</p>
<pre><code>function sg_author_avatar($size) {
    global $post;
    if ( function_exists(&#039;bp_core_fetch_avatar&#039;) ) {
        echo apply_filters( &#039;bp_post_author_avatar&#039;, bp_core_fetch_avatar( array( &#039;item_id&#039; =&#62; $post-&#62;post_author, &#039;type&#039; =&#62; &#039;full&#039;, &#039;height&#039; =&#62; $size, &#039;width&#039; =&#62; $size ) ) );
    }
    elseif ( function_exists(&#039;get_avatar&#039;) ) {
        echo get_avatar(get_the_author_meta(&#039;ID&#039;), $size );
    }
} 

function sg_bp2bb_author_avatar() {
    $author_avatar = sg_author_avatar(&#039;150&#039;);
}
add_filter(&#039;bbp_get_reply_author_avatar&#039;, &#039;sg_bp2bb_author_avatar&#039;)</code></pre>]]></description>
					</item>
		<item>
			<title>Laughing Cat on "[bbpress 2 plugin] - How to change default avatar size? (to match Buddypress)"</title>
			<link>http://bbpress.org/forums/topic/bbpress-2-plugin-how-to-change-default-avatar-size-to-match-buddypress#post-101044</link>
			<pubDate>Mon, 02 Apr 2012 17:16:05 +0000</pubDate>
			<dc:creator>Laughing Cat</dc:creator>
			<guid isPermaLink="false">101044@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>this function:</p>
<p>bbp_reply_author_link( array( 'sep' =&#62; '', 'size' =&#62; '150' ) );</p>
<p>actually resizes the avatar to the desired size</p>
<p>HOWEVER, it fetches the buddypress thumbnail avatar - in my case uses the 50px thumbnail and stretches it to 150px, which is ugly</p>
<p>I want to fetch the 150px (full width buddypress avatar ) and display as it is...
</p>]]></description>
					</item>
		<item>
			<title>Laughing Cat on "[bbpress 2 plugin] - How to change default avatar size? (to match Buddypress)"</title>
			<link>http://bbpress.org/forums/topic/bbpress-2-plugin-how-to-change-default-avatar-size-to-match-buddypress#post-101042</link>
			<pubDate>Mon, 02 Apr 2012 16:46:08 +0000</pubDate>
			<dc:creator>Laughing Cat</dc:creator>
			<guid isPermaLink="false">101042@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>if I use that in bbpress templates I get:</p>
<p><code>Call to undefined function post_author_avatar_link()</code>
</p>]]></description>
					</item>
		<item>
			<title>engin1984 on "[bbpress 2 plugin] - How to change default avatar size? (to match Buddypress)"</title>
			<link>http://bbpress.org/forums/topic/bbpress-2-plugin-how-to-change-default-avatar-size-to-match-buddypress#post-101038</link>
			<pubDate>Mon, 02 Apr 2012 16:00:09 +0000</pubDate>
			<dc:creator>engin1984</dc:creator>
			<guid isPermaLink="false">101038@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>&#60;?php post_author_avatar_link(32); ?&#62;
</p>]]></description>
					</item>
		<item>
			<title>Laughing Cat on "[bbpress 2 plugin] - How to change default avatar size? (to match Buddypress)"</title>
			<link>http://bbpress.org/forums/topic/bbpress-2-plugin-how-to-change-default-avatar-size-to-match-buddypress#post-101025</link>
			<pubDate>Mon, 02 Apr 2012 07:38:44 +0000</pubDate>
			<dc:creator>Laughing Cat</dc:creator>
			<guid isPermaLink="false">101025@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>no clues? is there any filter I can use to alter the default bbPress avatar size, just like in Buddypress? or replace the function calling the avatar in my template files to use avatars of a different size?</p>
<p>thank you
</p>]]></description>
					</item>
		<item>
			<title>Laughing Cat on "[bbpress 2 plugin] - How to change default avatar size? (to match Buddypress)"</title>
			<link>http://bbpress.org/forums/topic/bbpress-2-plugin-how-to-change-default-avatar-size-to-match-buddypress#post-100997</link>
			<pubDate>Sun, 01 Apr 2012 18:04:15 +0000</pubDate>
			<dc:creator>Laughing Cat</dc:creator>
			<guid isPermaLink="false">100997@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I've set in buddypress a full avatar width/height size as 150px (full sized).</p>
<p>My bbpress 2.x forum installation, however, has set by default 80px forum avatar images</p>
<p>How can I set the avatar size for the forum threads to be the same as buddypress?</p>
<p>thank you
</p>]]></description>
					</item>
		<item>
			<title>zofar143x on "How to change avatar image size from bpthump to bpfull when viewing a topic"</title>
			<link>http://bbpress.org/forums/topic/how-to-change-avatar-image-size-from-bpthump-to-bpfull-when-viewing-a-topic#post-100946</link>
			<pubDate>Sat, 31 Mar 2012 10:39:23 +0000</pubDate>
			<dc:creator>zofar143x</dc:creator>
			<guid isPermaLink="false">100946@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>You can change the size of the avatar in bbpress in bp-reply-template.php on line 953. However, you will run into the same problem as I have. Even if you make it 150px it will still pull the thumb image which is 50px resulting in a fuzzy avatar. If you change the size of the thumb image to 150px your avatars in Buddypress will not look good. Solution? Make bbpress pull the BP_AVATAR_FULL instead of BP_AVATAR_THUMB. But how?
</p>]]></description>
					</item>
		<item>
			<title>Laughing Cat on "How to change avatar image size from bpthump to bpfull when viewing a topic"</title>
			<link>http://bbpress.org/forums/topic/how-to-change-avatar-image-size-from-bpthump-to-bpfull-when-viewing-a-topic#post-100941</link>
			<pubDate>Sat, 31 Mar 2012 07:50:24 +0000</pubDate>
			<dc:creator>Laughing Cat</dc:creator>
			<guid isPermaLink="false">100941@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>To change BuddyPress avatars use_ </p>
<pre><code>define ( &#039;BP_AVATAR_THUMB_WIDTH&#039;, 50 );
define ( &#039;BP_AVATAR_THUMB_HEIGHT&#039;, 50 );
define ( &#039;BP_AVATAR_FULL_WIDTH&#039;, 150 );
define ( &#039;BP_AVATAR_FULL_HEIGHT&#039;, 150 );</code></pre>
<p>you can define custom sizes for your BP avatar, replace 50 or 150 with the size in pixel you want</p>
<p>I'm trying to replace the size of the default bbPress forums avatar from 80 to 150px to match my BP_AVATAR_FULL size... bbPress 2.1 plugin is using 80by80px avatars by default apparently, do you know where to change that value to match 150px?
</p>]]></description>
					</item>
		<item>
			<title>zofar143x on "How to change avatar image size from bpthump to bpfull when viewing a topic"</title>
			<link>http://bbpress.org/forums/topic/how-to-change-avatar-image-size-from-bpthump-to-bpfull-when-viewing-a-topic#post-100908</link>
			<pubDate>Fri, 30 Mar 2012 10:08:48 +0000</pubDate>
			<dc:creator>zofar143x</dc:creator>
			<guid isPermaLink="false">100908@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Does anyone know how to do this?
</p>]]></description>
					</item>
		<item>
			<title>zofar143x on "How to change avatar image size from bpthump to bpfull when viewing a topic"</title>
			<link>http://bbpress.org/forums/topic/how-to-change-avatar-image-size-from-bpthump-to-bpfull-when-viewing-a-topic#post-100700</link>
			<pubDate>Sun, 25 Mar 2012 12:52:33 +0000</pubDate>
			<dc:creator>zofar143x</dc:creator>
			<guid isPermaLink="false">100700@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Is it possible to change the image source for the avatars to the 150px version (bpfull) that is also being made by buddypress? The problem I'm having right now is that bbpress takes the 50px thumb image while my bbpress avatar size is 100px resulting in a fuzzy looking image.
</p>]]></description>
					</item>

	</channel>
</rss>

