By Steve Blaze on
I've been looking for a way for Users to edit their profile url. For instance: http://www.mywebsite.com/userchosenname Would like to change it from the actual url which is ../user/# Keep in mind that I am trying to let users change it themselves. I am currently using a modified version of the template.php redirect to user_profile.tpl.php change found here: http://drupal.org/node/26478 And I am using Version 4.7.3
Comments
you need to install the
you need to install the pathauto module
once u install it configure it
you can go to settings>pathauto>user path settings and update
then the profiles woulds say www.yoursite.com/user/username
Thanks!
I am going to look for that module. Curious as to whether or not you can remove the /user/ part. I'll post after I work on it. Thanks again.
Steve Blaze
Admin
NWiLive.com