Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #6325, comment 14


Ignore:
Timestamp:
04/12/2016 06:12:34 PM (9 years ago)
Author:
r-a-y
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6325, comment 14

    initial v1  
    33It's similar to what boonebgorges suggests in comment:12.
    44
     5This redirects `/members/me/*` to `/members/LOGGEDIN_USER_SLUG/*`.  It's slightly different than what is proposed.
     6
    57My only concern is do we do this redirection for root profiles as well (`x.com/me/*`)?  If we do, there is the potential to be a conflict with a page with the slug `/me/`.  It's easy enough to disable this if root profiles is enabled.  Just need some dev feedback.