By zywieco on
users can upload a picture (avatar) on their user profile page.
the userpics are saved in path: files/avatars/
on upload the files get renamed to picture-userid.jpg (picture-1.jpg, picture-2.jpg, etc)
is it possible to alias the path for files so that the userid -> username
ex. files/avatars/picture-2.jpg -> avatars/johndaniels.jpg
can pathauto handle this?