Closed (fixed)
Project:
Pathauto
Version:
6.x-1.5
Component:
Tokens
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Jun 2011 at 14:31 UTC
Updated:
10 Jul 2011 at 15:21 UTC
hi, if i create a node and enter the path manually, the alias works fine, but any children within the menu have the automatically generated alias.. i.e.
title: The Parent Page
Manual path: parent
title: The Child Page
menupath-raw result: the-parent-page/the-child-page
when i'd really want: parent/the-child-page
any idea why that's happening, and what i can do to get the desired results?
thanks
david
Comments
Comment #1
dave reidThe [menupath-raw] token is not actually generated using the 'path' of the parent item - its generated by getting all the titles of the parents of the current menu link and smooshing them together. I think you are more looking for the [menu-link-parent-path-raw] token if you are using the latest Token release.