Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 1541

phpBB Custom Coding • Re: Add IP column in Inactive User

$
0
0
Hi, it would be possible to add a column with the IP address in User Groups>Inactive Users?

Thanks.
adm/styles/acp_inactive.html
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.
It worked! Thank you so much. :D

Statistics: Posted by Vastasia2018 — Tue Sep 10, 2024 8:01 am



Viewing all articles
Browse latest Browse all 1541

Trending Articles