How to remove User Number From URL?

When you go to someones profile you go to
"/profile/1/username"
How to remove this numbers from urls?
0
When you go to someones profile you go to
"/profile/1/username"
How to remove this numbers from urls?
Comments
You'd have to dig into mod rewrite I assume. You'll have to add some rewrite conditions to your htaccess file.
Provide your vanilla version please!
it is not a rewrite issue.
/profile/username
works perfectly fine. The link just need to be changed.
first does your theme have
views/default.master.tpl
orviews/default.master.php
?in the mean time put
$Configuration['Garden']['Registration']['NameUnique'] = TRUE;
in config.This will ensure that plugin that use the
UserUrl
will give the desired url. How it doesn’t guarantee they will use it.grep is your friend.
Thank you @x00 this works great with 2.0.18.4