Closed (duplicate)
Project:
Toolbar
Version:
6.x-2.1-beta2
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Aug 2010 at 15:19 UTC
Updated:
17 Aug 2010 at 21:16 UTC
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
Comment #1
dankh commentedToolbar 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.