Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #9235, comment 11


Ignore:
Timestamp:
01/03/2026 12:20:19 AM (3 months ago)
Author:
liongrass
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9235, comment 11

    initial v1  
    44Yep, this works for me.
    55
    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.
     6That 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.
    77
    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.
     8In 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.