Dynamic Menu Links
Categories
Component ID
Component name
Component type
Maintenance status
Development status
Component security advisory coverage
Component created
Component changed
Component body
Purpose
When someone tries to save a menu link, this can be an internal Drupal path such as node/add or an external URL such as http://drupal.org.
If someone try to add a path alias, the following message appears: "Drupal menu system stores system paths only, but will use the URL alias for display. path_alias has been stored as node/644.".
Sometimes is necessary to store url alias as menu links, for example when sharing
your code with a team.
This module provides an alternative solution for saving url alias as menu paths.
Dynamic menu links module allows a path of your choice to be saved as menu link
in Drupal's menu System using Drupal's redirect functionality.
Use
There is an available admin form at admin/structure/dynamic-menu-links
were you can provide the path of your choice along with a target path in order to redirect you in the page you want.
You can find more information in the "README.txt" file.
