Hello

I would like people to find posts for each particular user. So each user would therefore have their own page. At the moment it seems that they have to go to the front page of the site first.

So, will having having a front page module be the trick?

Plus will anything else also help in making this even more slicker

thanks drupal

tim

Comments

blogjunkie’s picture

Hi Tim,

You can enable the Tracker module. Then each user's latest activity will appear like http://drupal.org/user/179509/track

To stop all the latest posts appearing on the front page, you can either uncheck the Published to front page option on the add new node screen, or change the default front page to node/1 in Site Information, 1 being node #1. You can replace it with another node id as well.

Hope this helps