Add IP column in Inactive User

Note: no support provided in this sub-forum
Forum rules
Note: no support provided in this sub-forum
Post Reply
User avatar
Refugees
Site Admin
France
Posts: 22
Last visit: Fri Oct 04, 2024 8:06 am

Add IP column in Inactive User

Post by Refugees »

Let's go!

in adm/styles/acp_inactive.html
Look for

Code: Select all

<th>{L_EMAIL}</th>
Add after

Code: Select all

<th>{L_IP}</th>
Find

Code: Select all

<td style="vertical-align: top;">{inactive.USER_EMAIL}</td>
Add after

Code: Select all

<td style="vertical-align: top;">{inactive.USER_IP}</td>

in includes/acp/acp_inactive.php
Look for

Code: Select all

'USER_EMAIL'		=> $row['user_email'],
Add after

Code: Select all

'USER_IP'			=> $row['user_ip'],
Purge cache after modifications

user_ip.png
user_ip.png (54.17 KiB) Viewed 89 times
Post Reply