Luke F
Well-known member
Another addon on request - this one gives you an extra popup dialog next to 'IP' on all posts allowing you to see all the users who have been posting from the same IP that was used to make the post. The existing 'can view IPs' permission is used.
Installation:
Donations go here.

Installation:
- Upload the contents of the 'upload' directory to your forum root.
- Install the addon_Duplicate.xml file
- In the 'post' template after:
Code:<xen:if is="{$canViewIps} AND {$post.ip_id}"><a href="{xen:link posts/ip, $post}" class="item control ip OverlayTrigger"><span></span>{xen:phrase ip}</a></xen:if>
Code:<xen:if is="{$canViewIps} AND {$post.ip_id}"><a href="{xen:link posts/duplicate, $post}" class="item control duplicate OverlayTrigger"><span></span>{xen:phrase dark_duplicate}</a></xen:if>
Donations go here.
