I'm trying to give every registered user a unique url shown on their user page which they can copy and paste...promoting their page. I had this working using Pages and Tokens...but now I've ditched Panels/Pages for a custom user-profile.tpl.php I've tried this:
print ($user->name);
But this returns the user name as Hillay Swag instead of hillary-swag
How can I print the url version of the user name instead of the human version?