<?xml version="1.0" encoding="utf-8"?>	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
	<channel>
		<title>Comments on: Gravatar support</title>
		<link>http://www.gerd-riesselmann.net/archives/2005/11/gravatar-support</link>
		<description>Gerd Riesselmann: Notes From the Bog-All Around Objects: C++, .NET, PHP, Design Patterns And More</description>
		<language>en</language>
		<pubDate>Fri, 09 Feb 2007 01:29:08 +0100</pubDate>
		<generator>Drupal TotalFeeds Module</generator>
				<image>
			<title>Comments on: Gravatar support</title>
			<link>http://www.gerd-riesselmann.net/archives/2005/11/gravatar-support</link>
			<url>http://www.gerd-riesselmann.net/images/feedbog.png</url>
						<width>130</width>
			<height>80</height>
					</image>
			<item>
		<title>Looking good, this gravatar</title>
		<link>http://www.gerd-riesselmann.net/node/101%2523comment-3317</link>
		<description>Looking good, this gravatar thingy! Going to implement gravatar with my drupal installation.

Wish me luck.

Great site layout btw. Makes me think I could earn a living off adsense too if I can get your high readership posts.</description>
		<content:encoded><![CDATA[<p>Looking good, this gravatar thingy! Going to implement gravatar with my drupal installation.</p>
<p>Wish me luck.</p>
<p>Great site layout btw. Makes me think I could earn a living off adsense too if I can get your high readership posts.</p>
]]></content:encoded>
		<pubDate>Fri, 09 Feb 2007 01:29:08 +0100</pubDate>
		<dc:creator>Evan</dc:creator>
		<guid isPermaLink="true">http://www.gerd-riesselmann.net/node/101%2523comment-3317</guid>
							</item>
		<item>
		<title>It does, thanks, u can</title>
		<link>http://www.gerd-riesselmann.net/node/101%2523comment-336</link>
		<description>It does, thanks, u can delete this now.....</description>
		<content:encoded><![CDATA[<p>It does, thanks, u can delete this now.....</p>
]]></content:encoded>
		<pubDate>Fri, 31 Mar 2006 15:53:02 +0200</pubDate>
		<dc:creator>Martin</dc:creator>
		<guid isPermaLink="true">http://www.gerd-riesselmann.net/node/101%2523comment-336</guid>
							</item>
		<item>
		<title>Just checking to see if my</title>
		<link>http://www.gerd-riesselmann.net/node/101%2523comment-335</link>
		<description>Just checking to see if my grav is working....Thanks</description>
		<content:encoded><![CDATA[<p>Just checking to see if my grav is working....Thanks</p>
]]></content:encoded>
		<pubDate>Fri, 31 Mar 2006 15:52:15 +0200</pubDate>
		<dc:creator>Martin</dc:creator>
		<guid isPermaLink="true">http://www.gerd-riesselmann.net/node/101%2523comment-335</guid>
							</item>
		<item>
		<title>Thanks for your reply! Not</title>
		<link>http://www.gerd-riesselmann.net/node/101%2523comment-90</link>
		<description>Thanks for your reply! Not just the reply about the gravatar thing, but the reply at drupal.org as well. 

About the gravatar thing: looks not too difficult indeed; good to have the link!

About the active class thing (at drupal.org): I just read the code instructions you suggested and like to thank you for the effort. Don&#039;t have time right now to dive into it too deep, but as soon as I manage to get it done, I&#039;ll let you know!

Cheers,
Marc</description>
		<content:encoded><![CDATA[<p>Thanks for your reply! Not just the reply about the gravatar thing, but the reply at drupal.org as well. </p>
<p>About the gravatar thing: looks not too difficult indeed; good to have the link!</p>
<p>About the active class thing (at drupal.org): I just read the code instructions you suggested and like to thank you for the effort. Don't have time right now to dive into it too deep, but as soon as I manage to get it done, I'll let you know!</p>
<p>Cheers,<br />
Marc</p>
]]></content:encoded>
		<pubDate>Tue, 29 Nov 2005 16:53:33 +0100</pubDate>
		<dc:creator>Marc</dc:creator>
		<guid isPermaLink="true">http://www.gerd-riesselmann.net/node/101%2523comment-90</guid>
							</item>
		<item>
		<title>Hello Marc, 
the village I</title>
		<link>http://www.gerd-riesselmann.net/node/101%2523comment-89</link>
		<description>Hello Marc, 

the village I grew up is quite close to the Netherlands, indeed. It is located right in the middle between Papenburg and Oldenburg, the nearest larger town in Netherlands is Groningen. There indeed is a belt of bogs spanning from Bremen to the Netherlands. The bog that gave this blog its name, however, is located more south, half way between Bremen and Osnabrück. My grandfather bought it when he was young. I used to spend summer holidays at my grand parents when I was a child, exploring the bog, feeding the pigs etc. And it is still one of the places on earth I love most.

Implementing a Gravatar is simple, have a look at &lt;a href=&quot;http://gravatar.com/implement.php#section_3_1&quot;&gt;the Gravatar implementation guidelines&lt;/a&gt;. You need the email address of the commenter to compute the gravatar url, which you get by calling $comment-&gt;mail in the comment.tpl.php template file.

There is one difficulty though, and this is comments of Drupal users. These usually have no email assigned. I solved this by just checking, if the commenters name is me (as the only active user on this page). If so, I output my own Gravatar. A more general approach would be to load the assigned user and check out its email address.</description>
		<content:encoded><![CDATA[<p>Hello Marc, </p>
<p>the village I grew up is quite close to the Netherlands, indeed. It is located right in the middle between Papenburg and Oldenburg, the nearest larger town in Netherlands is Groningen. There indeed is a belt of bogs spanning from Bremen to the Netherlands. The bog that gave this blog its name, however, is located more south, half way between Bremen and Osnabrück. My grandfather bought it when he was young. I used to spend summer holidays at my grand parents when I was a child, exploring the bog, feeding the pigs etc. And it is still one of the places on earth I love most.</p>
<p>Implementing a Gravatar is simple, have a look at <a href="http://gravatar.com/implement.php#section_3_1">the Gravatar implementation guidelines</a>. You need the email address of the commenter to compute the gravatar url, which you get by calling $comment-&gt;mail in the comment.tpl.php template file.</p>
<p>There is one difficulty though, and this is comments of Drupal users. These usually have no email assigned. I solved this by just checking, if the commenters name is me (as the only active user on this page). If so, I output my own Gravatar. A more general approach would be to load the assigned user and check out its email address.</p>
]]></content:encoded>
		<pubDate>Tue, 29 Nov 2005 15:28:43 +0100</pubDate>
		<dc:creator>Gerd Riesselmann</dc:creator>
		<guid isPermaLink="true">http://www.gerd-riesselmann.net/node/101%2523comment-89</guid>
							</item>
		<item>
		<title>Hi Gerd,</title>
		<link>http://www.gerd-riesselmann.net/node/101%2523comment-88</link>
		<description>Hi Gerd,

Just arrived here at your site, after reading an interesting post at drupal.org (&lt;a href=&quot;http://drupal.org/node/36817&quot;&gt;http://drupal.org/node/36817&lt;/a&gt;).

Looks good, this gravatar thing! Is it hard to implement gravatar with Drupal? 

I would like to implement gravatar on my Drupal site as well - but didn&#039;t study it yet. Do you know if there is some good documentation around?

Compliments for the rest of your site too, especially for the navigation; it works like a charm!

BTW
Is the village where you were born pretty close to the Netherlands? In the northern part namely, we have bogs too. (had to search for the word in a dictionary :-D )

Cheers,
Marc</description>
		<content:encoded><![CDATA[<p>Hi Gerd,</p>
<p>Just arrived here at your site, after reading an interesting post at drupal.org (<a href="http://drupal.org/node/36817">http://drupal.org/node/36817</a>).</p>
<p>Looks good, this gravatar thing! Is it hard to implement gravatar with Drupal? </p>
<p>I would like to implement gravatar on my Drupal site as well - but didn't study it yet. Do you know if there is some good documentation around?</p>
<p>Compliments for the rest of your site too, especially for the navigation; it works like a charm!</p>
<p>BTW<br />
Is the village where you were born pretty close to the Netherlands? In the northern part namely, we have bogs too. (had to search for the word in a dictionary :-D )</p>
<p>Cheers,<br />
Marc</p>
]]></content:encoded>
		<pubDate>Tue, 29 Nov 2005 12:01:59 +0100</pubDate>
		<dc:creator>Marc</dc:creator>
		<guid isPermaLink="true">http://www.gerd-riesselmann.net/node/101%2523comment-88</guid>
							</item>
		</channel>
	</rss>
	