Is there a module that will bring together all a users post and place them in there user profile page, or a block that could be named something like "Authors Post"?

I want one view by user that has blog, forum, image, etc that they have submitted.

Comments

sime’s picture

This is views module's bread and butter. You'd be looking to create a view that is a list of node teasers. Create a filter that is author id and link that to the url so that the number in /my_view/99 is used to set the filter.

joe4’s picture

How do I make the view a part of the users profile?

sime’s picture

hmm. I think you need a little custom code to make the view a user profile tab. I've been doing some similar things but not that exactly. If I come across the answer I'll post it.

brenda003’s picture

You can either use the tracker module, which puts a "track" tab in a user's profile, or views and arguments to achieve what you want, by using the userid as an argument.