I am wanting to use a View to replace user profile pages--can this be done? If so, how? Please see example below for clarification.
~~~~~~~~
I have added custom fields to user profiles (.../user/2, .../user/3, etc). I want profiles to be accessible, but I want to hide some fields, combine others, and be able to easily style the pages. To me, it makes sense to hide all the custom fields in CCK, and then use a View to display them on those pages (but modified according to my needs).
It's easy to set up a view for to display all the users. But I want the view to filter so that when someone visits Joe's user page (.../user/2), that only Joe's information shows up. Same goes for Thomas (.../user/3); when any user goes to .../user/3, I only want them to see Thomas's info.
How can I make this work? Please be detailed--I'm not a web developer by training.
Thanks!