MyBB Community Forums

Full Version: Show Registration IP and Last Login IP on profile
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How to show Registration IP and Last Login IP on profile of user , Only to admins and mods???
In order to insert the registration IP and last IP in a profile so that both admins and mods can view it, insert the following into member_profile_modoptions. If you want ONLY admins to view it and not mods, insert it into member_profile_adminoptions.
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" width="100%" class="tborder">
<tr>
<td colspan="2" class="thead"><strong>Registration and Last IP</strong></td>
</tr>
<tr>
<td class="trow1">
Registration IP: {$memprofile['regip']}<br />
Last IP: {$memprofile['lastip']}<br />
</td>
</tr>
</table>
Hope I helped!
Not worked...

Is it possible to add country, city and ISP for Last Login IP.???