This topic has 4 replies, 2 voices, and was last updated 7 years by Kieran_SQ.

  • Author
  • #177017
     KyndFellow
    Participant

    How do we disable the IP addresses on forums, which appear below the name of the avatars?  See my screenshot that shows the problem.

    Attachments:
    You must be logged in to view attached files.
    #177059
     Kieran_SQ
    Moderator

    Hi,

    Please try the below snippet in your SweetDate Child theme’s functions.php file, you can do this by going to WP Admin > Appearance > Editor > SweetDate Child > Functions.php

    COPY CODE
    // Remove IP address in bbPress
    function sq_no_view_ip( $author_ip, $r, $args ){
    	return __return_empty_string();	
    }
    add_filter('bbp_get_author_ip','sq_no_view_ip', 10, 3 );

    Thanks,

    Kieran.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

    #177175
     KyndFellow
    Participant

    Sorry, Kleran. That didn’t work. See my screenshots.

    What should we do next?

    Attachments:
    You must be logged in to view attached files.
    #177179
     KyndFellow
    Participant

    full snippet in picture

    Attachments:
    You must be logged in to view attached files.
    #177229
     Kieran_SQ
    Moderator

    Hi,

    Please can you update this ticket with a private reply containing admin login credentials and standard user login credentials so I can look into this for you.

    Thanks,

    Kieran

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?