When I used No links element in the admin menu. Only the first element is show in the administration menu.
For example
- examples (nolink)
- 1example (node/1)
- 2example (node/2)
- examples 2 (nolink)
- 21example (node/1)
- 22example (node/2)
Only Examples is printed in the admin menu, examples 2 is not in the menu or the html code.
Oskar
Comments
Comment #1
oskar_calvo commentedI get to solve the problem when I apply this patch http://drupal.org/files/special_menu_exportable-1355088-3.patch
The problems seems to be that as the href were it gives problems, with this patch you can use urls like /example and 2example
Oskar
Comment #1.0
oskar_calvo commentedbetter explanation
Comment #2
sportel commented@oskar_calvo,
I see you've set the issue state to Closed (fixed) for this issue. Does that mean you patch was committed to the latest development version? If not, perhaps the issue state should be Tested & reviewed by the community?
I have the same issue you describe. So I've applied your patch, but it didn't solve the problem.Your patch solved the problem!Comment #3
agileadamYour patch worked great. Like sportel, I thought it wasn't working until I read the field instructions and added the unique identifier. Thanks.
Comment #4
BillyTom commentedI had the exact same problem as the OP descirbend and this patch helped me: https://www.drupal.org/files/special_menu_exportable-1355088-3.patch
But why is the patch named "special_menu_exportable"?