Skip to:
Content
Pages
Categories
Search
Top
Bottom

hide ip address

Viewing 13 replies - 1 through 13 (of 13 total)

  • zaerl
    Participant

    @zaerl

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


    zaerl
    Participant

    @zaerl

    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.

    thanks very much

    thanks very much


    _ck_
    Participant

    @_ck_

    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

    @_ck_

    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

    @vinod-dalvi

    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 );
Viewing 13 replies - 1 through 13 (of 13 total)
  • You must be logged in to reply to this topic.
Skip to toolbar