Skip to:
Content

BuddyPress.org

Opened 2 years ago

Closed 2 years ago

#8691 closed enhancement (fixed)

BP Nouveau: make the Messages UI aware of slug customization

Reported by: imath's profile imath Owned by: imath's profile imath
Milestone: 10.3.0 Priority: normal
Severity: normal Version: 3.0.0
Component: Templates Keywords: has-patch
Cc:

Description

The Messages UI is using hardcoded slugs to build its routes. As soon as slugs are customized (using the BP Rewrites feature as a plugin), the Backbone Router is still using the default routes instead of using the customized ones. This Messages UI is no more usable in this case.

The attached patch should fix this issue.

Change History (3)

#2 @imath
2 years ago

In 13274:

BP Nouveau: support custom slugs in Messages UI

The Messages UI Backbone Router is no more using hardcoded slugs to define its routes. It's now possible to use customized slugs for the BP Messages component and still enjoy this UI.

Closes https://github.com/buddypress/buddypress/pull/17
See #8691 (trunk)

#3 @imath
2 years ago

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

In 13275:

BP Nouveau: support custom slugs in Messages UI

The Messages UI Backbone Router is no more using hardcoded slugs to define its routes. It's now possible to use customized slugs for the BP Messages component and still enjoy this UI.

Fixes #8691 (branch 10.0)

Note: See TracTickets for help on using tickets.