Add IP column in Inactive User
Posted: Sat Aug 17, 2024 8:09 pm
Let's go!
in adm/styles/acp_inactive.html
Look for
Add after
Find
Add after
in includes/acp/acp_inactive.php
Look for
Add after
Purge cache after modifications
in adm/styles/acp_inactive.html
Look for
Code: Select all
<th>{L_EMAIL}</th>
Code: Select all
<th>{L_IP}</th>
Code: Select all
<td style="vertical-align: top;">{inactive.USER_EMAIL}</td>
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'],
Code: Select all
'USER_IP' => $row['user_ip'],