I am using Pathauto and found the means to change the VIEW tab in the user profile from;
mysite.com/user/1
mysite.com/joe-blow
Now, I want to change all the user/* pages to /username/*
This would mean /user/6/orders
becomes: /joe-blow/orders
The USER TAB LINKS are what needs to be altered to include a variable.
I looked at the 'me' module, path alias and others but I am stuck
figuring out how to include a wildcard or a variable.
On a reated issue, I also would like to add a menu item to: /[user-raw]
but all I can do is make a menu link to: /user (can a menu link contain a variable?)
Pathauto can not (as far as I can tell) replace '/user' with '/[user-raw]'
Please help!


