Skip to:
Content

BuddyPress.org

Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#3553 closed defect (bug) (fixed)

Do not match a page slug if component is not active

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

Description

If a BuddyPress root page slug is set, and a component is deactivated, nothing can override that slug and BuddyPress assumes you are viewing an inactive component.

Fix will be in bp_core_set_uri_globals()

Change History (4)

#1 @johnjamesjacoby
13 years ago

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

(In [5105]) Prevent root slugs of deactivated components from returning false positive match. Fixes #3553.

#2 @johnjamesjacoby
13 years ago

(In [5107]) Activate and register pages do not have active components, so check for them exclusively. See #3553.

#3 @johnjamesjacoby
13 years ago

(In [5108]) Forgot inverse check in r5107. See #3553.

#4 @DJPaul
13 years ago

Does 'search' need to be handled here?

Note: See TracTickets for help on using tickets.