Page Manager Pathauto

Categories

Component ID

1312372

Component name

Page Manager Pathauto

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

2955

Component created

Component changed

Component body

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.