Skip to:
Content
Pages
Categories
Search
Top
Bottom

hide ip address

Viewing 15 replies - 1 through 15 (of 15 total)
  • @zaerl

    Participant

    They are hidden. You see them cause you are the admin.

    @zaerl

    Participant

    They are hidden. You see them cause you are the admin.

    @1onely

    Member

    hello

    i dont want ( moderator ) see ip address

    @1onely

    Member

    hello

    i dont want ( moderator ) see ip address

    @redbull

    Member

    @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.

    @redbull

    Member

    @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.

    @redbull

    Member

    You however will not be able to view the ip’s either if this is the path you chose to take.

    @redbull

    Member

    You however will not be able to view the ip’s either if this is the path you chose to take.

    @1onely

    Member

    thanks very much

    @1onely

    Member

    thanks very much

    @_ck_

    Participant

    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.

    @_ck_

    Participant

    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.

    @vinod-dalvi

    Participant

    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 );

    @dragoeco

    Participant

    Merci @vinod-dalvi, votre snippet fonctionne toujours en 2024 😊

    @dragoeco

    Participant

    Sorry, I just saw that I wrote my message in French. 😅 So: Thanks @vinod-dalvi, your snippet still works in 2024 😊

Viewing 15 replies - 1 through 15 (of 15 total)
  • You must be logged in to reply to this topic.
Skip to toolbar