我修改后怎么不显示头像?在Gravatar已注册过和未注册过的都不显示。
具体请看
http://www.cetu.cn/blog/post/Beijing-Normal-University.html#cmt2
请高人指点
我修改后的 b_article_comment.html 文件如下:
<code>
<ul class="msg">
<li class="msgname"><a onclick="InsertQuote(this.parentNode.parentNode.getElementsByTagName('a')[2].innerHTML,this.parentNode.parentNode.getElementsByTagName('li')[2].innerHTML);return false;" href=""><img src="<#ZC_BLOG_HOST#>image/common/quote.gif" height="9" width="9" alt="quote" title="quote" /></a> <a name="cmt<#article/comment/id#>"><#article/comment/count#></a>.<a href="mailto:<#article/comment/email#>" onclick="this.href=(this.href).replace(/\[AT\]/,String.fromCharCode(64));"><#article/comment/name#></a></li>
<li class="msgurl"><a href="<#article/comment/url#>" rel="nofollow" target="_blank"><#article/comment/url#></a></li>
<li class="msgarticle">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="50"><script>
document.write("<img alt='Gravatar Icon' width='48' height='48' src='http://www.gravatar.com/avatar.php?gravatar_id="+MD5("<#article/comment/email#>".replace(/\[AT\]/,String.fromCharCode(64)))+"&size=48&default=http%3A%2F%2Fwww.cetu.cn%2Fimaes%2Fcetu.png' />")
</script></td>
<td><#article/comment/content#></td>
</tr>
</table>
</li>
<li class="msgtime"><#article/comment/posttime#></li>
</ul>
</code>