<?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"
	>
<channel>
	<title>Comments on: Gravatar Smarty Modifier</title>
	<atom:link href="http://schinckel.net/2005/12/22/gravatar-smarty-modifier/feed/" rel="self" type="application/rss+xml" />
	<link>http://schinckel.net/2005/12/22/gravatar-smarty-modifier/</link>
	<description>Like a fortune cookie, only without the fortune, and not a cookie.</description>
	<pubDate>Mon, 01 Dec 2008 21:47:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Matt</title>
		<link>http://schinckel.net/2005/12/22/gravatar-smarty-modifier/#comment-4906</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Sun, 13 Apr 2008 07:22:43 +0000</pubDate>
		<guid isPermaLink="false">http://schinckel.blogsome.com/2005/12/22/smarty-modifiers/#comment-4906</guid>
		<description>Oh, and I don't use Blogsome any longer, so I can't help you any further than that.</description>
		<content:encoded><![CDATA[<p>Oh, and I don&#8217;t use Blogsome any longer, so I can&#8217;t help you any further than that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://schinckel.net/2005/12/22/gravatar-smarty-modifier/#comment-4905</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Sun, 13 Apr 2008 07:21:42 +0000</pubDate>
		<guid isPermaLink="false">http://schinckel.blogsome.com/2005/12/22/smarty-modifiers/#comment-4905</guid>
		<description>IIRC, they put this up as a modifier as blogsome.

Try putting the following in your template:

&lt;code&gt;{$comment-&gt;comment_author_email&#124;gravatar:"":"40":"":""}
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>IIRC, they put this up as a modifier as blogsome.</p>
<p>Try putting the following in your template:</p>
<p><code>{$comment->comment_author_email|gravatar:"":"40":"":""}<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ari</title>
		<link>http://schinckel.net/2005/12/22/gravatar-smarty-modifier/#comment-4904</link>
		<dc:creator>Ari</dc:creator>
		<pubDate>Sun, 13 Apr 2008 07:10:07 +0000</pubDate>
		<guid isPermaLink="false">http://schinckel.blogsome.com/2005/12/22/smarty-modifiers/#comment-4904</guid>
		<description>Can I use this script in my blog at blogsome?
How to do that..? 
Thanks a lot..

Regards,
Ari</description>
		<content:encoded><![CDATA[<p>Can I use this script in my blog at blogsome?<br />
How to do that..?<br />
Thanks a lot..</p>
<p>Regards,<br />
Ari</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin</title>
		<link>http://schinckel.net/2005/12/22/gravatar-smarty-modifier/#comment-4718</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Thu, 27 Mar 2008 22:01:19 +0000</pubDate>
		<guid isPermaLink="false">http://schinckel.blogsome.com/2005/12/22/smarty-modifiers/#comment-4718</guid>
		<description>If someone wants to use a function instead of a modifier, take a look at: 
http://www.kevinpapst.de/blog/gravatar-smarty-tag.html

Long live OpenSource :)</description>
		<content:encoded><![CDATA[<p>If someone wants to use a function instead of a modifier, take a look at:<br />
<a href="http://www.kevinpapst.de/blog/gravatar-smarty-tag.html" rel="nofollow">http://www.kevinpapst.de/blog/gravatar-smarty-tag.html</a></p>
<p>Long live OpenSource <img src='http://schinckel.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://schinckel.net/2005/12/22/gravatar-smarty-modifier/#comment-4584</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Thu, 13 Mar 2008 15:12:08 +0000</pubDate>
		<guid isPermaLink="false">http://schinckel.blogsome.com/2005/12/22/smarty-modifiers/#comment-4584</guid>
		<description>Very useful! Thanks!!!</description>
		<content:encoded><![CDATA[<p>Very useful! Thanks!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://schinckel.net/2005/12/22/gravatar-smarty-modifier/#comment-1572</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Fri, 20 Apr 2007 17:48:19 +0000</pubDate>
		<guid isPermaLink="false">http://schinckel.blogsome.com/2005/12/22/smarty-modifiers/#comment-1572</guid>
		<description>Very cool.</description>
		<content:encoded><![CDATA[<p>Very cool.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paint the Tiger &#8226; Carve the Swan</title>
		<link>http://schinckel.net/2005/12/22/gravatar-smarty-modifier/#comment-778</link>
		<dc:creator>Paint the Tiger &#8226; Carve the Swan</dc:creator>
		<pubDate>Wed, 22 Feb 2006 14:10:13 +0000</pubDate>
		<guid isPermaLink="false">http://schinckel.blogsome.com/2005/12/22/smarty-modifiers/#comment-778</guid>
		<description>&lt;strong&gt;Gravatars on Blogsome&lt;/strong&gt;

	Gravatars are now working well on Blogsome: 
	{$comment-&#62;comment_author_email&#124;gravatar:"default":"size":"rating":"border"}
	For example, to use no default image, and limit the size to 40x40 pixels, you'd use:
	{$comment-&#62;comment_author_email...</description>
		<content:encoded><![CDATA[<p><strong>Gravatars on Blogsome</strong></p>
<p>	Gravatars are now working well on Blogsome:<br />
	{$comment-&gt;comment_author_email|gravatar:&#8221;default&#8221;:&#8221;size&#8221;:&#8221;rating&#8221;:&#8221;border&#8221;}<br />
	For example, to use no default image, and limit the size to 40&#215;40 pixels, you&#8217;d use:<br />
	{$comment-&gt;comment_author_email&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NOGG3R5</title>
		<link>http://schinckel.net/2005/12/22/gravatar-smarty-modifier/#comment-777</link>
		<dc:creator>NOGG3R5</dc:creator>
		<pubDate>Wed, 22 Feb 2006 12:53:52 +0000</pubDate>
		<guid isPermaLink="false">http://schinckel.blogsome.com/2005/12/22/smarty-modifiers/#comment-777</guid>
		<description>Did you have any look getting this installed a blogsome?
I tried to follow your instructions for getting gravatars working in your other post but it didnt seem to work. I didnt find the instructions very clear.
Any help appreciated.</description>
		<content:encoded><![CDATA[<p>Did you have any look getting this installed a blogsome?<br />
I tried to follow your instructions for getting gravatars working in your other post but it didnt seem to work. I didnt find the instructions very clear.<br />
Any help appreciated.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
