![]() |
IP Problem - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: Community Archive (https://community.mybb.com/forum-106.html) +--- Forum: Archived Forums (https://community.mybb.com/forum-143.html) +---- Forum: Archived Development and Support (https://community.mybb.com/forum-155.html) +----- Forum: MyBB 1.6 (https://community.mybb.com/forum-138.html) +------ Forum: 1.6 General Support (https://community.mybb.com/forum-127.html) +------ Thread: IP Problem (/thread-101538.html) |
IP Problem - Demonic Ice - 2011-08-12 When going on the Who's Online page, the IP of the users don't show. Here's an example: Could someone help assist me to fix this problem? RE: IP Problem - Paul H. - 2011-08-12 Click [lookup] to view the IP. RE: IP Problem - Demonic Ice - 2011-08-12 (2011-08-12, 06:36 PM)PJGIH Wrote: Click [lookup] to view the IP.I did, but this shows up: RE: IP Problem - ranjani - 2011-08-12 are you the main administrator for the forum ? RE: IP Problem - John J. - 2011-08-12 it's suppose to show like this (i don't know how to fix this problem maybe this might help others). RE: IP Problem - Demonic Ice - 2011-08-12 (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. RE: IP Problem - Yaldaram - 2011-08-12 ACP > Templates > Your themes templates > Who's Online Templates > online_row_ip > and Add the following code just after {$lang->ip}
RE: IP Problem - Demonic Ice - 2011-08-12 (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}That's already in the template... RE: IP Problem - ranjani - 2011-08-12 paste the content of online_row_ip template ; revert it to original if it is empty .. RE: IP Problem - Demonic Ice - 2011-08-12 <br /><span class="smalltext">{$lang->ip} {$user['ip']} <a href="modcp.php?action=ipsearch&ipaddress={$user['ip']}&search_users=1">{$lang->lookup}</a></span> |