I have been trying to work out how to create links in a menu to the pages that use the dynamic UID in their url, e.g. user/%/edit. My problem is that user/%/edit does not work, however user/% does work. I have been trying to change the opporators in the menu_links table, using the menu_root table as a referecnse. I would rather not use a model to do this. Can anyone help me?

Comments

WorldFallz’s picture

Checkout the http://drupal.org/project/me module.

aaronmchale’s picture

I'v tried it, it has prblems with other modals that I use, I would like a simple way to do it in the menu system, I have seen it on another drupal powered website.