Opened 15 years ago
Closed 13 years ago
#1978 closed defect (bug) (fixed)
Core: Option to use user_nicename instead of user_login in member urls/atme
Reported by: | nuprn1 | Owned by: | |
---|---|---|---|
Milestone: | 1.5 | Priority: | major |
Severity: | Version: | ||
Component: | Core | Keywords: | dev-feedback |
Cc: |
Description
I ran into the same issue as
http://buddypress.org/forums/topic/characters-in-usernames-cause-strange-issues
When certain member's user_login contained @ (email address, special char, etc) - there was some quirkiness with member urls and the slug. Going off the concept that bbPress uses the user_nicename for member profiles this would be a nice option.
The changes I made to my core files (i don't recommend running this patch)
http://blog.etiviti.com/2010/02/forcing-buddypress-to-use-user_nicename-for-member-urls-and-mentions/
Maybe piggyback off the BP_ENABLE_USERNAME_COMPATIBILITY_MODE flag?
Change History (5)
#3
@
14 years ago
- Component set to Core
- Keywords dev-feedback added
- Milestone changed from 1.3 to Awaiting Review
#5
@
13 years ago
- Milestone changed from Awaiting Review to 1.3
- Resolution set to fixed
- Status changed from new to closed
I am closing this because BuddyPress (trunk, at least) does use the nicename in URLs. You have to set the compat mode to force it to use the user login. There is an outstanding issue on #2670 regarding email addresses when they are set as user_login. Other than that, I've been looking at this recently and believe everything is now consistent, so I'm closing the ticket.
By default it uses user_nicename, with BP_ENABLE_USERNAME_COMPATIBILITY_MODE it uses user_login.