Views
Drupal Tut: User content in their own profiles
by on February 6, 2010 inWith Drupal being used for social networks more and more, there's a strong need to have Drupal displaying user content in their own profiles. You can use views to display a tab in a user's profile which will show their content. I'm going to show you how to make a tab to a user's images, "My Images" show up in their profile. We're going to take this a step further by using ImageCache to have thumbnails of the user's images specifically for this View.
…
