Skip to:
Content

BuddyPress.org

#8939 closed defect (bug) (fixed)

Improve BP Rewrites API & components on front page

Reported by: imath's profile imath Owned by: imath's profile imath
Milestone: 12.0.0 Priority: high
Severity: normal Version:
Component: Core Keywords: has-patch
Cc:

Description

Testing this specific config about the WordPress 'show_on_front' reading settings. I've noticed it wasn't behaving as expected as every site's URL are redirected on the front page.

Change History (2)

This ticket was mentioned in PR #133 on buddypress/buddypress by @imath.


15 months ago
#1

  • Keywords has-patch added; needs-patch removed

To avoid infinite loops or redirecting all pages to the homepage of the site, make sure to check if a component's directory is set as homepage only if the home page was requested.

Trac ticket: https://buddypress.trac.wordpress.org/ticket/8939

#2 @imath
15 months ago

  • Resolution set to fixed
  • Status changed from assigned to closed

In 13522:

Do the homepage directory check only when the requested URL is home

Fixes #8939
See #4954
Closes https://github.com/buddypress/buddypress/pull/133

Note: See TracTickets for help on using tickets.