Feature proposal #5747
closedImplement support for profile url and improve profile alias
Description
Implement support for a profile url field. This should allow them to supply their SEF alias. This field should be attached to the username field (similar to how password verify does it), disabled by default, and only display if SEF is actually enabled.
See profile-alias branch.
Updated by krileon over 8 years ago
Remove the output of "userprofile" in SEF as it's the default frontend view and not needed.
Updated by krileon about 8 years ago
- % Done changed from 0 to 50
Half done with new routing. Custom profile urls will simply be a parameter to supply what you want it to be. It can not be numeric, it can not match a core view (this would break SEF reversing), and it can't match another users username OR their alias (if they have one).
Username URLs will still work in addition to custom profile url. This is done to maintain B/C.
Updated by krileon about 8 years ago
- Status changed from Assigned to Resolved
- % Done changed from 50 to 100
Implemented in MR !1140