It worked! Thank you so much.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 Vastasia2018 — Tue Sep 10, 2024 8:01 am