By mariner702 on
Hi,
Is there an available module that can show how many postings a user has submitted that can be filtered by content types in his user profile page?
I’m looking for something like this:
User Profile Page
This user has written 10 reviews.
Thanks for your help.
Comments
Views Module can handle this...
Set up a view for all published nodes that uses an argument of user Id.
You can group the view by node type.
Display the view on User pages.
The id is passed into the view and will display only the information for that user.
A little custom theme of the view and you could easily create a block with the information you are looking for.
Rob at http://mustardseedmedia.com has an excellent views theme tutorial.