MyBB Community Forums

Full Version: How to add "Show Ip Address" for Super Mods/Mods?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
The Super Moderators from my forum are reporting this problem :

Quote:If I go to someone's account, the only way I can see their IP is to look at one of their posts and click the logged IP link. So on a new account like that one with no posts, unless I'm blind, there is no way to see the IP of the user.

I , as an admin can log into the ACP and check the IP..but the Super Mods don't have any option to check the IP of the person who didn't yet post anything!..........
[attachment=23486]
How can I add a similar option for my SM/M in there ModCP?
Add the following to the member_profile_modoptions template.

{$memprofile['lastip']}

You can put it in a table too.

------------------------

Or to be more specific, add the following,

<strong>Last IP:</strong> {$memprofile['lastip']}

underneath this,

<li><a href="{$mybb->settings['bburl']}/modcp.php?action=banuser&amp;uid={$uid}">{$lang->ban_in_mcp}</a></li>

Here's how it looks for me,

[Image: di-IIO2.png]
Ok,thank you for the help......but this won't show the IP of the those member who didn't post anythingSmile
It does. I'm using this right now and have just looked at an inactivated account with zero posts, the IP is there.