I don't know if it would work but I'd try this...
change this code:
Code:
<if condition="$post['field5']"><img src="$post[field5]" max-width="170" max-height="30" border="0"/></a> <else />$post[musername]</a></if>
to this:
Code:
<if condition="$post['field5']"><img src="$post[field5]" max-width="170" max-height="30" border="0"/><span style="display:none;">$post[musername]</span></a><else />$post[musername]</a></if>
I'm not sure it will help or not- it will at least create the username but it will be invisible.