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

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.

Statistics: Posted by Anișor — Sat Aug 17, 2024 5:51 pm



Viewing all articles
Browse latest Browse all 1732

Trending Articles