I want to make a custom profile page (next to "My Account") where a person can view the content they have contributed to the site (not just their contact information). I want them to be able to see the content they have submitted as well as their votes they have contributed using the Rate widget module. Any ideas? Thanks.

Comments

you can do this by creating a

you can do this by creating a new view, a page displaying contents and filtering it to current user.

Drupal developer

If you are using panels, you

If you are using panels, you can do this alot easier as well, as you can modify this actual account page, and set your own layout and choose to display the fields and views, blocks etc you want to use.