MyBB Community Forums

Full Version: IP Problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
When going on the Who's Online page, the IP of the users don't show. Here's an example:

[Image: mLXFW.png]

Could someone help assist me to fix this problem?
Click [lookup] to view the IP.
(2011-08-12, 06:36 PM)PJGIH Wrote: [ -> ]Click [lookup] to view the IP.
I did, but this shows up:
[Image: J9UFA.png]

are you the main administrator for the forum ?
it's suppose to show like this (i don't know how to fix this problem maybe this might help others).
(2011-08-12, 06:42 PM)ranjani Wrote: [ -> ]are you the main administrator for the forum ?
Yes, I am the first member and main admin.
ACP > Templates > Your themes templates > Who's Online Templates > online_row_ip > and Add the following code just after {$lang->ip}
 {$user['ip']}
(2011-08-12, 06:47 PM)Yaldaram Wrote: [ -> ]ACP > Templates > Your themes templates > Who's Online Templates > online_row_ip > and Add the following code just after {$lang->ip}
 {$user['ip']}
That's already in the template...
paste the content of online_row_ip template ; revert it to original if it is empty ..
<br /><span class="smalltext">{$lang->ip} {$user['ip']} <a href="modcp.php?action=ipsearch&amp;ipaddress={$user['ip']}&amp;search_users=1">{$lang->lookup}</a></span>
Pages: 1 2 3