-
Author
-
October 18, 2017 at 11:22 #177017KyndFellowParticipant
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.October 18, 2017 at 18:41 #177059Kieran_SQModeratorHi,
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 solutionIf 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.
October 20, 2017 at 07:39 #177175KyndFellowParticipantSorry, Kleran. That didn’t work. See my screenshots.
What should we do next?
Attachments:
You must be logged in to view attached files.October 20, 2017 at 07:43 #177179KyndFellowParticipantfull snippet in picture
Attachments:
You must be logged in to view attached files.October 20, 2017 at 17:28 #177229Kieran_SQModeratorHi,
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 solutionIf 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.
-
AuthorPosts
You must be logged in to reply to this topic.