<?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: Adding New Default Gravatars To WordPress&#160;2.6</title>
	<atom:link href="http://www.viper007bond.com/2008/05/22/adding-new-default-gravatars-to-wordpress-26/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.viper007bond.com/2008/05/22/adding-new-default-gravatars-to-wordpress-26/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=adding-new-default-gravatars-to-wordpress-26</link>
	<description>Random stuff written by Alex Mills</description>
	<lastBuildDate>Sat, 11 Feb 2012 01:00:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4-alpha-19719</generator>
	<item>
		<title>By: John</title>
		<link>http://www.viper007bond.com/2008/05/22/adding-new-default-gravatars-to-wordpress-26/comment-page-1/#comment-226851</link>
		<dc:creator>John</dc:creator>
		<pubDate>Tue, 02 Dec 2008 08:01:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.viper007bond.com/?p=357#comment-226851</guid>
		<description>&lt;blockquote&gt;just pass the URL as a parameter to get_avatar() in your theme&lt;/blockquote&gt;

I had originally done it this way in comments.php, however, these days the &quot;preferred&quot; method of changing/customizing themes is by use of a child theme (this way there are no problems for theme updates).

Therefore, your method of using functions.php is a far better solution IMO.</description>
		<content:encoded><![CDATA[<blockquote><p>just pass the URL as a parameter to get_avatar() in your theme</p></blockquote>
<p>I had originally done it this way in comments.php, however, these days the &#8220;preferred&#8221; method of changing/customizing themes is by use of a child theme (this way there are no problems for theme updates).</p>
<p>Therefore, your method of using functions.php is a far better solution IMO.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Viper007Bond</title>
		<link>http://www.viper007bond.com/2008/05/22/adding-new-default-gravatars-to-wordpress-26/comment-page-1/#comment-226849</link>
		<dc:creator>Viper007Bond</dc:creator>
		<pubDate>Tue, 02 Dec 2008 05:07:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.viper007bond.com/?p=357#comment-226849</guid>
		<description>[quote comment=&quot;226847&quot;]but in the end they did nothing, as it doesn&#039;t appear at all in WordPress 2.7 beta.[/quote]

Correct. Having nothing there is better than a confusing option for the novice user. Advanced users can easily use the API.

Or even easier, just pass the URL as a parameter to &lt;code&gt;get_avatar()&lt;/code&gt; in your theme.</description>
		<content:encoded><![CDATA[<p><a href="http://www.viper007bond.com/2008/05/22/adding-new-default-gravatars-to-wordpress-26/comment-page-1/#comment-226847">John on December 1st, 2008 at 1:15 PM wrote:</a></p>
<blockquote><p>but in the end they did nothing, as it doesn&#8217;t appear at all in WordPress 2.7 beta.</p></blockquote>
<p>Correct. Having nothing there is better than a confusing option for the novice user. Advanced users can easily use the API.</p>
<p>Or even easier, just pass the URL as a parameter to <code>get_avatar()</code> in your theme.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.viper007bond.com/2008/05/22/adding-new-default-gravatars-to-wordpress-26/comment-page-1/#comment-226847</link>
		<dc:creator>John</dc:creator>
		<pubDate>Mon, 01 Dec 2008 21:15:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.viper007bond.com/?p=357#comment-226847</guid>
		<description>&lt;blockquote&gt;It was decided that it’d be better if an upload form or whatever was there instead&lt;/blockquote&gt;

but in the end they did nothing, as it doesn&#039;t appear at all in WordPress 2.7 beta.

I have already used the code you provided above and it works perfectly, I just couldn&#039;t understand why they hadn&#039;t used your original patch or an amended version of it.</description>
		<content:encoded><![CDATA[<blockquote><p>It was decided that it’d be better if an upload form or whatever was there instead</p></blockquote>
<p>but in the end they did nothing, as it doesn&#8217;t appear at all in WordPress 2.7 beta.</p>
<p>I have already used the code you provided above and it works perfectly, I just couldn&#8217;t understand why they hadn&#8217;t used your original patch or an amended version of it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Viper007Bond</title>
		<link>http://www.viper007bond.com/2008/05/22/adding-new-default-gravatars-to-wordpress-26/comment-page-1/#comment-226846</link>
		<dc:creator>Viper007Bond</dc:creator>
		<pubDate>Mon, 01 Dec 2008 13:46:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.viper007bond.com/?p=357#comment-226846</guid>
		<description>[quote comment=&quot;226843&quot;]does this mean that your idea with an input box to enter a URL for the theme gravatar wasn&#039;t accepted, as I can&#039;t even see it on WordPress 2.7 beta?[/quote]

Correct. It was decided that it&#039;d be better if an upload form or whatever was there instead of just an input field. Better for the novice user.

However you can just set &lt;code&gt;$myavatar&lt;/code&gt; in my above code to that URL and problem solved.</description>
		<content:encoded><![CDATA[<p><a href="http://www.viper007bond.com/2008/05/22/adding-new-default-gravatars-to-wordpress-26/comment-page-1/#comment-226843">John on December 1st, 2008 at 1:38 AM wrote:</a></p>
<blockquote><p>does this mean that your idea with an input box to enter a URL for the theme gravatar wasn&#8217;t accepted, as I can&#8217;t even see it on WordPress 2.7 beta?</p></blockquote>
<p>Correct. It was decided that it&#8217;d be better if an upload form or whatever was there instead of just an input field. Better for the novice user.</p>
<p>However you can just set <code>$myavatar</code> in my above code to that URL and problem solved.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.viper007bond.com/2008/05/22/adding-new-default-gravatars-to-wordpress-26/comment-page-1/#comment-226843</link>
		<dc:creator>John</dc:creator>
		<pubDate>Mon, 01 Dec 2008 09:38:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.viper007bond.com/?p=357#comment-226843</guid>
		<description>Follow up: I just had a look at ticket #6802 and the .png image that was included - does this mean that your idea with an input box to enter a URL for the theme gravatar wasn&#039;t accepted, as I can&#039;t even see it on WordPress 2.7 beta?</description>
		<content:encoded><![CDATA[<p>Follow up: I just had a look at ticket #6802 and the .png image that was included &#8211; does this mean that your idea with an input box to enter a URL for the theme gravatar wasn&#8217;t accepted, as I can&#8217;t even see it on WordPress 2.7 beta?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.viper007bond.com/2008/05/22/adding-new-default-gravatars-to-wordpress-26/comment-page-1/#comment-226842</link>
		<dc:creator>John</dc:creator>
		<pubDate>Mon, 01 Dec 2008 09:19:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.viper007bond.com/?p=357#comment-226842</guid>
		<description>Absolutely superb - I had changed my default avatar with some coding in the comments.php file, but this is soooo much better! Great job!</description>
		<content:encoded><![CDATA[<p>Absolutely superb &#8211; I had changed my default avatar with some coding in the comments.php file, but this is soooo much better! Great job!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wordpess 2.6 wird einige Verbesserungen bringen, die das System noch komfortabler für die Web2.0 Welt machen.</title>
		<link>http://www.viper007bond.com/2008/05/22/adding-new-default-gravatars-to-wordpress-26/comment-page-1/#comment-102535</link>
		<dc:creator>Wordpess 2.6 wird einige Verbesserungen bringen, die das System noch komfortabler für die Web2.0 Welt machen.</dc:creator>
		<pubDate>Fri, 23 May 2008 20:52:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.viper007bond.com/?p=357#comment-102535</guid>
		<description>[...] Bereich Theme/Design wird neuen Funktionen ausgestattet. Bisher wurden immer nur Bilddateien des einzelnen Themes [...]</description>
		<content:encoded><![CDATA[<p>[...] Bereich Theme/Design wird neuen Funktionen ausgestattet. Bisher wurden immer nur Bilddateien des einzelnen Themes [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lucifr</title>
		<link>http://www.viper007bond.com/2008/05/22/adding-new-default-gravatars-to-wordpress-26/comment-page-1/#comment-101903</link>
		<dc:creator>Lucifr</dc:creator>
		<pubDate>Fri, 23 May 2008 08:18:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.viper007bond.com/?p=357#comment-101903</guid>
		<description>This is really a brilliant idea. 
Well done.</description>
		<content:encoded><![CDATA[<p>This is really a brilliant idea.<br />
Well done.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

