Any chance of adding in AJAX IP address resolution? I manually edited the Display_Guestlist_Bit and changed
Code:
<if condition="$show[trgips]">
<td class='alt$altclass'>
$guestlist[ipaddress]
</td>
</if>
to
Code:
<if condition="$show[trgips]">
<td class='alt$altclass'>
<a href="online.php?$session[sessionurl]do=resolveip&ipaddress=$guestlist[ipaddress]" title="$vbphrase[resolve_ip_address]">$guestlist[ipaddress]</a>
</td>
</if>
which links to vBulletins resolve IP address page and does the job, but AJAX resolution in the same manner as vBulletin's "Who's Online" would be nice ...
If you do get the time and inclination to update, don't forget my request for referrer information
Thanks for your work :up: