Tell me more ×
Drupal Answers is a question and answer site for Drupal developers and administrators. It's 100% free, no registration required.

I am using Features that includes several basic site features such as the main menu and another custom navigation menu. Both are two level menus. I have included the menus in the Feature, but when I select the menu links, only a few of the menu link items are included in the selection list. The balance are missing.

What I have done:

  • I have searched for other issues on Drupal.org, but not found a similar one.
  • I have also examined the links and cannot find a difference between those that are included and those that are not.
  • I have flushed the menu cache.

Has anyone else seen anything like this or have any insights as to how I might fix this?

share|improve this question

1 Answer

up vote 1 down vote accepted

It could be this issue with features and menus, for which there is a patch: http://drupal.org/node/1283742

Something to be aware of: menu links don’t show up in the admin UI, or get added to the database, if their path does not link to an existing node.

share|improve this answer
Thanks This link sounds correct. The additional menu items all shared the 'node/add' as there link while I am building views to accommodate the actual menu targets. – Ashlar Feb 16 '12 at 17:21

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.