in postbit.css, find
Code:
/* Text button hover images */
and underneath, insert
Code:
.postbitlegacy .postfoot .textcontrols a.abipinfo, .postbit .postfoot .textcontrols a.abipinfo {
background: url({vb:stylevar imgdir_button}/info.png) no-repeat transparent {vb:stylevar left};
padding-{vb:stylevar left}: 20px;
}
.postbitlegacy .postfoot .textcontrols a.abipinfo:hover, .postbit .postfoot .textcontrols a.abipinfo:hover {
background: url({vb:stylevar imgdir_button}/info.png) no-repeat transparent {vb:stylevar left};
padding-{vb:stylevar left}: 20px;
}
then replace the contents of the AustraliaBound IP Lookup template with
Code:
<!--AustraliaBound.org ip tracer-->
<vb:if condition="can_moderate()">
<a class="abipinfo" href="http://www.infosniper.net/index.php?ip_address={vb:raw post.ip}&map_source=1&two_maps=1&overview_map=1&lang=1&map_type=1&zoom_level=7" target="_blank" />
</a>
</vb:if>
<!--end AustraliaBound.org ip tracer-->
I've got a futher altered version that works with Pauls proxy mod, but the above works fine.