Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
How to remove User Number From URL?
szarak
New
When you go to someones profile you go to
"/profile/1/username"
How to remove this numbers from urls?
0
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