Hi all, there was a misunderstanding. I know how to create a view (I'm develop social network site with drupal). My question is: how I can define a primary-menu (or secondary or mymenu) entry that is dynamic. I want to use the normal drupal way to create menu and menu-entry (/admin/build/menu) per create this dinamyc entry. I have found that /user/%/mypath (link to a view) is transformed in /user/THE_UID_OF_LOGGED_USER/mypath.
M.