MyBB Community Forums

Full Version: Remove IP information from posts
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Okay, so personally I am sick and tired of seeing IP addresses, in any post. I prefer looking at a member's profile when I need to see that kind of information, and I'm sure some others don't like seeing a "Logged" message when they post.

Here's how to do it.

Go to Admin CP > Templates and Styles > Default > Post Bit Templates

In postbit_iplogged_show, find and remove:

<p class="smalltext">{$lang->postbit_ipaddress} {$post['ipaddress']}</p>

In postbit_iplogged_hiden, find and remove:

<p class="smalltext">{$lang->postbit_ipaddress} <a href="moderation.php?action=getip&amp;pid={$post['pid']}">{$lang->postbit_ipaddress_logged}</a></p>

Make sure you leave both of them empty (yes, empty). There you have it. Smile
There's a setting for this. Angel

Admin CP > Configuration > Settings > Posting > Log Posting IP Addresses > Do not log IP.
Quote:Remove IP information from posts