If you want it to show when you hover over the avatar:
Find:
HTML Code:
alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>"
REPLACE it with:
HTML Code:
alt="<if condition="$show['last_seen_online']">$vbphrase[last_seen_online]: $post[lastseen_date] at $post[lastseen_time]<else /><phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase></if>"
This will show
Username's Avatar to guests and those who are unable to view the last online.