They are hidden. You see them cause you are the admin.
They are hidden. You see them cause you are the admin.
hello
i dont want ( moderator ) see ip address
hello
i dont want ( moderator ) see ip address
@1onely,
You can eliminate it completely via post.php. However, I highly suggest you copy and post your current post.php file into notepad before editing/saving so you can copy and paste it back in your ftp if any errors occur.
RedBull.
@1onely,
You can eliminate it completely via post.php. However, I highly suggest you copy and post your current post.php file into notepad before editing/saving so you can copy and paste it back in your ftp if any errors occur.
RedBull.
You however will not be able to view the ip’s either if this is the path you chose to take.
You however will not be able to view the ip’s either if this is the path you chose to take.
Actually I think IP can be seen in the admin area too by mods.
It’s possible to remove IP viewing ability via capabilities though.
In fact that sound very familiar, I think I made a mini-plugin for it awhile back.
Actually I think IP can be seen in the admin area too by mods.
It’s possible to remove IP viewing ability via capabilities though.
In fact that sound very familiar, I think I made a mini-plugin for it awhile back.
You can remove ip address by using the below custom code in the functions.php file of your child theme or in another custom plugin.
function vvd_no_view_ip( $author_ip, $r, $args ){
return false;
}
add_filter('bbp_get_author_ip','vvd_no_view_ip', 10, 3 );
Merci @vinod-dalvi, votre snippet fonctionne toujours en 2024 😊
I understand wanting some privacy online! Here on bbPress, IP addresses are generally hidden from regular users. They might only be visible to admins or moderators for moderation purposes.
Sorry, I just saw that I wrote my message in French. 😅 So: Thanks @vinod-dalvi, your snippet still works in 2024 😊