Hi,

I am trying to create a page where the user can see all his posts till date. I tried using content/[uid]/[title] and some other combinations in Pathauto module but no success.

Is it possible to create the 'My Posts' page without changing the URL for all nodes. I think that should be preferred. All nodes still having the URL - content/[title] but showing up in 'My Posts' page.

Thanks,

Gaurav Goel

Comments

joe4’s picture

Enable the tracker module.

You can see it in action on the Drupal website. By using http://drupal.org/user/YoUrNuMbEr/track

----------------------
Adoption Agency Reviews http://www.adoptionagencyratings.com

grvgl’s picture

Thanks! This worked... but I want to make some changes in the default presentation of the tracker.

Example - http://localhost/drupal/?q=xtracker/1 shows a page with page title - recent posts for admin.

1. I want to change the default page title to 'My Posts.
2. I want to show two tabs using views - Recent Posts, My Posts.
3. I am not able to find where to configure the Tracker module.

Thanks,

~Gaurav Goel