adm/styles/acp_inactive.htmlHi, it would be possible to add a column with the IP address in User Groups>Inactive Users?
Thanks.
Look for:
<th>{L_EMAIL}</th>
Add under:
<th>{L_IP}</th>
Look for:
<td style="vertical-align: top;">{inactive.USER_EMAIL}</td>
Add under:
<td style="vertical-align: top;">{inactive.USER_IP}</td>
includes/acp/acp_inactive.php
Look for:
'USER_EMAIL'=> $row['user_email'],
Add under:
'USER_IP'=> $row['user_ip'],
Purge cache.
Statistics: Posted by Anișor — Sat Aug 17, 2024 5:51 pm