Jump to content

IP Link


Guest Michael P

Recommended Posts

In posts the posters IP address is a link, however this is not the case in the users online list, which means having to copy an IP and paste it into the ModCP via UserCP, which is a bit of a trail just to lookup an IP.

Suggestion: Make it a link as it is in the posts.

:)

Link to comment
Share on other sites

  • 1 month later...

Open sources/online.php and find:

$sess['ip_address'] = " ( ".$sess['ip_address']." )";

Change To:

$sess['ip_address'] = " ( <a href='{$this->base_url}act=UserCP&CODE=iptool&ip={$sess['ip_address']}'>{$sess['ip_address']}</a> )";


Save and upload.

Link to comment
Share on other sites

  • 6 months later...

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...