This project is not covered by Drupal’s security advisory policy.
Use the dev version of pathauto to work with this or any 7.x release that is released on or after 2011-Oct-27
Page Manager Pathauto is pathauto integration for page_manager generated pages. Currently supports adding aliases via page_manager context objects from within the page_manager interface as well as generating those aliases on initial page visit. Aliases are generated en-mass through drush. This is an attempt to prevent especially large alias matches from being impossible to generate. It won't be 100% but it should get most people most of the way there. The following examples are things that it was built to be able to tackle and succeed at.
node/%node/image/%image
where both %node and %image are nodes to load, and
custom_path/%vocab1/%vocab2
Where %vocab1 and %vocab2 are both terms from different vocabularies.
I chose not to depend on entity insert/update/delete calls for this stuff as it could require literally hundreds or thousands of aliases to be generated with a single button click and that's simply not acceptable. Simple things like node/%node/add_image should also be very easy to generate aliases for now.
Project information
- Project categories: Administration tools
49 sites report using this module
- Created by eclipsegc on , updated
This project is not covered by the security advisory policy.
Use at your own risk! It may have publicly disclosed vulnerabilities.

