Hi

when I create a shortcut which links to a existing page using the path alias, the entry is accepted but does not show up in the toolbar.
When I change the shortcut destination to e.g. node/233 then it works as expected.

Drupal 6.17, Theme: Seven

Cheers, Rolf

Comments

dankh’s picture

Status: Active » Closed (duplicate)

Toolbar uses the Drupal menu system to store shortcuts (actually toolbars are menus). The menu system in D6 does not allow tokens in link path. The only path alias that is allowed is as this is hard coded alias in core. There are many attempts to introduce token support in menus, but nothing stable has been coded at the moment. For more info you can check http://drupal.org/project/menu_token.

This is a duplicate of #833356: Token support.