If you have autoinsert enabled for read views, the following template code to render gravatars is used:
In your case, it seems something is messing up the {Gravatar->alt} variable, which is supposed to contain the message author. I am trying to replicate that on my phorum.
Until we figure this one out, a quick workaround should be to modify your ./mods/gravatar/templates/emerald/gravatar_img_read.tpl template, and removing title and alt section.
Can you let me also know what other modules you are running? I can check to see if there are any incompatibilities.
-phil.
<img src="{Gravatar->url}" style="float:left;margin-right:10px;" title="{Gravatar->alt}" alt="{Gravatar->alt}" />{Gravatar->displayname}
In your case, it seems something is messing up the {Gravatar->alt} variable, which is supposed to contain the message author. I am trying to replicate that on my phorum.
Until we figure this one out, a quick workaround should be to modify your ./mods/gravatar/templates/emerald/gravatar_img_read.tpl template, and removing title and alt section.
Can you let me also know what other modules you are running? I can check to see if there are any incompatibilities.
-phil.