I am trying to show the avatars in latest comments in my sidebar. This is the code:
- Code: Select all
<h3>[[t]]Latest Comments[[/t]]</h3>
<ul>
[[ latest_comments
format="<li><a href='%url%' title='%url%'><img class="gravatar" src="%gravatar%" width="20" height="20" />%name% op %title%:</a>%comm%</li>"
length=100
trim=16
count=8
]]
</ul>
But whatever I do, the gravatar does not appear.
What, oh, what am I doing wrong here?
Thanks in advance!