- Compatible XF Versions
- 1.0
- 1.1
- 1.2
- 1.3
Description:
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:
(Not sure if this is still useful and not just a duplicate feature but it still works perfectly so added anyway.)
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:
- 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>{xenhrase ip}</a></xen:if>
Add:
Code:
<xen:if is="{$canViewIps} AND {$post.ip_id}"><a href="{xen:link posts/duplicate, $post}" class="item control duplicate OverlayTrigger"><span></span>{xenhrase dark_duplicate}</a></xen:if>
(Not sure if this is still useful and not just a duplicate feature but it still works perfectly so added anyway.)