MyBB Community Forums

Full Version: How solve ip problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I can't find ip in who's online

[Image: 2ni5t8n.jpg]
what happens if you click on IP: lookup ; are you the main administrator ?
Yes i am main administrator
Goto ACP > Themes & Styles > Your Theme (The Cure, I believe) > Whose Online Templates > online_row

Make sure it has following code:

Quote:<tr>
<td class="trow1">{$online_name}{$user_ip}</td>
<td align="center" class="trow2">{$online_time}</td>
<td class="trow1" width="50%">{$location}</td>
</tr>

Make sure {$user_ip} is there next to {$online_name}


Also check that in ACP > Users & Groups > Groups > ADMINISTRATORS > Miscellaneous tab >

Under Whose Online, make sure you've checked option:

Can view IP addresses on who's online?
ya there are allready these settings
You have checked this part? Because I edited that lately.

Quote:Also check that in ACP > Users & Groups > Groups > ADMINISTRATORS > Miscellaneous tab >

Under Whose Online, make sure you've checked option:

Can view IP addresses on who's online?

Also can you check if other themes also has same problem? And you can view IP on posts?
I can see ip on posts.
But can't see in other themes
Anybody solve my problem
Still i have this problem