Quote:
Originally Posted by Jolten
copy dupip.php to the modcp folder.
In the copy of dupip.php
find:
PHP Code:
if (!can_administer('canadminusers'))
and change to:
PHP Code:
if (!can_moderate('canviewips'))
in modcp/index.php
find:
PHP Code:
construct_nav_option($vbphrase['search_ip_addresses'], 'user.php?do=doips');
immediately ABOVE that line add:
PHP Code:
construct_nav_option("Dup Ips", 'dupip.php', '<br />');
This allows mods to see the duplicate IPS but ONLY if you allow the moderator usergroup to view them (via your usergroup settings in the admincp).
|
thanks alot jolten its working now