I also made a slight modification of this nice idea.
I changed:
Code:
<a href="$post[homepage]" target="_blank" dir="ltr" title="$vbphrase[userhome_postbit]"><img src="$stylevar[imgdir_misc]/userhome.png" border="0" /></a>
to:
Code:
<phrase 1="$post[username]"><a href="$post[homepage]" target="_blank" dir="ltr" title="$vbphrase[userhome_postbit]"><img src="$stylevar[imgdir_misc]/userhome.png" border="0" /></a></phrase>
I just added the phrase-tags around the link and then created a new phrase 'userhome_postbit' with 'Visit {1}'s website' as text. Now, when I hover the mouse over the small icon it shows this text.