Skip to:
Content

BuddyPress.org

Opened 5 months ago

Closed 5 months ago

Last modified 3 months ago

#9140 closed defect (bug) (reported-upstream)

"Discourage search engines from indexing this site" prevents bbPress activity to be recorded.

Reported by: lorangeo's profile Lorangeo Owned by:
Milestone: Priority: normal
Severity: normal Version:
Component: Core Keywords:
Cc:

Description

When the option "Discourage search engines from indexing this site" is checked in the WP Reading settings, the bbPress activity is not being recorded anymore, and doesn't show on the activity feed. I think this is not logical and these settings are two different and unrelated things.

Change History (1)

#1 @r-a-y
5 months ago

  • Milestone Awaiting Review deleted
  • Resolution set to reported-upstream
  • Status changed from new to closed

This is a bbPress issue. See https://bbpress.trac.wordpress.org/ticket/2151 . You can override the default bbPress behavior by using the following code snippet in your theme's functions.php or another place like in /wp-content/mu-plugins/ or /wp-content/plugins/bp-custom.php

add_filter( 'bbp_is_site_public', '__return_true' );

Note: See TracTickets for help on using tickets.