For example for this site hierarchy:
Home
MainA
* SubA1
* SubA2
MainB

I find that when creating page SubA1 I need to give it a menu name, then select MainA as it's parent so it shows up in the navigation menu. However I then go to URL Alias and enter "mainA/suba1". I seem to be duplicating effort here.

Is there a setting to get the URL Aliasing for free if a page is already in the navigation menu? Ideally I'd like something already in Drupal core. Or am I doing something unusual here?

Comments

Anonymous’s picture

http://drupal.org/project/pathauto

-----------------------------------------
Joep
CompuBase, Drupal websites and design

arnoldc’s picture

Stumble across the same problem. Does anyone find the solution? Don't think PathAuto has a token to handle it....

arnoldc’s picture

Nevermind, found the token for it. Just use [menupath-raw] in the pattern field only to get the job done. Thank you, me!

Anonymous’s picture

THANK YOU! [menupath-raw] was exactly what I've been looking for! I had wrongly assumed this would be a setting somewhere else...