<?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; Topic: Change Gravatar Size?</title>
		<link>http://bbpress.org/forums/topic/change-gravatar-size</link>
		<description>bbPress Support Forums &#187; Topic: Change Gravatar Size?</description>
		<language>en-US</language>
		<pubDate>Fri, 10 Feb 2012 07:34:26 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="http://bbpress.org/forums/rss/topic/change-gravatar-size" rel="self" type="application/rss+xml" />

		<item>
			<title>Casemon on "Change Gravatar Size?"</title>
			<link>http://bbpress.org/forums/topic/change-gravatar-size#post-62060</link>
			<pubDate>Tue, 22 Dec 2009 02:37:05 +0000</pubDate>
			<dc:creator>Casemon</dc:creator>
			<guid isPermaLink="false">62060@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>In the mean time you can just pass the size via the avatar call...</p>
<p><code>&#60;?php post_author_avatar_link($size=&#39;100&#39;); ?&#62;</code>
</p>]]></description>
					</item>
		<item>
			<title>Casemon on "Change Gravatar Size?"</title>
			<link>http://bbpress.org/forums/topic/change-gravatar-size#post-62020</link>
			<pubDate>Mon, 21 Dec 2009 13:22:17 +0000</pubDate>
			<dc:creator>Casemon</dc:creator>
			<guid isPermaLink="false">62020@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Any chance on updating this info for 1.0.2? Sounds like a nice work-around.
</p>]]></description>
					</item>
		<item>
			<title>citizenkeith on "Change Gravatar Size?"</title>
			<link>http://bbpress.org/forums/topic/change-gravatar-size#post-15356</link>
			<pubDate>Mon, 14 Apr 2008 02:05:33 +0000</pubDate>
			<dc:creator>citizenkeith</dc:creator>
			<guid isPermaLink="false">15356@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Thanks Rune. I actually don't like to hack admin files... Wyvn's suggestion did the trick. I just made note of the change so I can do it again when I upgrade next.</p>
<p>Maybe you can submit that for a future version of bbPress. :-)
</p>]]></description>
					</item>
		<item>
			<title>Bloggsbe on "Change Gravatar Size?"</title>
			<link>http://bbpress.org/forums/topic/change-gravatar-size#post-15351</link>
			<pubDate>Sun, 13 Apr 2008 23:03:21 +0000</pubDate>
			<dc:creator>Bloggsbe</dc:creator>
			<guid isPermaLink="false">15351@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Well, if you like to hack you admin files, you can add the following code to the options-general.php file just after line 143, making this code start on line 144;</p>
<pre><code>&#60;label for=&#34;avatars_size&#34;&#62;
			&#60;?php _e(&#39;Gravatar Size:&#39;); ?&#62;
		&#60;/label&#62;
		&#60;div&#62;
			&#60;select name=&#34;avatars_size&#34; id=&#34;avatars_size&#34;&#62;
&#60;?php
$selected = array();
$selected[bb_get_option(&#39;avatars_size&#39;)] = &#39; selected=&#34;selected&#34;&#39;;
?&#62;
				&#60;option value=&#34;16&#34;&#60;?php echo $selected[16]; ?&#62;&#62;&#60;?php _e(&#39;16 px&#39;); ?&#62;&#60;/option&#62;
				&#60;option value=&#34;32&#34;&#60;?php echo $selected[&#39;32&#39;]; ?&#62;&#62;&#60;?php _e(&#39;32 px&#39;); ?&#62;&#60;/option&#62;
				&#60;option value=&#34;36&#34;&#60;?php echo $selected[&#39;36&#39;]; ?&#62;&#62;&#60;?php _e(&#39;36 px&#39;); ?&#62;&#60;/option&#62;
				&#60;option value=&#34;48&#34;&#60;?php echo $selected[&#39;48&#39;]; ?&#62;&#62;&#60;?php _e(&#39;48 px&#39;); ?&#62;&#60;/option&#62;
				&#60;option value=&#34;80&#34;&#60;?php echo $selected[&#39;80&#39;]; ?&#62;&#62;&#60;?php _e(&#39;80 px&#39;); ?&#62;&#60;/option&#62;
&#60;?php
unset($selected);
?&#62;
			&#60;/select&#62;
			&#60;/div&#62;</code></pre>
<p>And in the bb-includes/template-functions.php file, after line 1198 you can add this;</p>
<p><code>$size = bb_get_option(&#39;avatars_size&#39;);</code></p>
<p>Then you can change the size in the admin section, and the correct size will show with the posts.</p>
<p>Or you can download the edited files <a href="http://shuttlex.blogdns.net/2008/04/14/changing-gravatar-size-in-bbpress/">here</a></p>
<p>--<br />
Rune
</p>]]></description>
					</item>
		<item>
			<title>citizenkeith on "Change Gravatar Size?"</title>
			<link>http://bbpress.org/forums/topic/change-gravatar-size#post-15314</link>
			<pubDate>Sat, 12 Apr 2008 22:02:20 +0000</pubDate>
			<dc:creator>citizenkeith</dc:creator>
			<guid isPermaLink="false">15314@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Thanks Wyvn. It would be nice if there was something in the Admin menu to change this, but for now I'll just change that file. :)
</p>]]></description>
					</item>
		<item>
			<title>Wyvn on "Change Gravatar Size?"</title>
			<link>http://bbpress.org/forums/topic/change-gravatar-size#post-15311</link>
			<pubDate>Sat, 12 Apr 2008 20:24:29 +0000</pubDate>
			<dc:creator>Wyvn</dc:creator>
			<guid isPermaLink="false">15311@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Here is what a quick grep came up with:</p>
<p>bb-includes/template-functions.php:function post_author_avatar( $size = '48', $default = '', $post_id = 0 ) {
</p>]]></description>
					</item>
		<item>
			<title>citizenkeith on "Change Gravatar Size?"</title>
			<link>http://bbpress.org/forums/topic/change-gravatar-size#post-15296</link>
			<pubDate>Sat, 12 Apr 2008 04:11:14 +0000</pubDate>
			<dc:creator>citizenkeith</dc:creator>
			<guid isPermaLink="false">15296@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I've installed 0.9.0.1 at my test site. Gravatars show in the user profile at their true size of 80x80. However, in the kakumei theme, they are displayed at 48x48. I can't find where this can be changed. I looked in the CSS and in the post.php file.</p>
<p>Am I blind?
</p>]]></description>
					</item>

	</channel>
</rss>

