wondering if it is possible to have the option ability to set users uid automatic change to render the username as url?

example ../user/1
turn in to ../user/username
if name for example is KIT it would be ../user/KIT

or something like that? lol

i can set the current user but it would be handy if it auto renders any user on registration

Comments

Kit_Hally’s picture

never mind found a solution
pathauto module did the trick

cdale’s picture

Status: Active » Fixed

I was just about to suggest that. :) Nice work on finding the solution.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

Hi Kit, would you mind explaining how you accomplished this with Pathauto? Many thanks =)

cdale’s picture

@superduperdan: It's probably best not to post to issues that are more than a month or two old. It just so happens, though, that I've just commited a patch, and am about to make a release which adds support for the token module in the me alias. :) So you should be able to simply install the token module, then set the me alias too [user-name] and it should work exactly how you want it too.

cdale’s picture

NOTE: I'll it will need to be versions 6.x-1.10, or 6.x-2.6

Anonymous’s picture

Perfect timing! Thanks for the follow-up. =)