Opened 11 months ago
Closed 11 months ago
#9048 closed defect (bug) (fixed)
Slugs are not customizable when BP is network activated and the BP root blog is not main site
Reported by: | imath | Owned by: | imath |
---|---|---|---|
Milestone: | 12.1.0 | Priority: | high |
Severity: | normal | Version: | 12.0.0 |
Component: | Route Parser | Keywords: | has-patch |
Cc: |
Description
On multisite configs, having BuddyPress activated on the network and its root blog set to a subsite is a config I forgot to test (my bad 😔). I just tested it since an issue about slugs was raised in support forums by @perchenet.
See: https://buddypress.org/support/topic/buddypress-12-0-0/page/5/#post-332447
When upgrading from 11.4.0 to 12.0.0, the migration task is rightly performed: BuddyPress pages are migrated as buddypress
post type and it happens into the $subsite
corresponding to define( 'BP_ROOT_BLOG', $subsite )
.
But as soon as I want to customize slugs from the URLs tab of the Network BuddyPress settings, changes are not saved.
Tasks:
- Fix the above issue,
- Check the tool to reset slugs
- Simulate another upgrade having pages named like BuddyPress directories on the main site (this is to check the initial
-3
post name suffix bug raised by @perchenet.
Change History (4)
This ticket was mentioned in PR #206 on buddypress/buddypress by @imath.
11 months ago
#1
- Keywords has-patch added; needs-patch removed
11 months ago
#2
I've also tested this PR successfully for regular BuddyPress installs:
- non multisite
- multisite network activated
- multisite activated on a subsite.
buddypress
post types slugs.Trac ticket: https://buddypress.trac.wordpress.org/ticket/9048