Changes between Initial Version and Version 1 of Ticket #9235, comment 11
- Timestamp:
- 01/03/2026 12:20:19 AM (3 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9235, comment 11
initial v1 4 4 Yep, this works for me. 5 5 6 That being said, I use BuddyPress with root profiles enabled , and using this filter to modify the URI will have no effect if the default URI structure (e.g., "members/john-doe") is used, because in that case the user data to load is determined later. For someone not using root profiles another approach would be required.6 That being said, I use BuddyPress with root profiles enabled. Using this filter to modify the URI will have no effect if the default URI structure (e.g., "members/john-doe") is used, because in that case the user data to load is determined later. For someone not using root profiles another approach would be required. 7 7 8 In general getting BuddyPress to be compatible with language subdirectories requires some workarounds, if there were a built-in way to have it dynamically parse URIs with an offset, that would make the whole thing much easier.8 In general, getting BuddyPress to be compatible with language subdirectories requires some workarounds, if there were a built-in way to have it dynamically parse URIs with an offset, that would make the whole thing much easier.