Consider the pattern:Member Profile URL Format
Select a member profile URL format or create a custom layout using the field provided.
NOTE: Since vBulletin does not allow for duplicate usernames, it is safe not to use the [user_id] variable.Consider two users:
- members/[user_name].html
vBSEO will 'clean' the first, and the second is already clean. This will make two user URLs with members/test.html, making the first user '!Test!'s profile unreachable.
- !Test!
- Test
So something needs to be done here to workaround the problem, or the default should be changed to include an ID. Maybe two options, one for normal member URLs (members/test.html), then another for those who have special characters that were removed (members/test-id100.html). That way you could still have nice clean URLs, but those users could still work.



LinkBack URL
About LinkBacks







Reply With Quote