It may be a silly question but I am making a blog that shows up for authenticated users only with the following options:

My Personal Blog
Top Rated
My Top Rated
Most Commented

I finally figured out how to use views and linked the last three. Now im having trouble linking 'My Personal Blog' to example.com/blog/user

I tried linking to example.com/blog/%user

it didnt work. Any suggestions?

Im sure it can be done with Views, but is there an easier way since the page already exists and I only need to figure out how to link to the page for each logged in user.

Comments

dailypress’s picture

anyone?

I think I can use this module: http://drupal.org/project/me
but I dont want to add another block. I would simply want one link under other links from a block I have already used.

I also found: http://drupal.org/handbook/modules/pathauto through another post I read however, I still cant link to:

http://www.example.com/[user-raw]

am I missing a symbol like % before User-Raw ?

tnx

dailypress’s picture

under the Menu Navigation is has such as option under Blog theres a link My Blog which links to My Blog using Path module.

now how do I use that link to link from my own block and not the menu block?