For vb 4.1.3 you need to change the code in
whosonlinebit template instead
Find this code:
PHP Code:
<vb:if condition="$show['reallocation']"><img src="{vb:stylevar imgdir_misc}/question_icon.gif" alt="{vb:raw userinfo.location}" /></vb:if>
Replace it with:
PHP Code:
<vb:if condition="$show['reallocation']"><a href="{vb:raw userinfo.location}" target="_">
<img src="{vb:stylevar imgdir_misc}/question_icon.gif" alt="{vb:raw userinfo.location}" /></a></vb:if>