Any chance this could be ported for VB4?
I've gotten the syntax working when manually editing the templates... but I have no idea how to update the auto template stuff.
Code:
<phpcode><![CDATA[$element = addslashes('<img src="{vb:stylevar imgdir_misc}/question_icon.gif" alt="{vb:raw userinfo.location}" />');
$replace = addslashes('<a href="{vb:raw userinfo.location}" target="_"><img src="{vb:stylevar imgdir_misc}/question_icon.gif" alt="{vb:raw userinfo.location}" border="0" /></a>');
$vbulletin->templatecache['whosonlinebit'] = str_replace($element, $replace, $vbulletin->templatecache['whosonlinebit']);
unset($element, $replace);]]></phpcode>