views:

21

answers:

0

I have a views page at the location "mysite.com/user/1/myposts". where the contents of the page depends on the argument supplied by views... which is the user id.

I simply want to create a menu entry in the navigation... which accepts arguments, to create pages for logged in users. I have also tried the drupal api and found this page http://api.drupal.org/api/function/hook_menu, but wasn't able to use it to any effect...

so looking for answers..