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

oskar_calvo’s picture

Status: Active » Closed (fixed)

I 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

oskar_calvo’s picture

Issue summary: View changes

better explanation

sportel’s picture

Issue summary: View changes

@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!

agileadam’s picture

Your patch worked great. Like sportel, I thought it wasn't working until I read the field instructions and added the unique identifier. Thanks.

BillyTom’s picture

I 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"?