I just wanted to know how can I get a link on my sidebar that would show the user's photos?
Meaning, suppose I'm logged in wit the username "username".
Now, when I click on the photos in ""My Profile", I go to "www.mywebsite.com/photo/useralbums/username"
I just wanted to know can I make a link such that when a user, logged in by any name, can access their own photos.
Suppose, a user has logged in with username "username1".
Now, when he clicks on the link, he goes to "www.mywebsite.com/photo/useralbums/username1"
Again, when another user has logged in with username "username2".
Now, when he clicks on the link, he goes to "www.mywebsite.com/photo/useralbums/username2"
Like that. How can I do that?