Hi,

I would like to add a "My Blog" link as a menu item in my menu block. As I know, each user's blog link is something like ../blog/3

The number 3 is the user id. How am I going to specify the user id in the path?

If I put /blog in path, it will leads to overall blog entry. Is there any code that I can place in path to indicate user id?

Thanks in advance...

Comments

donnycarette’s picture

You could do this with the 'Me' module: http://drupal.org/project/me

seehui’s picture

Oh! Thanks for your help!