Hello,

I want users to be able to see what content they have added and messages they have left on their user profiles but I have no idea how to do that, what is the best and or easiest way to make that happen?

Comments

bsenftner’s picture

I believe that functionality is built in to Drupal. Navigate to Admin/build/modules and make sure your "tracker" module is activated, inside the core module set. That should be all you need to do...

mtsanford’s picture

I think tracker shows *all* nodes. To show just the nodes made by the current user you can install the views module, then

1) create a 'node' view
2) make a page display
3) filter on current user
4) sort by node creation time
5) make the path something like 'my-posts'
6) Play around with fields and other settings until it looks like you want

I'm not sure what you mean by "messages they have left on their user profiles."